|
||||||||||
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(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(ObjectChangeType change,
Property token)
|
|
Change(java.util.Set<ResourceObjectAttribute> 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(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.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 |
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()
|
Property |
PropertyDefinition.instantiate(javax.xml.namespace.QName name)
|
Property |
PropertyDefinition.instantiate(javax.xml.namespace.QName name,
java.lang.Object element)
|
Property |
PropertyDefinition.parseItem(java.util.List<java.lang.Object> elements)
|
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. |
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,
XPathHolder 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 |