org.camunda.bpm.engine.impl
Class ProcessInstanceQueryProperty

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

public class ProcessInstanceQueryProperty
extends Object
implements QueryProperty

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static ProcessInstanceQueryProperty PROCESS_DEFINITION_ID
           
static ProcessInstanceQueryProperty PROCESS_DEFINITION_KEY
           
static ProcessInstanceQueryProperty PROCESS_INSTANCE_ID
           
 
Constructor Summary
ProcessInstanceQueryProperty(String name)
           
 
Method Summary
static ProcessInstanceQueryProperty 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 ProcessInstanceQueryProperty PROCESS_INSTANCE_ID

PROCESS_DEFINITION_KEY

public static final ProcessInstanceQueryProperty PROCESS_DEFINITION_KEY

PROCESS_DEFINITION_ID

public static final ProcessInstanceQueryProperty PROCESS_DEFINITION_ID
Constructor Detail

ProcessInstanceQueryProperty

public ProcessInstanceQueryProperty(String name)
Method Detail

getName

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

findByName

public static ProcessInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.