Package de.xima.fc
Class CmnConst.ProzessParams
- java.lang.Object
-
- de.xima.fc.CmnConst.ProzessParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXTERNAL
static String
FORM_ACTION
static String
FORM_CHECK
Deprecated.static String
FORM_IS_REVIEW
static String
FORM_OLD_VERSION
static String
FORM_STATUS
static String
FORM_TRIGGER
static String
FORM_WORKFLOW
static String
PREFIX
static String
URL_BASE
Deprecated.static String
URL_ERROR
static String
URL_SUCCESS
static String
USE_URL_BASE
-
Constructor Summary
Constructors Constructor Description ProzessParams()
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
URL_SUCCESS
public static final String URL_SUCCESS
- See Also:
- Constant Field Values
-
URL_ERROR
public static final String URL_ERROR
- See Also:
- Constant Field Values
-
EXTERNAL
public static final String EXTERNAL
- See Also:
- Constant Field Values
-
FORM_ACTION
public static final String FORM_ACTION
- See Also:
- Constant Field Values
-
FORM_STATUS
public static final String FORM_STATUS
- See Also:
- Constant Field Values
-
FORM_TRIGGER
public static final String FORM_TRIGGER
- See Also:
- Constant Field Values
-
FORM_WORKFLOW
public static final String FORM_WORKFLOW
- See Also:
- Constant Field Values
-
FORM_CHECK
@Deprecated public static final String FORM_CHECK
Deprecated.Disables server validation. This is not used anymore and will be removed.- See Also:
- Constant Field Values
-
FORM_IS_REVIEW
public static final String FORM_IS_REVIEW
- See Also:
- Constant Field Values
-
FORM_OLD_VERSION
public static final String FORM_OLD_VERSION
- See Also:
- Constant Field Values
-
URL_BASE
@Deprecated public static final String URL_BASE
Deprecated.- See Also:
- Constant Field Values
-
USE_URL_BASE
public static final String USE_URL_BASE
- See Also:
- Constant Field Values
-
-