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

Packages that use PropertyModificationTypeType
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.schema.processor   
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.common.common_1   
 

Uses of PropertyModificationTypeType in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that return PropertyModificationTypeType
 PropertyModificationTypeType AttributeModificationOperation.getChangeType()
           
 

Methods in com.evolveum.midpoint.provisioning.ucf.api with parameters of type PropertyModificationTypeType
 void AttributeModificationOperation.setChangeType(PropertyModificationTypeType changeType)
           
 

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

Methods in com.evolveum.midpoint.schema.processor that return PropertyModificationTypeType
 PropertyModificationTypeType PropertyModification.ModificationType.getPropertyModificationTypeType()
           
 

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

Methods in com.evolveum.midpoint.schema.util with parameters of type PropertyModificationTypeType
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)
           
 

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

Fields in com.evolveum.midpoint.xml.ns._public.common.common_1 declared as PropertyModificationTypeType
protected  PropertyModificationTypeType PropertyModificationType.modificationType
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 that return PropertyModificationTypeType
static PropertyModificationTypeType PropertyModificationTypeType.fromValue(java.lang.String v)
           
 PropertyModificationTypeType PropertyModificationType.getModificationType()
          Gets the value of the modificationType property.
static PropertyModificationTypeType PropertyModificationTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyModificationTypeType[] PropertyModificationTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 with parameters of type PropertyModificationTypeType
 void PropertyModificationType.setModificationType(PropertyModificationTypeType value)
          Sets the value of the modificationType property.
 



Copyright © 2012 evolveum. All Rights Reserved.