|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectModificationType in com.evolveum.midpoint.common.diff |
---|
Methods in com.evolveum.midpoint.common.diff that return ObjectModificationType | |
---|---|
static ObjectModificationType |
CalculateXmlDiff.calculateChanges(java.io.File oldObjectFile,
java.io.File newObjectFile)
|
static ObjectModificationType |
CalculateXmlDiff.calculateChanges(ObjectType oldObject,
ObjectType newObject)
|
Uses of ObjectModificationType in com.evolveum.midpoint.common.patch |
---|
Methods in com.evolveum.midpoint.common.patch with parameters of type ObjectModificationType | |
---|---|
java.lang.String |
PatchXml.applyDifferences(ObjectModificationType changes,
java.io.File oldXmlFile)
|
java.lang.String |
PatchXml.applyDifferences(ObjectModificationType changes,
ObjectType objectType)
|
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.model.api |
---|
Methods in com.evolveum.midpoint.model.api with parameters of type ObjectModificationType | ||
---|---|---|
|
ModelService.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
Task task,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectModificationType in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller with parameters of type ObjectModificationType | ||
---|---|---|
|
ModelController.modifyObject(java.lang.Class<T> type,
ObjectModificationType change,
Task task,
OperationResult parentResult)
|
Uses of ObjectModificationType in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectModificationType | ||
---|---|---|
|
ProvisioningService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectModificationType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ObjectModificationType | ||
---|---|---|
|
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
|
|
void |
ShadowCache.modifyShadow(ObjectType objectType,
ResourceType resource,
ObjectModificationType objectChange,
ScriptsType scripts,
OperationResult parentResult)
|
|
java.util.Set<AttributeModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
java.util.Set<Operation> changes,
ObjectModificationType objectChanges,
OperationResult parentResult)
|
Uses of ObjectModificationType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with parameters of type ObjectModificationType | ||
---|---|---|
|
RepositoryService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
Modifies object using relative change description. |
Uses of ObjectModificationType in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache with parameters of type ObjectModificationType | ||
---|---|---|
|
RepositoryCache.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
|
Uses of ObjectModificationType in com.evolveum.midpoint.repo.xml |
---|
Methods in com.evolveum.midpoint.repo.xml with parameters of type ObjectModificationType | ||
---|---|---|
|
XmlRepositoryService.modifyObject(java.lang.Class<T> type,
ObjectModificationType objectChange,
OperationResult parentResult)
|
Uses of ObjectModificationType in com.evolveum.midpoint.schema.delta |
---|
Methods in com.evolveum.midpoint.schema.delta that return ObjectModificationType | |
---|---|
ObjectModificationType |
ObjectDelta.toObjectModificationType()
Converts this delta to ObjectModificationType (XML). |
Methods in com.evolveum.midpoint.schema.delta with parameters of type ObjectModificationType | ||
---|---|---|
static
|
ObjectDelta.createDelta(ObjectModificationType objectModification,
ObjectDefinition<T> objDef)
|
|
static
|
ObjectDelta.createDelta(ObjectModificationType objectModification,
Schema schema,
java.lang.Class<T> type)
Creates new delta from the ObjectModificationType (XML). |
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)
|
static ObjectModificationType |
ObjectTypeUtil.createModificationReplaceProperty(java.lang.String oid,
XPathHolder xpath,
javax.xml.namespace.QName propertyName,
java.lang.Object propertyValue)
|
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectModificationType | ||
---|---|---|
static PropertyModificationType |
ObjectTypeUtil.getPropertyModification(ObjectModificationType objectChange,
XPathHolder path,
javax.xml.namespace.QName propertyName)
|
|
static
|
ObjectTypeUtil.getPropertyNewValue(ObjectModificationType objectChange,
java.lang.String pathSegment,
java.lang.String propertyName,
java.lang.Class<T> propertyClass)
common-1.xsd namespace is assumed single value and "replace" modification are assumed |
|
static
|
ObjectTypeUtil.getPropertyNewValue(ObjectModificationType objectChange,
XPathHolder path,
javax.xml.namespace.QName propertyName,
java.lang.Class<T> propertyClass)
single value and "replace" modification are assumed |
|
static boolean |
ObjectTypeUtil.isEmpty(ObjectModificationType objectModification)
|
|
static java.lang.String |
DebugUtil.prettyPrint(ObjectModificationType objectChange)
|
Uses of ObjectModificationType in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api with parameters of type ObjectModificationType | |
---|---|
void |
TaskManager.modifyTask(ObjectModificationType objectChange,
OperationResult parentResult)
Modifies task using relative change description. |
Uses of ObjectModificationType in com.evolveum.midpoint.task.impl |
---|
Methods in com.evolveum.midpoint.task.impl with parameters of type ObjectModificationType | |
---|---|
void |
TaskManagerImpl.modifyTask(ObjectModificationType objectChange,
OperationResult parentResult)
|
Uses of ObjectModificationType in com.evolveum.midpoint.xml.ns._public.common.common_1 |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as ObjectModificationType | |
---|---|
protected ObjectModificationType |
ObjectChangeModificationType.objectModification
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return ObjectModificationType | |
---|---|
ObjectModificationType |
ObjectFactory.createObjectModificationType()
Create an instance of ObjectModificationType |
ObjectModificationType |
ObjectChangeModificationType.getObjectModification()
Gets the value of the objectModification property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type ObjectModificationType | |
---|---|
javax.xml.bind.JAXBElement<ObjectModificationType> |
ObjectFactory.createModification(ObjectModificationType value)
Create an instance of JAXBElement < 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.common_1 with parameters of type ObjectModificationType | |
---|---|
javax.xml.bind.JAXBElement<ObjectModificationType> |
ObjectFactory.createModification(ObjectModificationType value)
Create an instance of JAXBElement < ObjectModificationType > } |
javax.xml.bind.JAXBElement<ObjectModificationType> |
ObjectFactory.createObjectModification(ObjectModificationType value)
Create an instance of JAXBElement < ObjectModificationType > } |
void |
ObjectChangeModificationType.setObjectModification(ObjectModificationType value)
Sets the value of the objectModification property. |
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 |