Package org.jbpm.workbench.pr.model
Class ProcessDefinitionDataSetConstants
- java.lang.Object
-
- org.jbpm.workbench.pr.model.ProcessDefinitionDataSetConstants
-
public class ProcessDefinitionDataSetConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COL_DYNAMIC
static String
COL_ID_ACTIONS
static String
COL_ID_PROCESSDEF
static String
COL_ID_PROCESSNAME
static String
COL_ID_PROCESSVERSION
static String
COL_ID_PROJECT
static String
PROCESS_DEFINITION_DATASET
static String
PROCESS_DEFINITION_DATASET_NAME
static String
PROCESS_DEFINITION_LIST_BASIC_FILTERS_SCREEN
static String
PROCESS_DEFINITION_LIST_PREFIX
static String
PROCESS_DEFINITION_LIST_SAVED_FILTERS_SCREEN
static String
SERVER_TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionDataSetConstants()
-
-
-
Field Detail
-
PROCESS_DEFINITION_DATASET
public static final String PROCESS_DEFINITION_DATASET
- See Also:
- Constant Field Values
-
COL_ID_PROCESSNAME
public static final String COL_ID_PROCESSNAME
- See Also:
- Constant Field Values
-
COL_ID_PROCESSVERSION
public static final String COL_ID_PROCESSVERSION
- See Also:
- Constant Field Values
-
COL_ID_PROJECT
public static final String COL_ID_PROJECT
- See Also:
- Constant Field Values
-
COL_ID_PROCESSDEF
public static final String COL_ID_PROCESSDEF
- See Also:
- Constant Field Values
-
COL_DYNAMIC
public static final String COL_DYNAMIC
- See Also:
- Constant Field Values
-
COL_ID_ACTIONS
public static final String COL_ID_ACTIONS
- See Also:
- Constant Field Values
-
SERVER_TEMPLATE_ID
public static final String SERVER_TEMPLATE_ID
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_LIST_PREFIX
public static final String PROCESS_DEFINITION_LIST_PREFIX
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_LIST_BASIC_FILTERS_SCREEN
public static final String PROCESS_DEFINITION_LIST_BASIC_FILTERS_SCREEN
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_LIST_SAVED_FILTERS_SCREEN
public static final String PROCESS_DEFINITION_LIST_SAVED_FILTERS_SCREEN
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_DATASET_NAME
public static final String PROCESS_DEFINITION_DATASET_NAME
- See Also:
- Constant Field Values
-
-