Uses of Class
com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType
-
Packages that use ChangeTypeType Package Description com.evolveum.midpoint.prism.delta com.evolveum.midpoint.xml.ns._public.common.common_3 com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of ChangeTypeType in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return ChangeTypeType Modifier and Type Method Description static ChangeTypeType
ChangeType. toChangeTypeType(ChangeType changeType)
Methods in com.evolveum.midpoint.prism.delta with parameters of type ChangeTypeType Modifier and Type Method Description static ChangeType
ChangeType. toChangeType(ChangeTypeType changeType)
-
Uses of ChangeTypeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ChangeTypeType Modifier and Type Field Description protected ChangeTypeType
ObjectActionsExecutedEntryType. operation
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ChangeTypeType Modifier and Type Method Description ChangeTypeType
ObjectActionsExecutedEntryType. getOperation()
Gets the value of the operation property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ChangeTypeType Modifier and Type Method Description List<ChangeTypeType>
ModificationPolicyConstraintType. createOperationList()
List<ChangeTypeType>
ModificationPolicyConstraintType. getOperation()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ChangeTypeType Modifier and Type Method Description AssignmentModificationPolicyConstraintType
AssignmentModificationPolicyConstraintType. operation(ChangeTypeType value)
ModificationPolicyConstraintType
ModificationPolicyConstraintType. operation(ChangeTypeType value)
ObjectActionsExecutedEntryType
ObjectActionsExecutedEntryType. operation(ChangeTypeType value)
void
ObjectActionsExecutedEntryType. setOperation(ChangeTypeType value)
Sets the value of the operation property. -
Uses of ChangeTypeType in com.evolveum.prism.xml.ns._public.types_3
Fields in com.evolveum.prism.xml.ns._public.types_3 declared as ChangeTypeType Modifier and Type Field Description protected ChangeTypeType
ObjectDeltaType. changeType
Methods in com.evolveum.prism.xml.ns._public.types_3 that return ChangeTypeType Modifier and Type Method Description static ChangeTypeType
ChangeTypeType. fromValue(String v)
ChangeTypeType
ObjectDeltaType. getChangeType()
Gets the value of the changeType property.static ChangeTypeType
ChangeTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeTypeType[]
ChangeTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type ChangeTypeType Modifier and Type Method Description void
ObjectDeltaType. setChangeType(ChangeTypeType value)
Sets the value of the changeType property.
-