Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BeforeAfterType
-
Packages that use BeforeAfterType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of BeforeAfterType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as BeforeAfterType Modifier and Type Field Description protected BeforeAfterType
OperationProvisioningScriptType. order
protected BeforeAfterType
SynchronizationActionType. order
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BeforeAfterType Modifier and Type Method Description static BeforeAfterType
BeforeAfterType. fromValue(String v)
BeforeAfterType
OperationProvisioningScriptType. getOrder()
Gets the value of the order property.BeforeAfterType
SynchronizationActionType. getOrder()
Gets the value of the order property.static BeforeAfterType
BeforeAfterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeforeAfterType[]
BeforeAfterType. 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_3 with parameters of type BeforeAfterType Modifier and Type Method Description OperationProvisioningScriptType
OperationProvisioningScriptType. order(BeforeAfterType value)
SynchronizationActionType
SynchronizationActionType. order(BeforeAfterType value)
void
OperationProvisioningScriptType. setOrder(BeforeAfterType value)
Sets the value of the order property.void
SynchronizationActionType. setOrder(BeforeAfterType value)
Sets the value of the order property.
-