Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_2.ObjectModificationType

Packages that use ObjectModificationType
com.evolveum.midpoint.model   
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.model.model_1_wsdl   
 

Uses of ObjectModificationType in com.evolveum.midpoint.model
 

Methods in com.evolveum.midpoint.model with parameters of type ObjectModificationType
 OperationResultType ModelWebService.modifyObject(String objectTypeUri, ObjectModificationType change)
           
 

Uses of ObjectModificationType in com.evolveum.midpoint.schema
 

Methods in com.evolveum.midpoint.schema that return ObjectModificationType
static
<T extends Objectable>
ObjectModificationType
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
          Converts this delta to ObjectModificationType (XML).
 

Methods in com.evolveum.midpoint.schema with parameters of type ObjectModificationType
static
<T extends Objectable>
ObjectDelta<T>
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
ObjectDelta<T>
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)
           
static
<T extends Objectable>
Collection<? extends ItemDelta>
DeltaConvertor.toModifications(ObjectModificationType objectModification, Class<T> type, PrismContext prismContext)
           
static
<T extends Objectable>
Collection<? extends ItemDelta>
DeltaConvertor.toModifications(ObjectModificationType objectModification, PrismObjectDefinition<T> objDef)
           
 

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

Methods in com.evolveum.midpoint.schema.util that return ObjectModificationType
static ObjectModificationType ObjectTypeUtil.createModificationReplaceProperty(String oid, QName propertyName, Object propertyValue)
          Deprecated. 
static ObjectModificationType ObjectTypeUtil.createModificationReplaceProperty(String oid, XPathHolder xpath, QName propertyName, Object propertyValue)
          Deprecated. 
 

Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectModificationType
static boolean ObjectTypeUtil.isEmpty(ObjectModificationType objectModification)
           
static String SchemaDebugUtil.prettyPrint(ObjectModificationType objectChange)
           
 

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

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return ObjectModificationType
 ObjectModificationType ObjectModificationType.clone()
          Creates and returns a deep copy of this object.
 ObjectModificationType ObjectFactory.createObjectModificationType()
          Create an instance of ObjectModificationType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type ObjectModificationType
 JAXBElement<ObjectModificationType> ObjectFactory.createObjectModification(ObjectModificationType value)
          Create an instance of JAXBElement<ObjectModificationType>}
 

Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with parameters of type ObjectModificationType
 JAXBElement<ObjectModificationType> ObjectFactory.createObjectModification(ObjectModificationType value)
          Create an instance of JAXBElement<ObjectModificationType>}
 

Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with parameters of type ObjectModificationType
ObjectModificationType(ObjectModificationType o)
          Creates a new ObjectModificationType instance by deeply copying a given ObjectModificationType instance.
 

Uses of ObjectModificationType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with parameters of type ObjectModificationType
 OperationResultType ModelPortType.modifyObject(String objectType, ObjectModificationType objectChange)
          Modifies object using relative change description.
 OperationResultType ModelPortTypeImpl.modifyObject(String objectType, ObjectModificationType objectChange)
           
 



Copyright © 2013 evolveum. All Rights Reserved.