org.camunda.bpm.engine.impl
Class HistoricVariableInstanceQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_INSTANCE_ID
public static final HistoricVariableInstanceQueryProperty PROCESS_INSTANCE_ID
VARIABLE_NAME
public static final HistoricVariableInstanceQueryProperty VARIABLE_NAME
HistoricVariableInstanceQueryProperty
public HistoricVariableInstanceQueryProperty(String name)
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.