Class IndexConstants
- java.lang.Object
-
- com.flowable.platform.service.index.IndexConstants
-
public class IndexConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVITIES_INDEX
static String
CASE_INSTANCES_INDEX
static String
CONTENT_ITEMS_INDEX
static String
PLAN_ITEMS_INDEX
static String
PROCESS_INSTANCES_INDEX
static String
TASKS_INDEX
static String
WORK_INDEX
-
-
-
Field Detail
-
PROCESS_INSTANCES_INDEX
public static final String PROCESS_INSTANCES_INDEX
- See Also:
- Constant Field Values
-
CASE_INSTANCES_INDEX
public static final String CASE_INSTANCES_INDEX
- See Also:
- Constant Field Values
-
TASKS_INDEX
public static final String TASKS_INDEX
- See Also:
- Constant Field Values
-
WORK_INDEX
public static final String WORK_INDEX
- See Also:
- Constant Field Values
-
ACTIVITIES_INDEX
public static final String ACTIVITIES_INDEX
- See Also:
- Constant Field Values
-
PLAN_ITEMS_INDEX
public static final String PLAN_ITEMS_INDEX
- See Also:
- Constant Field Values
-
CONTENT_ITEMS_INDEX
public static final String CONTENT_ITEMS_INDEX
- See Also:
- Constant Field Values
-
-