Uses of Class
com.evolveum.prism.xml.ns._public.types_2.ItemDeltaType

Packages that use ItemDeltaType
com.evolveum.midpoint.schema   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.api_types_2   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
com.evolveum.prism.xml.ns._public.types_2   
 

Uses of ItemDeltaType in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return types with arguments of type ItemDeltaType
static Collection<ItemDeltaType> DeltaConvertor.toPropertyModificationTypes(ItemDelta delta)
          Converts this delta to PropertyModificationType (XML).
 

Methods in com.evolveum.midpoint.schema with parameters of type ItemDeltaType
static
<V extends PrismValue>
ItemDelta<V>
DeltaConvertor.createItemDelta(ItemDeltaType propMod, Class<? extends Objectable> objectType, PrismContext prismContext)
          Creates delta from PropertyModificationType (XML).
static
<V extends PrismValue>
ItemDelta<V>
DeltaConvertor.createItemDelta(ItemDeltaType propMod, PrismContainerDefinition<?> pcDef)
           
 

Method parameters in com.evolveum.midpoint.schema with type arguments of type ItemDeltaType
static
<T extends Objectable>
Collection<? extends ItemDelta>
DeltaConvertor.toModifications(Collection<ItemDeltaType> itemDeltaTypes, PrismObjectDefinition<T> objDef)
           
 

Uses of ItemDeltaType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return ItemDeltaType
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpathType, Object element)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, PrismProperty property)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, QName propertyName, Collection<Object> values)
          Deprecated. 
static ItemDeltaType ObjectTypeUtil.createPropertyModificationType(ModificationTypeType changeType, XPathHolder xpath, QName propertyName, Object value)
          Deprecated. 
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ItemDeltaType
static QName ObjectTypeUtil.getElementName(ItemDeltaType propertyModification)
           
static boolean ObjectTypeUtil.isModificationOf(ItemDeltaType modification, QName elementName)
           
static boolean ObjectTypeUtil.isModificationOf(ItemDeltaType modification, QName elementName, XPathHolder path)
           
static String SchemaDebugUtil.prettyPrint(ItemDeltaType change)
           
 

Uses of ItemDeltaType in com.evolveum.midpoint.xml.ns._public.common.api_types_2
 

Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with type parameters of type ItemDeltaType
protected  List<ItemDeltaType> ObjectModificationType.modification
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type ItemDeltaType
 List<ItemDeltaType> ObjectModificationType.getModification()
          Gets the value of the modification property.
 

Uses of ItemDeltaType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type ItemDeltaType
protected  List<ItemDeltaType> UriStackEntry.extensionDelta
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ItemDeltaType
 List<ItemDeltaType> UriStackEntry.getExtensionDelta()
          Gets the value of the extensionDelta property.
 

Uses of ItemDeltaType in com.evolveum.prism.xml.ns._public.types_2
 

Fields in com.evolveum.prism.xml.ns._public.types_2 with type parameters of type ItemDeltaType
protected  List<ItemDeltaType> ObjectDeltaType.modification
           
 

Methods in com.evolveum.prism.xml.ns._public.types_2 that return ItemDeltaType
 ItemDeltaType ItemDeltaType.clone()
           
 ItemDeltaType ObjectFactory.createItemDeltaType()
          Create an instance of ItemDeltaType
 

Methods in com.evolveum.prism.xml.ns._public.types_2 that return types with arguments of type ItemDeltaType
 List<ItemDeltaType> ObjectDeltaType.getModification()
          Gets the value of the modification property.
 



Copyright © 2013 evolveum. All Rights Reserved.