Uses of Enum Class
com.bonitasoft.processbuilder.enums.ProcessOptionType
Packages that use ProcessOptionType
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 ProcessOptionType in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return ProcessOptionTypeModifier and TypeMethodDescriptionstatic ProcessOptionTypeReturns the enum constant of this class with the specified name.static ProcessOptionType[]ProcessOptionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessOptionType in com.bonitasoft.processbuilder.validation
Methods in com.bonitasoft.processbuilder.validation with parameters of type ProcessOptionTypeModifier and TypeMethodDescriptionstatic booleanProcessOptionValidator.isMatchingActionAndOption(String actionType, String optionType, ActionType expectedActionType, ProcessOptionType expectedProcessOptionType) Checks if the actual action and option type strings match the provided expectedActionTypeandProcessOptionTypeenum constants.