Uses of Enum Class
com.evolveum.midpoint.model.api.visualizer.ActionType
Packages that use ActionType
-
Uses of ActionType in com.evolveum.midpoint.model.api.visualizer
Methods in com.evolveum.midpoint.model.api.visualizer that return ActionTypeModifier and TypeMethodDescriptionLocalizationCustomizationContext.actionType()Returns the value of theactionTyperecord component.static ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.model.api.visualizer with parameters of type ActionTypeModifier and TypeMethodDescriptionLocalizationCustomizationContext.Builder.actionType(ActionType actionType) Constructors in com.evolveum.midpoint.model.api.visualizer with parameters of type ActionTypeModifierConstructorDescriptionLocalizationCustomizationContext(ObjectTypes objectType, ActionType actionType) Creates an instance of aLocalizationCustomizationContextrecord class.