Uses of Enum Class
com.bonitasoft.processbuilder.enums.ObjectsManagementOptionType
Packages that use ObjectsManagementOptionType
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 ObjectsManagementOptionType in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return ObjectsManagementOptionTypeModifier and TypeMethodDescriptionstatic ObjectsManagementOptionTypeReturns the enum constant of this class with the specified name.static ObjectsManagementOptionType[]ObjectsManagementOptionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectsManagementOptionType in com.bonitasoft.processbuilder.validation
Methods in com.bonitasoft.processbuilder.validation with parameters of type ObjectsManagementOptionTypeModifier 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.