|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectModificationType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with parameters of type ObjectModificationType | |
---|---|
OperationResultType |
ModelWebService.modifyObject(java.lang.String objectTypeUri,
ObjectModificationType change)
|
Uses of ObjectModificationType in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema that return ObjectModificationType | ||
---|---|---|
static
|
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML). |
Methods in com.evolveum.midpoint.schema with parameters of type ObjectModificationType | ||
---|---|---|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef)
|
|
static
|
DeltaConvertor.toModifications(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
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(java.lang.String oid,
javax.xml.namespace.QName propertyName,
java.lang.Object propertyValue)
Deprecated. |
static ObjectModificationType |
ObjectTypeUtil.createModificationReplaceProperty(java.lang.String oid,
XPathHolder xpath,
javax.xml.namespace.QName propertyName,
java.lang.Object propertyValue)
Deprecated. |
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectModificationType | |
---|---|
static boolean |
ObjectTypeUtil.isEmpty(ObjectModificationType objectModification)
|
static java.lang.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 | |
---|---|
javax.xml.bind.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 | |
---|---|
javax.xml.bind.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 |
ModelPortTypeImpl.modifyObject(java.lang.String objectType,
ObjectModificationType objectChange)
|
OperationResultType |
ModelPortType.modifyObject(java.lang.String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |