|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that return Property | |
---|---|
Property |
ShadowCache.fetchCurrentToken(ResourceType resourceType,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type Property | |
---|---|
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(javax.xml.namespace.QName objectClass,
OperationResult parentResult)
Returns the latest token. |
Property |
AttributeModificationOperation.getNewAttribute()
|
Property |
Change.getToken()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api that return types with arguments of type Property | |
---|---|
java.util.Set<Property> |
Change.getIdentifiers()
|
Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type Property | |
---|---|
java.util.List<Change> |
ConnectorInstance.fetchChanges(javax.xml.namespace.QName objectClass,
Property lastToken,
OperationResult parentResult)
Token may be null. |
void |
AttributeModificationOperation.setNewAttribute(Property newAttribute)
|
void |
Change.setToken(Property token)
|
Method parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type Property | |
---|---|
void |
Change.setIdentifiers(java.util.Set<Property> identifiers)
|
Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type Property | |
---|---|
Change(ObjectChangeType change,
Property token)
|
|
Change(java.util.Set<Property> identifiers,
ObjectChangeType change,
Property token)
|
Constructor parameters in com.evolveum.midpoint.provisioning.ucf.api with type arguments of type Property | |
---|---|
Change(java.util.Set<Property> identifiers,
ObjectChangeType change,
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(javax.xml.namespace.QName objectClass,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.ucf.impl with parameters of type Property | |
---|---|
java.util.List<Change> |
ConnectorInstanceIcfImpl.fetchChanges(javax.xml.namespace.QName objectClass,
Property lastToken,
OperationResult parentResult)
|
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 with type parameters of type Property | ||
---|---|---|
protected
|
PropertyContainerDefinition.parseProperties(java.util.List<org.w3c.dom.Element> elements,
java.lang.Class<T> clazz)
Same as parseProperties(List |
|
protected
|
PropertyContainerDefinition.parseProperties(java.util.List<org.w3c.dom.Element> elements,
java.lang.Class<T> clazz,
java.util.Set<? extends PropertyDefinition> selection)
Same as parseProperties(List |
Methods in com.evolveum.midpoint.schema.processor that return Property | |
---|---|
Property |
PropertyContainer.findProperty(PropertyDefinition propertyDefinition)
Finds a specific property in the container by definition. |
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()
|
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type Property | |
---|---|
java.util.Set<Property> |
ResourceObject.getIdentifiers()
Returns identifiers. |
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. |
java.util.Set<Property> |
PropertyContainerDefinition.parseProperties(java.util.List<org.w3c.dom.Element> elements)
Parses properties from a list of elements. |
Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type Property | |
---|---|
java.util.List<org.w3c.dom.Element> |
PropertyContainerDefinition.serializePropertiesToDom(java.util.Set<Property> properties,
org.w3c.dom.Document doc)
Serializes provided properties to DOM. |
Constructors in com.evolveum.midpoint.schema.processor with parameters of type Property | |
---|---|
PropertyModification(Property property,
PropertyModification.ModificationType modificationType,
java.util.Set<java.lang.Object> values)
Assumes empty path (default) |
|
PropertyModification(Property property,
PropertyModification.ModificationType modificationType,
XPathType path,
java.util.Set<java.lang.Object> values)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |