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
           
 

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


Copyright © 2015 camunda services GmbH. All rights reserved.