Class Constants

java.lang.Object
com.bonitasoft.processbuilder.constants.Constants

public final class Constants extends Object
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 Details

    • TEST

      public static final String TEST
      Constant representing a general test string.
      See Also:
    • EMPTY

      public static final String EMPTY
      Constant representing an empty string ("").

      Use this constant instead of directly typing "".

      See Also:
    • PB_USER_PROFILE

      public static final String 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

      public static final String 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

      public static final String PB_PROCESS_MANAGER_PROFILE
      Profile name constant for the PB Process Manager profile. This profile grants process management capabilities in Process Builder.
      See Also: