Class ActionDeploymentQueryProperty
java.lang.Object
com.flowable.action.engine.impl.repository.ActionDeploymentQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class ActionDeploymentQueryProperty
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 ActionDeploymentQueryProperty
DEPLOY_TIME
static ActionDeploymentQueryProperty
DEPLOYMENT_ID
static ActionDeploymentQueryProperty
DEPLOYMENT_NAME
static ActionDeploymentQueryProperty
DEPLOYMENT_TENANT_ID
-
Constructor Summary
Constructors Constructor Description ActionDeploymentQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static ActionDeploymentQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
ActionDeploymentQueryProperty
public ActionDeploymentQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-