Class HistoricActionInstanceQueryProperty
- java.lang.Object
-
- com.flowable.action.engine.impl.history.HistoricActionInstanceQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class HistoricActionInstanceQueryProperty extends Object implements QueryProperty
Contains the possible properties that can be used in aHistoricActionInstanceQuery
.- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HistoricActionInstanceQueryProperty
EXECUTION_DATE
static HistoricActionInstanceQueryProperty
PRIORITY
static HistoricActionInstanceQueryProperty
START_DATE
static HistoricActionInstanceQueryProperty
TENANT_ID
-
Constructor Summary
Constructors Constructor Description HistoricActionInstanceQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricActionInstanceQueryProperty
findByName(String propertyName)
String
getName()
-
-
-
Field Detail
-
START_DATE
public static final HistoricActionInstanceQueryProperty START_DATE
-
EXECUTION_DATE
public static final HistoricActionInstanceQueryProperty EXECUTION_DATE
-
PRIORITY
public static final HistoricActionInstanceQueryProperty PRIORITY
-
TENANT_ID
public static final HistoricActionInstanceQueryProperty TENANT_ID
-
-
Constructor Detail
-
HistoricActionInstanceQueryProperty
public HistoricActionInstanceQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
findByName
public static HistoricActionInstanceQueryProperty findByName(String propertyName)
-
-