Package org.jbpm.process.longrest
Class Constant
- java.lang.Object
-
- org.jbpm.process.longrest.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANCEL_SIGNAL_TYPEstatic StringCANCEL_URL_JSON_POINTER_VARIABLEstatic StringCANCEL_URL_TEMPLATE_VARIABLEstatic StringHOSTNAME_HTTPstatic StringHOSTNAME_HTTPS
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
CANCEL_SIGNAL_TYPE
public static final String CANCEL_SIGNAL_TYPE
- See Also:
- Constant Field Values
-
HOSTNAME_HTTP
public static final String HOSTNAME_HTTP
- See Also:
- Constant Field Values
-
HOSTNAME_HTTPS
public static final String HOSTNAME_HTTPS
- See Also:
- Constant Field Values
-
CANCEL_URL_JSON_POINTER_VARIABLE
public static final String CANCEL_URL_JSON_POINTER_VARIABLE
- See Also:
- Constant Field Values
-
CANCEL_URL_TEMPLATE_VARIABLE
public static final String CANCEL_URL_TEMPLATE_VARIABLE
- See Also:
- Constant Field Values
-
-