Package org.camunda.bpm.engine.impl
Interface HistoricCaseInstanceQueryProperty
-
public interface HistoricCaseInstanceQueryProperty
Contains the possible properties which can be used in aHistoricCaseInstanceQueryProperty
.- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
BUSINESS_KEY
static QueryProperty
CLOSE_TIME
static QueryProperty
CREATE_TIME
static QueryProperty
DURATION
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_INSTANCE_ID_
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
PROCESS_INSTANCE_ID_
static final QueryProperty PROCESS_INSTANCE_ID_
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
BUSINESS_KEY
static final QueryProperty BUSINESS_KEY
-
CREATE_TIME
static final QueryProperty CREATE_TIME
-
CLOSE_TIME
static final QueryProperty CLOSE_TIME
-
DURATION
static final QueryProperty DURATION
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-