Package com.flowable.platform.api.index
Interface DefaultIndexes
-
public interface DefaultIndexes
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVITIES
static String
CASE_INSTANCES
static String
CONTENT_ITEMS
static String
PLAN_ITEMS
static Set<String>
PLATFORM_INDICES
static String
PROCESS_INSTANCES
static String
TASKS
static String
WORK
-
-
-
Field Detail
-
CASE_INSTANCES
static final String CASE_INSTANCES
- See Also:
- Constant Field Values
-
PROCESS_INSTANCES
static final String PROCESS_INSTANCES
- See Also:
- Constant Field Values
-
ACTIVITIES
static final String ACTIVITIES
- See Also:
- Constant Field Values
-
TASKS
static final String TASKS
- See Also:
- Constant Field Values
-
PLAN_ITEMS
static final String PLAN_ITEMS
- See Also:
- Constant Field Values
-
CONTENT_ITEMS
static final String CONTENT_ITEMS
- See Also:
- Constant Field Values
-
WORK
static final String WORK
- See Also:
- Constant Field Values
-
-