Package com.flowable.form.engine.impl
Class DeploymentQueryProperty
java.lang.Object
com.flowable.form.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
FormDeploymentQuery.- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static DeploymentQueryPropertyDEPLOY_TIMEstatic DeploymentQueryPropertyDEPLOYMENT_IDstatic DeploymentQueryPropertyDEPLOYMENT_NAMEstatic DeploymentQueryPropertyDEPLOYMENT_TENANT_ID -
Constructor Summary
Constructors Constructor Description DeploymentQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static DeploymentQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
DeploymentQueryProperty
public DeploymentQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-