public class GlobalConst extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BEFORE_VALIDATION_CONTEXT
Flowable variable name to store context that was before validation (as validation modifies context).
|
static String |
CONTEXT
Flowable context variable name.
|
static String |
LAST_REDIRECTION_TARGET
Flowable variable name to carry last redirection target (where it was decided to redirect user to last time).
|
static String |
LAST_VALIDATION_ISSUES
Flowable variable name to carry validation issues (like missing PSU ID).
|
static String |
SPRING_KEYWORD
Commonly used keyword for DTO mappers.
|
static String |
VALIDATION_ERROR_CODE
Validation error exception code.
|
static String |
XS2A_MAPPERS_PACKAGE
Package for generated mappers for DTOs.
|
static String |
XS2A_REQUEST_SAGA
General request handler flowable process.
|
Constructor and Description |
---|
GlobalConst() |
public static final String CONTEXT
public static final String LAST_VALIDATION_ISSUES
public static final String LAST_REDIRECTION_TARGET
public static final String BEFORE_VALIDATION_CONTEXT
public static final String XS2A_REQUEST_SAGA
public static final String VALIDATION_ERROR_CODE
public static final String XS2A_MAPPERS_PACKAGE
public static final String SPRING_KEYWORD
Copyright © 2020. All rights reserved.