Uses of Class
com.evolveum.midpoint.prism.delta.PropertyDelta

Packages that use PropertyDelta
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.prism   
com.evolveum.midpoint.prism.delta   
com.evolveum.midpoint.prism.util   
com.evolveum.midpoint.provisioning.ucf.api   
 

Uses of PropertyDelta in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens with parameters of type PropertyDelta
 void LensElementContext.addToSecondaryDelta(PropertyDelta accountPasswordDelta)
           
 

Uses of PropertyDelta in com.evolveum.midpoint.model.test
 

Methods in com.evolveum.midpoint.model.test that return PropertyDelta
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, javax.xml.namespace.QName attributeQName, T... newRealValue)
           
protected
<T> PropertyDelta<T>
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource, java.lang.String attributeLocalName, T... newRealValue)
           
 

Uses of PropertyDelta in com.evolveum.midpoint.prism
 

Methods in com.evolveum.midpoint.prism that return PropertyDelta
 PropertyDelta<T> PrismProperty.createDelta(ItemPath path)
           
 PropertyDelta<T> PrismProperty.diff(PrismProperty<T> other, ItemPath pathPrefix)
           
 PropertyDelta<T> PrismProperty.diff(PrismProperty<T> other, ItemPath pathPrefix, boolean ignoreMetadata, boolean isLiteral)
           
 

Uses of PropertyDelta in com.evolveum.midpoint.prism.delta
 

Methods in com.evolveum.midpoint.prism.delta that return PropertyDelta
 PropertyDelta<T> PropertyDelta.clone()
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(ItemPath propertyPath, java.lang.Class<O> compileTimeClass, PrismContext prismContext)
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(ItemPath propertyPath, PrismObjectDefinition<O> objectDefinition)
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName, java.lang.Class<O> compileTimeClass, PrismContext prismContext)
           
static
<O extends Objectable,T>
PropertyDelta<T>
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName, PrismObjectDefinition<O> objectDefinition)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationAddProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationDeleteProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath, PrismObjectDefinition<?> objectDefinition, T... propertyValues)
          Convenience method for quick creation of object deltas that replace a single object property.
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(ItemPath propertyPath, PrismPropertyDefinition propertyDefinition, T... propertyValues)
           
static
<T> PropertyDelta<T>
PropertyDelta.createModificationReplaceProperty(javax.xml.namespace.QName propertyName, PrismObjectDefinition<?> objectDefinition, T... propertyValues)
           
<X> PropertyDelta<X>
ObjectDelta.createPropertyModification(ItemPath path)
           
<C> PropertyDelta<C>
ObjectDelta.createPropertyModification(ItemPath path, PrismPropertyDefinition propertyDefinition)
           
<X> PropertyDelta<X>
ObjectDelta.createPropertyModification(javax.xml.namespace.QName name, PrismPropertyDefinition propertyDefinition)
           
static
<O extends Objectable>
PropertyDelta
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition, javax.xml.namespace.QName propertyName, java.lang.Object... realValues)
           
static
<O extends Objectable>
PropertyDelta<?>
PropertyDelta.createReplaceDeltaOrEmptyDelta(PrismObjectDefinition<O> objectDefinition, javax.xml.namespace.QName propertyName, java.lang.Object realValue)
           
static
<O extends Objectable>
PropertyDelta
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)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath propertyPath)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(ItemPath parentPath, javax.xml.namespace.QName propertyName)
           
<X> PropertyDelta<X>
ObjectDelta.findPropertyDelta(javax.xml.namespace.QName propertyName)
          Top-level path is assumed.
 PropertyDelta<T> PropertyDelta.narrow(PrismObject<? extends Objectable> object)
           
 

Methods in com.evolveum.midpoint.prism.delta with parameters of type PropertyDelta
protected  void PropertyDelta.copyValues(PropertyDelta<T> clone)
           
 

Uses of PropertyDelta in com.evolveum.midpoint.prism.util
 

Methods in com.evolveum.midpoint.prism.util with parameters of type PropertyDelta
static
<T> void
PrismAsserts.assertAdd(PropertyDelta<T> propertyDelta, T... expectedValues)
           
static
<T> void
PrismAsserts.assertReplace(PropertyDelta<T> propertyDelta, T... expectedValues)
           
 

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

Methods in com.evolveum.midpoint.provisioning.ucf.api that return PropertyDelta
 PropertyDelta PropertyModificationOperation.getPropertyDelta()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PropertyDelta
 void PropertyModificationOperation.setPropertyDelta(PropertyDelta propertyDelta)
           
 

Constructors in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PropertyDelta
PropertyModificationOperation(PropertyDelta propertyDelta)
           
 



Copyright © 2012 evolveum. All Rights Reserved.