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

Packages that use PropertyModificationType
com.evolveum.midpoint.common   
com.evolveum.midpoint.common.patch   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of PropertyModificationType in com.evolveum.midpoint.common
 

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

Uses of PropertyModificationType in com.evolveum.midpoint.common.patch
 

Methods in com.evolveum.midpoint.common.patch with parameters of type PropertyModificationType
 void PatchingListener.applied(PropertyModificationType change)
           
 boolean PatchingListener.isApplicable(PropertyModificationType change)
           
 

Uses of PropertyModificationType in com.evolveum.midpoint.schema.processor
 

Methods in com.evolveum.midpoint.schema.processor that return PropertyModificationType
 PropertyModificationType PropertyModification.toPropertyModificationType()
           
 PropertyModificationType PropertyModification.toPropertyModificationType(javax.xml.namespace.QName parentPath, boolean recordType)
          With single-element parent path.
 

Uses of PropertyModificationType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util that return PropertyModificationType
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathHolder xpathType, java.lang.Object element)
           
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changetype, XPathHolder xpath, javax.xml.namespace.QName property, java.lang.Object value)
           
static PropertyModificationType ObjectTypeUtil.getPropertyModification(ObjectModificationType objectChange, XPathHolder path, javax.xml.namespace.QName propertyName)
           
 

Methods in com.evolveum.midpoint.schema.util with parameters of type PropertyModificationType
static javax.xml.namespace.QName ObjectTypeUtil.getElementName(PropertyModificationType propertyModification)
           
static boolean ObjectTypeUtil.isModificationOf(PropertyModificationType modification, javax.xml.namespace.QName elementName)
           
static boolean ObjectTypeUtil.isModificationOf(PropertyModificationType modification, javax.xml.namespace.QName elementName, XPathHolder path)
           
 

Uses of PropertyModificationType in com.evolveum.midpoint.xml.ns._public.common.common_1
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 with type parameters of type PropertyModificationType
protected  java.util.List<PropertyModificationType> ObjectModificationType.propertyModification
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return PropertyModificationType
 PropertyModificationType ObjectFactory.createPropertyModificationType()
          Create an instance of PropertyModificationType
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return types with arguments of type PropertyModificationType
 javax.xml.bind.JAXBElement<PropertyModificationType> ObjectFactory.createPropertyModification(PropertyModificationType value)
          Create an instance of JAXBElement<PropertyModificationType>}
 java.util.List<PropertyModificationType> ObjectModificationType.getPropertyModification()
          Describe a change to a single attribute of an object.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type PropertyModificationType
 javax.xml.bind.JAXBElement<PropertyModificationType> ObjectFactory.createPropertyModification(PropertyModificationType value)
          Create an instance of JAXBElement<PropertyModificationType>}
 



Copyright © 2011 evolveum. All Rights Reserved.