Class ActionInstanceQueryProperty
- java.lang.Object
-
- com.flowable.action.engine.impl.runtime.ActionInstanceQueryProperty
-
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class ActionInstanceQueryProperty extends java.lang.Object implements org.flowable.common.engine.api.query.QueryPropertyContains 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 ActionInstanceQueryPropertyPRIORITYstatic ActionInstanceQueryPropertySTART_DATEstatic ActionInstanceQueryPropertyTENANT_ID
-
Constructor Summary
Constructors Constructor Description ActionInstanceQueryProperty(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionInstanceQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
START_DATE
public static final ActionInstanceQueryProperty START_DATE
-
PRIORITY
public static final ActionInstanceQueryProperty PRIORITY
-
TENANT_ID
public static final ActionInstanceQueryProperty TENANT_ID
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static ActionInstanceQueryProperty findByName(java.lang.String propertyName)
-
-