Package org.camunda.bpm.engine.impl
Interface HistoricTaskInstanceQueryProperty
-
public interface HistoricTaskInstanceQueryProperty
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
ACTIVITY_INSTANCE_ID
static QueryProperty
CASE_DEFINITION_ID
static QueryProperty
CASE_EXECUTION_ID
static QueryProperty
CASE_INSTANCE_ID
static QueryProperty
DELETE_REASON
static QueryProperty
DURATION
static QueryProperty
END
static QueryProperty
EXECUTION_ID
static QueryProperty
HISTORIC_TASK_INSTANCE_ID
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_INSTANCE_ID
static QueryProperty
START
static QueryProperty
TASK_ASSIGNEE
static QueryProperty
TASK_DEFINITION_KEY
static QueryProperty
TASK_DESCRIPTION
static QueryProperty
TASK_DUE_DATE
static QueryProperty
TASK_FOLLOW_UP_DATE
static QueryProperty
TASK_NAME
static QueryProperty
TASK_OWNER
static QueryProperty
TASK_PRIORITY
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
HISTORIC_TASK_INSTANCE_ID
static final QueryProperty HISTORIC_TASK_INSTANCE_ID
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
PROCESS_INSTANCE_ID
static final QueryProperty PROCESS_INSTANCE_ID
-
EXECUTION_ID
static final QueryProperty EXECUTION_ID
-
ACTIVITY_INSTANCE_ID
static final QueryProperty ACTIVITY_INSTANCE_ID
-
TASK_NAME
static final QueryProperty TASK_NAME
-
TASK_DESCRIPTION
static final QueryProperty TASK_DESCRIPTION
-
TASK_ASSIGNEE
static final QueryProperty TASK_ASSIGNEE
-
TASK_OWNER
static final QueryProperty TASK_OWNER
-
TASK_DEFINITION_KEY
static final QueryProperty TASK_DEFINITION_KEY
-
DELETE_REASON
static final QueryProperty DELETE_REASON
-
START
static final QueryProperty START
-
END
static final QueryProperty END
-
DURATION
static final QueryProperty DURATION
-
TASK_PRIORITY
static final QueryProperty TASK_PRIORITY
-
TASK_DUE_DATE
static final QueryProperty TASK_DUE_DATE
-
TASK_FOLLOW_UP_DATE
static final QueryProperty TASK_FOLLOW_UP_DATE
-
CASE_DEFINITION_ID
static final QueryProperty CASE_DEFINITION_ID
-
CASE_INSTANCE_ID
static final QueryProperty CASE_INSTANCE_ID
-
CASE_EXECUTION_ID
static final QueryProperty CASE_EXECUTION_ID
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-