|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDelta | |
---|---|
com.evolveum.midpoint.model | |
com.evolveum.midpoint.schema.delta | |
com.evolveum.midpoint.schema.processor |
Uses of PropertyDelta in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model that return PropertyDelta | |
---|---|
PropertyDelta |
SyncContext.getAssignmentDelta()
Returns delta of user assignments, both primary and secondary (merged together). |
Methods in com.evolveum.midpoint.model with parameters of type PropertyDelta | |
---|---|
void |
AccountSyncContext.addToSecondaryDelta(PropertyDelta accountPasswordDelta)
|
Uses of PropertyDelta in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta that return PropertyDelta | |
---|---|
static PropertyDelta |
PropertyDelta.createDelta(PropertyModificationType propMod,
PropertyContainerDefinition pcDef)
|
static PropertyDelta |
PropertyDelta.createDelta(PropertyModificationType propMod,
Schema schema,
java.lang.Class<? extends ObjectType> objectType)
Creates delta from PropertyModificationType (XML). |
PropertyDelta |
ObjectDelta.getPropertyDelta(PropertyPath propertyPath)
|
PropertyDelta |
ObjectDelta.getPropertyDelta(PropertyPath parentPath,
javax.xml.namespace.QName propertyName)
|
PropertyDelta |
ObjectDelta.getPropertyDelta(javax.xml.namespace.QName propertyName)
Top-level path is assumed. |
Methods in com.evolveum.midpoint.schema.delta that return types with arguments of type PropertyDelta | |
---|---|
java.util.Collection<PropertyDelta> |
ObjectDelta.getModifications()
|
Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyDelta | |
---|---|
void |
ObjectDelta.addModification(PropertyDelta propertyDelta)
|
void |
PropertyDelta.merge(PropertyDelta deltaToMerge)
Merge specified delta to this delta. |
void |
ObjectDelta.swallow(PropertyDelta newPropertyDelta)
Incorporates the property delta into the existing property deltas (regardless of the change type). |
Uses of PropertyDelta in com.evolveum.midpoint.schema.processor |
---|
Methods in com.evolveum.midpoint.schema.processor that return PropertyDelta | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |