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

Packages that use PropertyModificationType
com.evolveum.midpoint.common.patch   
com.evolveum.midpoint.schema.delta   
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.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.delta
 

Methods in com.evolveum.midpoint.schema.delta that return types with arguments of type PropertyModificationType
 java.util.Collection<PropertyModificationType> PropertyDelta.toPropertyModificationTypes()
          Converts this delta to PropertyModificationType (XML).
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type PropertyModificationType
static PropertyDelta PropertyDelta.createDelta(PropertyModificationType propMod, PropertyContainerDefinition pcDef)
           
static PropertyDelta PropertyDelta.createDelta(PropertyModificationType propMod, Schema schema, java.lang.Class<? extends ObjectType> objectType)
          Creates delta from PropertyModificationType (XML).
 

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, Property property)
           
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathHolder xpath, javax.xml.namespace.QName propertyName, java.util.Collection<java.lang.Object> values)
           
static PropertyModificationType ObjectTypeUtil.createPropertyModificationType(PropertyModificationTypeType changeType, XPathHolder xpath, javax.xml.namespace.QName propertyName, 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)
           
static java.lang.String DebugUtil.prettyPrint(PropertyModificationType change)
           
 

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 © 2012 evolveum. All Rights Reserved.