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.patch   
com.evolveum.midpoint.model   
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.controller.handler   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.repo.api   
com.evolveum.midpoint.repo.cache   
com.evolveum.midpoint.repo.xml   
com.evolveum.midpoint.schema.util   
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_wsdl   
 

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.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
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, ObjectModificationType change, OperationResult parentResult)
           Modifies object using relative change description.
 

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
<T extends ObjectType>
void
ModelControllerImpl.modifyObject(java.lang.Class<T> type, ObjectModificationType change, OperationResult result)
           
<T extends ObjectType>
void
ModelControllerImpl.modifyObjectWithExclusion(java.lang.Class<T> type, ObjectModificationType change, java.util.Collection<java.lang.String> excludedResourceOids, OperationResult result)
           
<T extends ObjectType>
void
ModelController.modifyObjectWithExclusion(java.lang.Class<T> type, ObjectModificationType change, java.util.Collection<java.lang.String> excludedResourceOids, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.controller.handler that return ObjectModificationType
 ObjectModificationType BasicHandler.processOutboundSchemaHandling(UserType user, ResourceObjectShadowType object, OperationResult result)
           
 

Methods in com.evolveum.midpoint.model.controller.handler with parameters of type ObjectModificationType
<T extends ObjectType>
void
UserTypeHandler.modifyObject(java.lang.Class<T> type, ObjectModificationType change, java.util.Collection<java.lang.String> excludedResourceOids, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.provisioning.api with parameters of type ObjectModificationType
<T extends ObjectType>
void
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
<T extends ObjectType>
void
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)
           
 

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

Methods in com.evolveum.midpoint.repo.api with parameters of type ObjectModificationType
<T extends ObjectType>
void
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
<T extends ObjectType>
void
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
<T extends ObjectType>
void
XmlRepositoryService.modifyObject(java.lang.Class<T> type, ObjectModificationType objectChange, OperationResult parentResult)
           
 

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)
           
 

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
<T> T
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
<T> T
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)
           
 

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.
 



Copyright © 2011 evolveum. All Rights Reserved.