Uses of Enum Class
com.bonitasoft.processbuilder.enums.ActionType
Packages that use ActionType
Package
Description
Provides enumerations (enums) for defining and managing a set of named constants
used throughout the application.
Provides utilities and core logic for business data and input validation.
-
Uses of ActionType in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return ActionTypeModifier and TypeMethodDescriptionstatic 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. -
Uses of ActionType in com.bonitasoft.processbuilder.validation
Methods in com.bonitasoft.processbuilder.validation with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic booleanProcessOptionValidator.isMatchingActionAndOption(String actionType, String optionType, ActionType expectedActionType, ObjectsManagementOptionType expectedOptionType) Checks if the actual action and option type strings match the provided expectedActionTypeandObjectsManagementOptionTypeenum constants.static booleanProcessOptionValidator.isMatchingActionAndOption(String actionType, String optionType, ActionType expectedActionType, ProcessOptionType expectedProcessOptionType) Checks if the actual action and option type strings match the provided expectedActionTypeandProcessOptionTypeenum constants.