Interface DecisionDefinitionQueryProperty
-
public interface DecisionDefinitionQueryProperty
Properties to sort decision definition queries by
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
DECISION_DEFINITION_CATEGORY
static QueryProperty
DECISION_DEFINITION_ID
static QueryProperty
DECISION_DEFINITION_KEY
static QueryProperty
DECISION_DEFINITION_NAME
static QueryProperty
DECISION_DEFINITION_VERSION
static QueryProperty
DECISION_REQUIREMENTS_DEFINITION_KEY
static QueryProperty
DEPLOY_TIME
static QueryProperty
DEPLOYMENT_ID
static QueryProperty
TENANT_ID
static QueryProperty
VERSION_TAG
-
-
-
Field Detail
-
DECISION_DEFINITION_ID
static final QueryProperty DECISION_DEFINITION_ID
-
DECISION_DEFINITION_KEY
static final QueryProperty DECISION_DEFINITION_KEY
-
DECISION_DEFINITION_NAME
static final QueryProperty DECISION_DEFINITION_NAME
-
DECISION_DEFINITION_VERSION
static final QueryProperty DECISION_DEFINITION_VERSION
-
DECISION_DEFINITION_CATEGORY
static final QueryProperty DECISION_DEFINITION_CATEGORY
-
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
-
DECISION_REQUIREMENTS_DEFINITION_KEY
static final QueryProperty DECISION_REQUIREMENTS_DEFINITION_KEY
-
-