Package org.camunda.bpm.engine.impl
Interface HistoricBatchQueryProperty
-
public interface HistoricBatchQueryProperty
Contains the possible properties that can be used in aHistoricBatchQuery
.
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
END_TIME
static QueryProperty
ID
static QueryProperty
START_TIME
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
ID
static final QueryProperty ID
-
TENANT_ID
static final QueryProperty TENANT_ID
-
START_TIME
static final QueryProperty START_TIME
-
END_TIME
static final QueryProperty END_TIME
-
-