Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toObjectModificationType(com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML).
|
Modifier and Type | Method and Description |
---|---|
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
Class<T> type,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
com.evolveum.midpoint.prism.PrismObjectDefinition<T> objDef) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toModifications(ObjectModificationType objectModification,
Class<T> type,
com.evolveum.midpoint.prism.PrismContext prismContext) |
static <T extends com.evolveum.midpoint.prism.Objectable> |
DeltaConvertor.toModifications(ObjectModificationType objectModification,
com.evolveum.midpoint.prism.PrismObjectDefinition<T> objDef) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectTypeUtil.isEmpty(ObjectModificationType objectModification) |
Modifier and Type | Method and Description |
---|---|
ObjectModificationType |
ObjectModificationType.clone()
Creates and returns a deep copy of this object.
|
ObjectModificationType |
ObjectFactory.createObjectModificationType()
Create an instance of
ObjectModificationType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectModificationType> |
ObjectFactory.createObjectModification(ObjectModificationType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectModificationType> |
ObjectFactory.createObjectModification(ObjectModificationType value)
|
Constructor and Description |
---|
ObjectModificationType(ObjectModificationType o)
Creates a new
ObjectModificationType instance by deeply copying a given ObjectModificationType instance. |
Modifier and Type | Field and Description |
---|---|
protected ObjectModificationType |
ModifyObject.objectChange |
Modifier and Type | Method and Description |
---|---|
ObjectModificationType |
ModifyObject.getObjectChange()
Gets the value of the objectChange property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyObject.setObjectChange(ObjectModificationType value)
Sets the value of the objectChange property.
|
Modifier and Type | Method and Description |
---|---|
OperationResultType |
ModelPortTypeImpl.modifyObject(String objectType,
ObjectModificationType objectChange) |
OperationResultType |
ModelPortType.modifyObject(String objectType,
ObjectModificationType objectChange)
Modifies object using relative change description.
|
Copyright © 2014 Evolveum. All rights reserved.