org.camunda.bpm.engine.impl
Class HistoricVariableInstanceQueryProperty

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

public class HistoricVariableInstanceQueryProperty
extends Object
implements QueryProperty

Contains the possible properties which can be used in a HistoricVariableInstanceQuery.

Author:
Christian Lipphardt (camunda)
See Also:
Serialized Form

Field Summary
static HistoricVariableInstanceQueryProperty PROCESS_INSTANCE_ID
           
static HistoricVariableInstanceQueryProperty VARIABLE_NAME
           
 
Constructor Summary
HistoricVariableInstanceQueryProperty(String name)
           
 
Method Summary
static HistoricVariableInstanceQueryProperty 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 HistoricVariableInstanceQueryProperty PROCESS_INSTANCE_ID

VARIABLE_NAME

public static final HistoricVariableInstanceQueryProperty VARIABLE_NAME
Constructor Detail

HistoricVariableInstanceQueryProperty

public HistoricVariableInstanceQueryProperty(String name)
Method Detail

getName

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

findByName

public static HistoricVariableInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.