Package org.camunda.bpm.engine.impl
Interface DeploymentQueryProperty
-
public interface DeploymentQueryProperty
Contains the possible properties that can be used in aDeploymentQuery
.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
DEPLOY_TIME
static QueryProperty
DEPLOYMENT_ID
static QueryProperty
DEPLOYMENT_NAME
static QueryProperty
TENANT_ID
-
-
-
Field Detail
-
DEPLOYMENT_ID
static final QueryProperty DEPLOYMENT_ID
-
DEPLOYMENT_NAME
static final QueryProperty DEPLOYMENT_NAME
-
DEPLOY_TIME
static final QueryProperty DEPLOY_TIME
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-