Class HistoricActionInstanceQueryProperty
java.lang.Object
com.flowable.action.engine.impl.history.HistoricActionInstanceQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class HistoricActionInstanceQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a
HistoricActionInstanceQuery
.- 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(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static HistoricActionInstanceQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
HistoricActionInstanceQueryProperty
public HistoricActionInstanceQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-