Package org.camunda.bpm.engine.impl
Interface HistoricProcessInstanceQueryProperty
-
public interface HistoricProcessInstanceQueryProperty
Contains the possible properties which can be used in aHistoricProcessInstanceQueryProperty
.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
BUSINESS_KEY
static QueryProperty
DURATION
static QueryProperty
END_TIME
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_DEFINITION_KEY
static QueryProperty
PROCESS_DEFINITION_NAME
static QueryProperty
PROCESS_DEFINITION_VERSION
static QueryProperty
PROCESS_INSTANCE_ID_
static QueryProperty
START_TIME
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
PROCESS_INSTANCE_ID_
static final QueryProperty PROCESS_INSTANCE_ID_
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
PROCESS_DEFINITION_KEY
static final QueryProperty PROCESS_DEFINITION_KEY
-
PROCESS_DEFINITION_NAME
static final QueryProperty PROCESS_DEFINITION_NAME
-
PROCESS_DEFINITION_VERSION
static final QueryProperty PROCESS_DEFINITION_VERSION
-
BUSINESS_KEY
static final QueryProperty BUSINESS_KEY
-
START_TIME
static final QueryProperty START_TIME
-
END_TIME
static final QueryProperty END_TIME
-
DURATION
static final QueryProperty DURATION
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-