Package org.camunda.bpm.engine.impl
Interface ProcessInstanceQueryProperty
-
public interface ProcessInstanceQueryProperty
Contains the possible properties that can be used in aProcessInstanceQuery
.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
BUSINESS_KEY
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_DEFINITION_KEY
static QueryProperty
PROCESS_INSTANCE_ID
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
PROCESS_INSTANCE_ID
static final QueryProperty PROCESS_INSTANCE_ID
-
PROCESS_DEFINITION_KEY
static final QueryProperty PROCESS_DEFINITION_KEY
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
TENANT_ID
static final QueryProperty TENANT_ID
-
BUSINESS_KEY
static final QueryProperty BUSINESS_KEY
-
-