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

Packages that use Property
com.evolveum.midpoint.common.valueconstruction   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
com.evolveum.midpoint.schema.delta   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.schema.xjc   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
 

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

Methods in com.evolveum.midpoint.common.valueconstruction that return Property
 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)
           
 Property ValueConstruction.getOutput()
           
 

Methods in com.evolveum.midpoint.common.valueconstruction with parameters of type Property
 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)
           
 void ValueConstruction.setInput(Property input)
           
 

Uses of Property in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that return Property
 Property ShadowConverter.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 Property ShadowCache.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Property
 java.util.List<Change> ShadowConverter.fetchChanges(ResourceType resource, Property lastToken, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, Property lastToken, OperationResult parentResult)
           
 

Uses of Property in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return Property
 Property ConnectorInstance.deserializeToken(java.lang.Object serializedToken)
          Creates a live Java object from a token previously serialized to string.
 Property ConnectorInstance.fetchCurrentToken(ResourceObjectDefinition objectClass, OperationResult parentResult)
          Returns the latest token.
 Property AttributeModificationOperation.getNewAttribute()
           
 Property Change.getToken()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type Property
 java.util.List<Change> ConnectorInstance.fetchChanges(ResourceObjectDefinition objectClass, Property lastToken, OperationResult parentResult)
          Token may be null.
 void AttributeModificationOperation.setNewAttribute(Property newAttribute)
           
 void Change.setToken(Property token)
           
 

Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type Property
Change(ObjectDelta<? extends ResourceObjectShadowType> change, Property token)
           
Change(java.util.Set<ResourceObjectAttribute> identifiers, ObjectDelta<? extends ResourceObjectShadowType> change, Property token)
           
Change(java.util.Set<ResourceObjectAttribute> identifiers, ResourceObjectShadowType currentShadow, Property token)
           
 

Uses of Property in com.evolveum.midpoint.provisioning.ucf.impl
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that return Property
 Property ConnectorInstanceIcfImpl.deserializeToken(java.lang.Object serializedToken)
           
 Property ConnectorInstanceIcfImpl.fetchCurrentToken(ResourceObjectDefinition objectClass, OperationResult parentResult)
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type Property
 java.util.List<Change> ConnectorInstanceIcfImpl.fetchChanges(ResourceObjectDefinition objectClass, Property lastToken, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.schema.delta that return Property
 Property PropertyDelta.getPropertyNew(PropertyDefinition propertyDefinition, PropertyPath parentPath)
          Returns the "new" state of the property - the state that would be after the delta is applied.
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type Property
 void PropertyDelta.applyTo(Property property)
          Apply this delta (path) to a property.
 

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

Subclasses of Property in com.evolveum.midpoint.schema.processor
 class ObjectReference
          Object Reference is a property that describes reference to an object.
 class ResourceObjectAttribute
          Resource Object Attribute is a Property of Resource Object.
 

Methods in com.evolveum.midpoint.schema.processor that return Property
 Property Property.clone()
           
 Property PropertyContainer.createProperty(javax.xml.namespace.QName propertyName, java.lang.Class<?> valueClass)
           
 Property PropertyContainer.findOrCreateProperty(PropertyPath parentPath, javax.xml.namespace.QName propertyQName, java.lang.Class<?> valueClass)
           
 Property PropertyContainer.findOrCreateProperty(javax.xml.namespace.QName propertyQName, java.lang.Class<?> valueClass)
           
 Property PropertyContainer.findProperty(PropertyDefinition propertyDefinition)
          Finds a specific property in the container by definition.
 Property PropertyContainer.findProperty(PropertyPath propertyPath)
           
 Property PropertyContainer.findProperty(PropertyPath parentPath, javax.xml.namespace.QName propertyQName)
           
 Property PropertyContainer.findProperty(javax.xml.namespace.QName propertyQName)
          Finds a specific property in the container by name.
 Property ResourceObject.getIdentifier()
          Returns a (single) identifier.
 Property PropertyModification.getProperty()
           
 Property ResourceObject.getSecondaryIdentifier()
          Returns a (single) secondary identifier.
 Property PropertyDefinition.instantiate(PropertyPath parentPath)
           
 Property PropertyDefinition.instantiate(javax.xml.namespace.QName name, java.lang.Object element, PropertyPath parentPath)
           
 Property PropertyDefinition.instantiate(javax.xml.namespace.QName name, PropertyPath parentPath)
           
 Property PropertyDefinition.parseFromValueElement(org.w3c.dom.Element valueElement, PropertyPath parentPath)
           
 Property PropertyDefinition.parseItem(java.util.List<java.lang.Object> elements, PropertyPath parentPath)
           
 Property PropertyDefinition.parseItemFromJaxbObject(java.lang.Object jaxbObject, PropertyPath parentPath)
           
 

Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type Property
 java.util.Set<Property> PropertyContainer.getProperties()
          Returns a set of properties that the property container contains.
 java.util.Set<Property> ResourceObject.getSecondaryIdentifiers()
          Returns secondary identifiers.
 

Methods in com.evolveum.midpoint.schema.processor with parameters of type Property
 PropertyDelta Property.compareRealValuesTo(Property other)
          This method compares "this" property with other property.
 PropertyDelta Property.compareTo(Property other)
          This method compares "this" property with other property.
protected  void Property.copyValues(Property clone)
           
 

Constructors in com.evolveum.midpoint.schema.processor with parameters of type Property
PropertyModification(Property property, PropertyModification.ModificationType modificationType, java.util.Set<PropertyValue<java.lang.Object>> values)
          Assumes empty path (default)
PropertyModification(Property property, PropertyModification.ModificationType modificationType, XPathHolder path, java.util.Set<PropertyValue<java.lang.Object>> values)
           
 

Uses of Property in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with parameters of type Property
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathHolder xpath, Property property)
           
 

Uses of Property in com.evolveum.midpoint.schema.xjc
 

Constructors in com.evolveum.midpoint.schema.xjc with parameters of type Property
PropertyArrayList(Property property)
           
 

Uses of Property in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return Property
 Property Task.getExtension(javax.xml.namespace.QName propertyName)
           
 

Uses of Property in com.evolveum.midpoint.task.impl
 

Methods in com.evolveum.midpoint.task.impl that return Property
 Property TaskImpl.getExtension(javax.xml.namespace.QName propertyName)
           
 



Copyright © 2012 evolveum. All Rights Reserved.