public class DataObjectDeploymentQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static DataObjectDeploymentQueryProperty |
DEPLOY_TIME |
static DataObjectDeploymentQueryProperty |
DEPLOYMENT_ID |
static DataObjectDeploymentQueryProperty |
DEPLOYMENT_NAME |
static DataObjectDeploymentQueryProperty |
DEPLOYMENT_TENANT_ID |
Constructor and Description |
---|
DataObjectDeploymentQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static DataObjectDeploymentQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_ID
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_NAME
public static final DataObjectDeploymentQueryProperty DEPLOYMENT_TENANT_ID
public static final DataObjectDeploymentQueryProperty DEPLOY_TIME
public DataObjectDeploymentQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static DataObjectDeploymentQueryProperty findByName(String propertyName)