Class ActionDeploymentQueryProperty
- java.lang.Object
-
- com.flowable.action.engine.impl.repository.ActionDeploymentQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class ActionDeploymentQueryProperty extends Object implements 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(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionDeploymentQueryProperty
findByName(String propertyName)
String
getName()
-
-
-
Field Detail
-
DEPLOYMENT_ID
public static final ActionDeploymentQueryProperty DEPLOYMENT_ID
-
DEPLOYMENT_NAME
public static final ActionDeploymentQueryProperty DEPLOYMENT_NAME
-
DEPLOYMENT_TENANT_ID
public static final ActionDeploymentQueryProperty DEPLOYMENT_TENANT_ID
-
DEPLOY_TIME
public static final ActionDeploymentQueryProperty DEPLOY_TIME
-
-
Constructor Detail
-
ActionDeploymentQueryProperty
public ActionDeploymentQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
findByName
public static ActionDeploymentQueryProperty findByName(String propertyName)
-
-