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