Methods in com.evolveum.midpoint.model.test that return PropertyDelta |
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
javax.xml.namespace.QName attributeQName,
T... newRealValue)
|
protected
|
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
java.lang.String attributeLocalName,
T... newRealValue)
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
javax.xml.namespace.QName attributeQName,
T... newRealValue)
|
protected
|
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
java.lang.String attributeLocalName,
T... newRealValue)
|
protected
|
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
javax.xml.namespace.QName attributeQName,
T... newRealValue)
|
protected
|
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
java.lang.String attributeLocalName,
T... newRealValue)
|
Methods in com.evolveum.midpoint.prism.delta that return PropertyDelta |
PropertyDelta<T> |
PropertyDelta.clone()
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
java.lang.Class<O> compileTimeClass,
PrismContext prismContext)
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
PrismObjectDefinition<O> objectDefinition)
|
static
|
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName,
java.lang.Class<O> compileTimeClass,
PrismContext prismContext)
|
static
|
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<O> objectDefinition)
|
static
|
PropertyDelta.createModificationAddProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
static
|
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
static
|
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
static
|
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath,
PrismPropertyDefinition propertyDefinition,
T... propertyValues)
|
static
|
PropertyDelta.createModificationReplaceProperty(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<?> objectDefinition,
T... propertyValues)
|
|
ObjectDelta.createPropertyModification(ItemPath path)
|
|
ObjectDelta.createPropertyModification(ItemPath path,
PrismPropertyDefinition propertyDefinition)
|
|
ObjectDelta.createPropertyModification(javax.xml.namespace.QName name,
PrismPropertyDefinition propertyDefinition)
|
static
|
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
javax.xml.namespace.QName propertyName,
java.lang.Object... realValues)
|
static
|
PropertyDelta.createReplaceDeltaOrEmptyDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName propertyName,
java.lang.Object realValue)
|
static
|
PropertyDelta.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName propertyName)
Create delta that deletes all values of the specified property. |
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath propertyPath)
|
static PropertyDelta |
PropertyDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> modifications,
ItemPath propertyPath)
|
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
ItemPath parentPath,
javax.xml.namespace.QName propertyName)
|
static PropertyDelta |
ItemDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> deltas,
javax.xml.namespace.QName propertyName)
|
static PropertyDelta |
PropertyDelta.findPropertyDelta(java.util.Collection<? extends ItemDelta> modifications,
javax.xml.namespace.QName propertyName)
|
|
ObjectDelta.findPropertyDelta(ItemPath propertyPath)
|
|
ObjectDelta.findPropertyDelta(ItemPath parentPath,
javax.xml.namespace.QName propertyName)
|
|
ObjectDelta.findPropertyDelta(javax.xml.namespace.QName propertyName)
Top-level path is assumed. |
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object)
|