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