Interface StandaloneConstants
-
public interface StandaloneConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOMAIN_ID_PARAM
static String
PROCESS_ID_PARAM
static String
SERVER_TEMPLATE_PARAM
static String
TASK_ID_PARAM
-
-
-
Field Detail
-
TASK_ID_PARAM
static final String TASK_ID_PARAM
- See Also:
- Constant Field Values
-
PROCESS_ID_PARAM
static final String PROCESS_ID_PARAM
- See Also:
- Constant Field Values
-
SERVER_TEMPLATE_PARAM
static final String SERVER_TEMPLATE_PARAM
- See Also:
- Constant Field Values
-
DOMAIN_ID_PARAM
static final String DOMAIN_ID_PARAM
- See Also:
- Constant Field Values
-
-