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