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

Packages that use ObjectModificationType
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.diff   
com.evolveum.midpoint.common.object   
com.evolveum.midpoint.common.patch   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.impl   
com.evolveum.midpoint.xml.ns._public.common.common_1   
com.evolveum.midpoint.xml.ns._public.model.model_1   
 

Uses of ObjectModificationType in com.evolveum.midpoint.common
 

Methods in com.evolveum.midpoint.common with parameters of type ObjectModificationType
static java.lang.String DebugUtil.prettyPrint(ObjectModificationType objectChange)
           
 

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.object
 

Methods in com.evolveum.midpoint.common.object that return ObjectModificationType
static ObjectModificationType ObjectTypeUtil.createModificationReplaceProperty(java.lang.String oid, javax.xml.namespace.QName propertyName, java.lang.Object propertyValue)
           
 

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
 void ModelWebService.modifyObject(ObjectModificationType change, javax.xml.ws.Holder<OperationResultType> result)
           
 

Uses of ObjectModificationType in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api with parameters of type ObjectModificationType
 void ModelService.modifyObject(ObjectModificationType change, OperationResult result)
           
 

Uses of ObjectModificationType in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that return ObjectModificationType
 ObjectModificationType SchemaHandler.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType SchemaHandlerImpl.processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller with parameters of type ObjectModificationType
 void ModelControllerImpl.modifyObject(ObjectModificationType change, OperationResult result)
           
 void ModelControllerImpl.modifyObjectWithExclusion(ObjectModificationType change, java.lang.String accountOid, OperationResult result)
           
 void ModelController.modifyObjectWithExclusion(ObjectModificationType change, java.lang.String accountOid, OperationResult result)
           
 

Uses of ObjectModificationType in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectModificationType
 void ProvisioningService.modifyObject(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
 void ProvisioningServiceImpl.modifyObject(ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, ObjectModificationType objectChange, ScriptsType scripts, OperationResult parentResult)
           
 

Uses of ObjectModificationType in com.evolveum.midpoint.repo.api
 

Methods in com.evolveum.midpoint.repo.api with parameters of type ObjectModificationType
 void RepositoryService.modifyObject(ObjectModificationType objectChange, OperationResult parentResult)
          Modifies object using relative change description.
 

Uses of ObjectModificationType in com.evolveum.midpoint.repo.xml
 

Methods in com.evolveum.midpoint.repo.xml with parameters of type ObjectModificationType
 void XmlRepositoryService.modifyObject(ObjectModificationType objectChange, OperationResult parentResult)
           
 

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
 

Methods in com.evolveum.midpoint.xml.ns._public.model.model_1 with parameters of type ObjectModificationType
 void ModelPortType.modifyObject(ObjectModificationType objectChange, javax.xml.ws.Holder<OperationResultType> result)
          Modifies object using relative change description.
 



Copyright © 2011 evolveum. All Rights Reserved.