Package de.xima.fc.user_portal.constants
Class UserPortalConstants.WorkflowTriggerResponse
- java.lang.Object
-
- de.xima.fc.user_portal.constants.UserPortalConstants.WorkflowTriggerResponse
-
- Enclosing class:
- UserPortalConstants
public static final class UserPortalConstants.WorkflowTriggerResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UserPortalConstants.WorkflowTriggerResponse.CallbackConstants
-
Field Summary
Fields Modifier and Type Field Description static String
REQUEST_PARAM_ACCESS_TOKEN
static String
REQUEST_PARAM_BEARER_TOKEN
static String
REQUEST_PARAM_CLIENT_NAME
static String
REQUEST_PARAM_COOKIE_NAME
static String
REQUEST_PARAM_FORM_RECORD_UUID
static String
REQUEST_PARAM_REST_API_JSON_RESPONSE
static String
REQUEST_PARAM_TASK_UUID
static String
REQUEST_PARAM_TRIGGER_NAME
static String
REQUEST_PARAM_TRIGGER_UUID
static String
REST_API_PATH_FORM_RECORDS
static String
REST_API_PATH_SUB_EXECUTE
static String
REST_API_PATH_SUB_TASKS
static String
REST_API_PATH_SUB_TRIGGER
static String
SERVLET_URL
static String
URL_PATTERN
-
-
-
Field Detail
-
SERVLET_URL
public static final String SERVLET_URL
- See Also:
- Constant Field Values
-
URL_PATTERN
public static final String URL_PATTERN
- See Also:
- Constant Field Values
-
REQUEST_PARAM_BEARER_TOKEN
public static final String REQUEST_PARAM_BEARER_TOKEN
- See Also:
- Constant Field Values
-
REQUEST_PARAM_COOKIE_NAME
public static final String REQUEST_PARAM_COOKIE_NAME
- See Also:
- Constant Field Values
-
REQUEST_PARAM_FORM_RECORD_UUID
public static final String REQUEST_PARAM_FORM_RECORD_UUID
- See Also:
- Constant Field Values
-
REQUEST_PARAM_TRIGGER_UUID
public static final String REQUEST_PARAM_TRIGGER_UUID
- See Also:
- Constant Field Values
-
REQUEST_PARAM_TASK_UUID
public static final String REQUEST_PARAM_TASK_UUID
- See Also:
- Constant Field Values
-
REQUEST_PARAM_TRIGGER_NAME
public static final String REQUEST_PARAM_TRIGGER_NAME
- See Also:
- Constant Field Values
-
REQUEST_PARAM_REST_API_JSON_RESPONSE
public static final String REQUEST_PARAM_REST_API_JSON_RESPONSE
- See Also:
- Constant Field Values
-
REQUEST_PARAM_ACCESS_TOKEN
public static final String REQUEST_PARAM_ACCESS_TOKEN
- See Also:
- Constant Field Values
-
REQUEST_PARAM_CLIENT_NAME
public static final String REQUEST_PARAM_CLIENT_NAME
- See Also:
- Constant Field Values
-
REST_API_PATH_FORM_RECORDS
public static final String REST_API_PATH_FORM_RECORDS
- See Also:
- Constant Field Values
-
REST_API_PATH_SUB_TASKS
public static final String REST_API_PATH_SUB_TASKS
- See Also:
- Constant Field Values
-
REST_API_PATH_SUB_TRIGGER
public static final String REST_API_PATH_SUB_TRIGGER
- See Also:
- Constant Field Values
-
REST_API_PATH_SUB_EXECUTE
public static final String REST_API_PATH_SUB_EXECUTE
- See Also:
- Constant Field Values
-
-