Package org.camunda.bpm.engine.impl
Interface ProcessDefinitionQueryProperty
-
public interface ProcessDefinitionQueryProperty
Contains the possible properties that can be used in aProcessDefinitionQuery
.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
DEPLOY_TIME
static QueryProperty
DEPLOYMENT_ID
static QueryProperty
PROCESS_DEFINITION_CATEGORY
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_DEFINITION_KEY
static QueryProperty
PROCESS_DEFINITION_NAME
static QueryProperty
PROCESS_DEFINITION_VERSION
static QueryProperty
TENANT_ID
static QueryProperty
VERSION_TAG
-
-
-
Field Detail
-
PROCESS_DEFINITION_KEY
static final QueryProperty PROCESS_DEFINITION_KEY
-
PROCESS_DEFINITION_CATEGORY
static final QueryProperty PROCESS_DEFINITION_CATEGORY
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
PROCESS_DEFINITION_VERSION
static final QueryProperty PROCESS_DEFINITION_VERSION
-
PROCESS_DEFINITION_NAME
static final QueryProperty PROCESS_DEFINITION_NAME
-
DEPLOYMENT_ID
static final QueryProperty DEPLOYMENT_ID
-
DEPLOY_TIME
static final QueryProperty DEPLOY_TIME
-
TENANT_ID
static final QueryProperty TENANT_ID
-
VERSION_TAG
static final QueryProperty VERSION_TAG
-
-