Class Constants
java.lang.Object
com.bonitasoft.processbuilder.constants.Constants
Utility class containing all application-wide constant values.
This class is designed to be non-instantiable, ensuring it is used only for static access to its constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant representing an empty string ("").static final StringProfile name constant for the PB Administrator profile.static final StringProfile name constant for the PB Process Manager profile.static final StringProfile name constant for the PB User profile.static final StringConstant representing a general test string. -
Method Summary
-
Field Details
-
TEST
Constant representing a general test string.- See Also:
-
EMPTY
Constant representing an empty string ("").Use this constant instead of directly typing
"".- See Also:
-
PB_USER_PROFILE
Profile name constant for the PB User profile. This profile grants basic user access to Process Builder features.- See Also:
-
PB_ADMINISTRATOR_PROFILE
Profile name constant for the PB Administrator profile. This profile grants full administrative access to Process Builder.- See Also:
-
PB_PROCESS_MANAGER_PROFILE
Profile name constant for the PB Process Manager profile. This profile grants process management capabilities in Process Builder.- See Also:
-