Class GlobalConst


  • public class GlobalConst
    extends Object
    Global constant names.
    • Field Detail

      • LAST_VALIDATION_ISSUES

        public static final String LAST_VALIDATION_ISSUES
        Flowable variable name to carry validation issues (like missing PSU ID).
        See Also:
        Constant Field Values
      • LAST_REDIRECTION_TARGET

        public static final String LAST_REDIRECTION_TARGET
        Flowable variable name to carry last redirection target (where it was decided to redirect user to last time).
        See Also:
        Constant Field Values
      • BEFORE_VALIDATION_CONTEXT

        public static final String BEFORE_VALIDATION_CONTEXT
        Flowable variable name to store context that was before validation (as validation modifies context).
        See Also:
        Constant Field Values
      • XS2A_REQUEST_SAGA

        public static final String XS2A_REQUEST_SAGA
        General request handler flowable process.
        See Also:
        Constant Field Values
      • VALIDATION_ERROR_CODE

        public static final String VALIDATION_ERROR_CODE
        Validation error exception code.
        See Also:
        Constant Field Values
      • XS2A_MAPPERS_PACKAGE

        public static final String XS2A_MAPPERS_PACKAGE
        Package for generated mappers for DTOs.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GlobalConst

        public GlobalConst()