org.camunda.bpm.engine.impl.dmn.entity.repository
Interface DecisionDefinitionQueryProperty


public interface DecisionDefinitionQueryProperty

Properties to sort decision definition queries by


Field Summary
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 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

TENANT_ID

static final QueryProperty TENANT_ID

VERSION_TAG

static final QueryProperty VERSION_TAG


Copyright © 2017 camunda services GmbH. All rights reserved.