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