org.camunda.bpm.engine.impl
Class ExecutionQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.ExecutionQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class ExecutionQueryProperty
extends Object
implements QueryProperty

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static ExecutionQueryProperty PROCESS_DEFINITION_ID
           
static ExecutionQueryProperty PROCESS_DEFINITION_KEY
           
static ExecutionQueryProperty PROCESS_INSTANCE_ID
           
 
Constructor Summary
ExecutionQueryProperty(String name)
           
 
Method Summary
static ExecutionQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_INSTANCE_ID

public static final ExecutionQueryProperty PROCESS_INSTANCE_ID

PROCESS_DEFINITION_KEY

public static final ExecutionQueryProperty PROCESS_DEFINITION_KEY

PROCESS_DEFINITION_ID

public static final ExecutionQueryProperty PROCESS_DEFINITION_ID
Constructor Detail

ExecutionQueryProperty

public ExecutionQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static ExecutionQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.