Package org.activiti.engine.impl
Class HistoricVariableInstanceQueryProperty
- java.lang.Object
-
- org.activiti.engine.impl.HistoricVariableInstanceQueryProperty
-
- All Implemented Interfaces:
java.io.Serializable,QueryProperty
public class HistoricVariableInstanceQueryProperty extends java.lang.Object implements QueryProperty
Contains the possible properties which can be used in aHistoricVariableInstanceQuery.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HistoricVariableInstanceQueryPropertyPROCESS_INSTANCE_IDstatic HistoricVariableInstanceQueryPropertyVARIABLE_NAME
-
Constructor Summary
Constructors Constructor Description HistoricVariableInstanceQueryProperty(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricVariableInstanceQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
PROCESS_INSTANCE_ID
public static final HistoricVariableInstanceQueryProperty PROCESS_INSTANCE_ID
-
VARIABLE_NAME
public static final HistoricVariableInstanceQueryProperty VARIABLE_NAME
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static HistoricVariableInstanceQueryProperty findByName(java.lang.String propertyName)
-
-