public class ServiceDeploymentQueryProperty extends Object implements org.flowable.common.engine.api.query.QueryProperty
| Modifier and Type | Field and Description |
|---|---|
static ServiceDeploymentQueryProperty |
DEPLOY_TIME |
static ServiceDeploymentQueryProperty |
DEPLOYMENT_ID |
static ServiceDeploymentQueryProperty |
DEPLOYMENT_NAME |
static ServiceDeploymentQueryProperty |
DEPLOYMENT_TENANT_ID |
| Constructor and Description |
|---|
ServiceDeploymentQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDeploymentQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final ServiceDeploymentQueryProperty DEPLOYMENT_ID
public static final ServiceDeploymentQueryProperty DEPLOYMENT_NAME
public static final ServiceDeploymentQueryProperty DEPLOYMENT_TENANT_ID
public static final ServiceDeploymentQueryProperty DEPLOY_TIME
public ServiceDeploymentQueryProperty(String name)
public String getName()
getName in interface org.flowable.common.engine.api.query.QueryPropertypublic static ServiceDeploymentQueryProperty findByName(String propertyName)
Copyright © 2019. All rights reserved.