Class DeploymentQueryProperty
java.lang.Object
com.flowable.workobject.engine.impl.DeploymentQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class DeploymentQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a
WorkObjectDeploymentQuery
.- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static DeploymentQueryProperty
DEPLOY_TIME
static DeploymentQueryProperty
DEPLOYMENT_ID
static DeploymentQueryProperty
DEPLOYMENT_NAME
static DeploymentQueryProperty
DEPLOYMENT_TENANT_ID
-
Constructor Summary
Constructors Constructor Description DeploymentQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static DeploymentQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
DeploymentQueryProperty
public DeploymentQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-