org.camunda.bpm.engine.impl
Interface ExecutionQueryProperty


public interface ExecutionQueryProperty

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

Author:
Joram Barrez

Field Summary
static QueryProperty PROCESS_DEFINITION_ID
           
static QueryProperty PROCESS_DEFINITION_KEY
           
static QueryProperty PROCESS_INSTANCE_ID
           
static QueryProperty SEQUENCE_COUNTER
           
 

Field Detail

PROCESS_INSTANCE_ID

static final QueryProperty PROCESS_INSTANCE_ID

PROCESS_DEFINITION_KEY

static final QueryProperty PROCESS_DEFINITION_KEY

PROCESS_DEFINITION_ID

static final QueryProperty PROCESS_DEFINITION_ID

SEQUENCE_COUNTER

static final QueryProperty SEQUENCE_COUNTER


Copyright © 2015 camunda services GmbH. All rights reserved.