Uses of Class
com.evolveum.midpoint.schema.processor.PropertyPath

Packages that use PropertyPath
com.evolveum.midpoint.common.refinery   
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.schema.constants   
com.evolveum.midpoint.schema.delta   
com.evolveum.midpoint.schema.holder   
com.evolveum.midpoint.schema.processor   
 

Uses of PropertyPath in com.evolveum.midpoint.common.refinery
 

Methods in com.evolveum.midpoint.common.refinery with parameters of type PropertyPath
 ResourceObject RefinedAccountDefinition.instantiate(PropertyPath parentPath)
           
 ResourceObject RefinedAccountDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
           
 ResourceObject RefinedAccountDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
           
 java.util.Set<ResourceObjectAttribute> RefinedAccountDefinition.parseAttributes(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 java.util.Collection<? extends ResourceObjectAttribute> RefinedAccountDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 

Uses of PropertyPath in com.evolveum.midpoint.common.valueconstruction
 

Methods in com.evolveum.midpoint.common.valueconstruction with parameters of type PropertyPath
 Property ExpressionValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property ValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property GenerateValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property LiteralValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 Property AsIsValueConstructor.construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 ValueConstruction ValueConstructionFactory.createValueConstruction(ValueConstructionType valueConstructionType, PropertyDefinition outputDefinition, PropertyPath outputPropertyParentPath, java.lang.String shortDesc)
           
 void ValueConstruction.setOutputPropertyParentPath(PropertyPath outputPropertyParentPath)
           
 

Uses of PropertyPath in com.evolveum.midpoint.schema.constants
 

Fields in com.evolveum.midpoint.schema.constants declared as PropertyPath
static PropertyPath SchemaConstants.PATH_ACTIVATION
           
static PropertyPath SchemaConstants.PATH_ACTIVATION_ENABLE
           
static PropertyPath SchemaConstants.PATH_ATTRIBUTES
           
static PropertyPath SchemaConstants.PATH_EXTENSION
           
static PropertyPath SchemaConstants.PATH_PASSWORD
           
static PropertyPath SchemaConstants.PATH_PASSWORD_VALUE
           
 

Uses of PropertyPath in com.evolveum.midpoint.schema.delta
 

Methods in com.evolveum.midpoint.schema.delta that return PropertyPath
 PropertyPath PropertyDelta.getParentPath()
           
 PropertyPath PropertyDelta.getPath()
           
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyPath
 PropertyDelta ObjectDelta.getPropertyDelta(PropertyPath propertyPath)
           
 PropertyDelta ObjectDelta.getPropertyDelta(PropertyPath parentPath, javax.xml.namespace.QName propertyName)
           
 Property PropertyDelta.getPropertyNew(PropertyDefinition propertyDefinition, PropertyPath parentPath)
          Returns the "new" state of the property - the state that would be after the delta is applied.
 void PropertyDelta.setParentPath(PropertyPath parentPath)
           
 

Constructors in com.evolveum.midpoint.schema.delta with parameters of type PropertyPath
PropertyDelta(PropertyPath propertyPath)
           
PropertyDelta(PropertyPath parentPath, javax.xml.namespace.QName name)
           
 

Uses of PropertyPath in com.evolveum.midpoint.schema.holder
 

Constructors in com.evolveum.midpoint.schema.holder with parameters of type PropertyPath
XPathHolder(PropertyPath propertyPath)
           
 

Uses of PropertyPath in com.evolveum.midpoint.schema.processor
 

Fields in com.evolveum.midpoint.schema.processor declared as PropertyPath
static PropertyPath PropertyPath.EMPTY_PATH
           
protected  PropertyPath Item.parentPath
           
 

Methods in com.evolveum.midpoint.schema.processor that return PropertyPath
 PropertyPath PropertyPath.allExceptLast()
           
 PropertyPath Item.getParentPath()
           
 PropertyPath Item.getPath()
           
 PropertyPath MidPointObject.getPath()
           
 PropertyPath PropertyPath.rest()
           
 PropertyPath PropertyPath.subPath(javax.xml.namespace.QName subName)
           
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type PropertyPath
 PropertyContainerDefinition Schema.findContainerDefinition(java.lang.Class<? extends ObjectType> type, PropertyPath path)
           
<T extends ItemDefinition>
T
PropertyContainerDefinition.findItemDefinition(PropertyPath path, java.lang.Class<T> clazz)
           
 Property PropertyContainer.findOrCreateProperty(PropertyPath parentPath, javax.xml.namespace.QName propertyQName, java.lang.Class<?> valueClass)
           
 PropertyContainer PropertyContainer.findOrCreatePropertyContainer(PropertyPath containerPath)
           
 Property PropertyContainer.findProperty(PropertyPath propertyPath)
           
 Property PropertyContainer.findProperty(PropertyPath parentPath, javax.xml.namespace.QName propertyQName)
           
 PropertyContainer PropertyContainer.findPropertyContainer(PropertyPath parentPath)
           
 PropertyContainerDefinition PropertyContainerDefinition.findPropertyContainerDefinition(PropertyPath path)
          Finds an inner PropertyContainerDefinition by following the property container path.
 PropertyDefinition PropertyContainerDefinition.findPropertyDefinition(PropertyPath propertyPath)
           
 PropertyContainer PropertyContainerDefinition.instantiate(PropertyPath parentPath)
          Create property container instance with a default name.
 ResourceObject ResourceObjectDefinition.instantiate(PropertyPath parentPath)
           
abstract  Item ItemDefinition.instantiate(PropertyPath parentPath)
          Create an item instance.
 ResourceObjectAttribute ResourceObjectAttributeDefinition.instantiate(PropertyPath parentPath)
           
 Property PropertyDefinition.instantiate(PropertyPath parentPath)
           
 MidPointObject<T> ObjectDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
          Just for "compatibility".
 PropertyContainer PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
          Create property container instance with a specified name and element.
 PropertyContainer ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
           
abstract  Item ItemDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
          Create an item instance.
 ResourceObjectAttribute ResourceObjectAttributeDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
           
 Property PropertyDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
           
 MidPointObject<T> ObjectDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
          Just for "compatibility".
 PropertyContainer PropertyContainerDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
          Create property container instance with a specified name.
 PropertyContainer ResourceObjectDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
           
abstract  Item ItemDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
          Create an item instance.
 ResourceObjectAttribute ResourceObjectAttributeDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
           
 Property PropertyDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements, java.lang.Class<T> type, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseAsContent(javax.xml.namespace.QName name, java.util.List<java.lang.Object> contentElements, PropertyPath parentPath)
           
 java.util.Set<ResourceObjectAttribute> ResourceObjectDefinition.parseAttributes(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 Property PropertyDefinition.parseFromValueElement(org.w3c.dom.Element valueElement, PropertyPath parentPath)
           
 java.util.Collection<? extends ResourceObjectAttribute> ResourceObjectDefinition.parseIdentifiers(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (multiple elements).
abstract  Item ItemDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Create at instance of the item initialized from the provided list of elements.
 Property PropertyDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItem(java.lang.Object element, java.lang.Class<T> type, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (multiple elements).
 PropertyContainer PropertyContainerDefinition.parseItem(java.lang.Object element, PropertyPath parentPath)
          Creates new property container from DOM or JAXB representation (single element).
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbElement(javax.xml.bind.JAXBElement jaxbElement, java.lang.Class<T> type, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, java.lang.Class<T> type, PropertyPath parentPath)
           
 PropertyContainer PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
abstract  Item ItemDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
 Property PropertyDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
protected
<T extends PropertyContainer>
T
PropertyContainerDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, javax.xml.namespace.QName elementName, java.lang.Class<T> type, PropertyPath parentPath)
           
 java.util.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
          Parses items from a list of elements.
protected  java.util.Collection<? extends Item> PropertyContainerDefinition.parseItems(java.util.List<java.lang.Object> elements, PropertyPath parentPath, java.util.Collection<? extends ItemDefinition> selection)
          Parses items from a list of elements.
 void Item.setParentPath(PropertyPath parentPath)
           
 

Constructors in com.evolveum.midpoint.schema.processor with parameters of type PropertyPath
Item(javax.xml.namespace.QName name, Definition definition, java.lang.Object element, PropertyPath parentPath)
          The constructors should be used only occasionally (if used at all).
MidPointObject(javax.xml.namespace.QName name, ObjectDefinition definition, java.lang.Object element, PropertyPath parentPath)
           
ObjectReference(javax.xml.namespace.QName name, PropertyDefinition definition, java.lang.Object element, PropertyPath parentPath)
           
Property(javax.xml.namespace.QName name, PropertyDefinition definition, java.lang.Object element, PropertyPath parentPath)
           
PropertyContainer(javax.xml.namespace.QName name, PropertyContainerDefinition definition, java.lang.Object element, PropertyPath parentPath)
           
PropertyPath(PropertyPath parentPath, javax.xml.namespace.QName subName)
           
ResourceObject(javax.xml.namespace.QName name, ResourceObjectDefinition definition, java.lang.Object element, PropertyPath parentPath)
          The constructors should be used only occasionally (if used at all).
ResourceObjectAttribute(javax.xml.namespace.QName name, PropertyDefinition definition, java.lang.Object element, PropertyPath parentPath)
           
 



Copyright © 2012 evolveum. All Rights Reserved.