Class ActionDefinitionQueryProperty
java.lang.Object
com.flowable.action.engine.impl.repository.ActionDefinitionQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class ActionDefinitionQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static ActionDefinitionQueryProperty
CREATION_TIME
static ActionDefinitionQueryProperty
DEFINITION_ID
static ActionDefinitionQueryProperty
DEFINITION_NAME
static ActionDefinitionQueryProperty
DEFINITION_TENANT_ID
static ActionDefinitionQueryProperty
UPDATE_TIME
-
Constructor Summary
Constructors Constructor Description ActionDefinitionQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static ActionDefinitionQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
ActionDefinitionQueryProperty
public ActionDefinitionQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-