Package org.camunda.bpm.engine.impl
Interface HistoricJobLogQueryProperty
-
public interface HistoricJobLogQueryProperty
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
ACTIVITY_ID
static QueryProperty
DEPLOYMENT_ID
static QueryProperty
DUEDATE
static QueryProperty
EXECUTION_ID
static QueryProperty
HOSTNAME
static QueryProperty
JOB_DEFINITION_ID
static QueryProperty
JOB_ID
static QueryProperty
PRIORITY
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_DEFINITION_KEY
static QueryProperty
PROCESS_INSTANCE_ID
static QueryProperty
RETRIES
static QueryProperty
SEQUENCE_COUNTER
static QueryProperty
TENANT_ID
static QueryProperty
TIMESTAMP
-
-
-
Field Detail
-
JOB_ID
static final QueryProperty JOB_ID
-
JOB_DEFINITION_ID
static final QueryProperty JOB_DEFINITION_ID
-
TIMESTAMP
static final QueryProperty TIMESTAMP
-
ACTIVITY_ID
static final QueryProperty ACTIVITY_ID
-
EXECUTION_ID
static final QueryProperty EXECUTION_ID
-
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
-
DEPLOYMENT_ID
static final QueryProperty DEPLOYMENT_ID
-
DUEDATE
static final QueryProperty DUEDATE
-
RETRIES
static final QueryProperty RETRIES
-
PRIORITY
static final QueryProperty PRIORITY
-
SEQUENCE_COUNTER
static final QueryProperty SEQUENCE_COUNTER
-
TENANT_ID
static final QueryProperty TENANT_ID
-
HOSTNAME
static final QueryProperty HOSTNAME
-
-