org.camunda.bpm.engine.impl
Interface ProcessDefinitionQueryProperty


public interface ProcessDefinitionQueryProperty

Contains the possible properties that can be used in a ProcessDefinitionQuery.

Author:
Joram Barrez

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

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

TENANT_ID

static final QueryProperty TENANT_ID


Copyright © 2016 camunda services GmbH. All rights reserved.