Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.BeforeAfterType
Packages that use BeforeAfterType
-
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 BeforeAfterTypeModifier and TypeFieldDescriptionprotected BeforeAfterTypeOperationProvisioningScriptType.orderprotected BeforeAfterTypeSynchronizationActionType.orderMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return BeforeAfterTypeModifier and TypeMethodDescriptionstatic BeforeAfterTypeOperationProvisioningScriptType.getOrder()SynchronizationActionType.getOrder()static BeforeAfterTypeReturns the enum constant of this class with the specified name.static BeforeAfterType[]BeforeAfterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type BeforeAfterTypeModifier and TypeMethodDescriptionOperationProvisioningScriptType.order(BeforeAfterType value) SynchronizationActionType.order(BeforeAfterType value) voidOperationProvisioningScriptType.setOrder(BeforeAfterType value) voidSynchronizationActionType.setOrder(BeforeAfterType value)