Uses of Class
com.evolveum.midpoint.schema.processor.ChangeType

Packages that use ChangeType
com.evolveum.midpoint.schema.delta   
com.evolveum.midpoint.schema.processor   
 

Uses of ChangeType in com.evolveum.midpoint.schema.delta
 

Methods in com.evolveum.midpoint.schema.delta that return ChangeType
 ChangeType ObjectDelta.getChangeType()
           
 

Methods in com.evolveum.midpoint.schema.delta with parameters of type ChangeType
 void ObjectDelta.setChangeType(ChangeType changeType)
           
 

Constructors in com.evolveum.midpoint.schema.delta with parameters of type ChangeType
ObjectDelta(java.lang.Class<T> objectTypeClass, ChangeType changeType)
           
 

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

Methods in com.evolveum.midpoint.schema.processor that return ChangeType
static ChangeType ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeType[] ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 evolveum. All Rights Reserved.