public class DeploymentQueryImpl extends AbstractQuery<DeploymentQuery,Deployment> implements DeploymentQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryLike |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
derivedFrom |
protected String |
engineVersion |
protected String |
key |
protected String |
keyLike |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected List<String> |
parentDeploymentIds |
protected String |
processDefinitionKey |
protected String |
processDefinitionKeyLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DeploymentQueryImpl() |
DeploymentQueryImpl(CommandContext commandContext) |
DeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
DeploymentQueryImpl |
deploymentCategoryLike(String categoryLike)
Only select deployments with a category like the given string.
|
DeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
DeploymentQuery |
deploymentDerivedFrom(String deploymentId)
Only select deployments that are derived from the given deployment.
|
DeploymentQueryImpl |
deploymentEngineVersion(String engineVersion)
Only select deployment that have the given engine version.
|
DeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with an id in the given set of ids.
|
DeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
DeploymentQueryImpl |
deploymentKeyLike(String deploymentKeyLike)
Only select deployments with a key like the given string.
|
DeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
DeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<Deployment> |
executeList(CommandContext commandContext) |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getDerivedFrom() |
String |
getEngineVersion() |
String |
getName() |
String |
getNameLike() |
String |
getParentDeploymentId() |
String |
getProcessDefinitionKey() |
String |
getProcessDefinitionKeyLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
DeploymentQueryImpl |
latest()
Only select deployments where the deployment time is the latest value.
|
DeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
DeploymentQuery |
orderByDeploymenTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
DeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
DeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DeploymentQuery |
parentDeploymentId(String parentDeploymentId)
Only select deployments that have the given parent deployment id.
|
DeploymentQuery |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments that have a parent deployment id like the given value.
|
DeploymentQuery |
parentDeploymentIds(List<String> parentDeploymentIds)
Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers.
|
DeploymentQueryImpl |
processDefinitionKey(String key)
Only select deployments with the given process definition key.
|
DeploymentQueryImpl |
processDefinitionKeyLike(String keyLike)
Only select deployments with a process definition key like the given string.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String deploymentId
protected String name
protected String nameLike
protected String category
protected String categoryLike
protected String categoryNotEquals
protected String key
protected String keyLike
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String engineVersion
protected String derivedFrom
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String processDefinitionKey
protected String processDefinitionKeyLike
protected boolean latest
public DeploymentQueryImpl()
public DeploymentQueryImpl(CommandContext commandContext)
public DeploymentQueryImpl(CommandExecutor commandExecutor)
public DeploymentQueryImpl deploymentId(String deploymentId)
DeploymentQuerydeploymentId in interface DeploymentQuerypublic DeploymentQueryImpl deploymentIds(List<String> deploymentIds)
DeploymentQuerydeploymentIds in interface DeploymentQuerypublic DeploymentQueryImpl deploymentName(String deploymentName)
DeploymentQuerydeploymentName in interface DeploymentQuerypublic DeploymentQueryImpl deploymentNameLike(String nameLike)
DeploymentQuerydeploymentNameLike in interface DeploymentQuerypublic DeploymentQueryImpl deploymentCategory(String deploymentCategory)
DeploymentQuerydeploymentCategory in interface DeploymentQueryDeploymentBuilder.category(String)public DeploymentQueryImpl deploymentCategoryLike(String categoryLike)
DeploymentQuerydeploymentCategoryLike in interface DeploymentQuerypublic DeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DeploymentQuerydeploymentCategoryNotEquals in interface DeploymentQueryDeploymentBuilder.category(String)public DeploymentQueryImpl deploymentKey(String deploymentKey)
DeploymentQuerydeploymentKey in interface DeploymentQuerypublic DeploymentQueryImpl deploymentKeyLike(String deploymentKeyLike)
DeploymentQuerydeploymentKeyLike in interface DeploymentQuerypublic DeploymentQueryImpl deploymentTenantId(String tenantId)
DeploymentQuerydeploymentTenantId in interface DeploymentQuerypublic DeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
DeploymentQuerydeploymentTenantIdLike in interface DeploymentQuerypublic DeploymentQueryImpl deploymentWithoutTenantId()
DeploymentQuerydeploymentWithoutTenantId in interface DeploymentQuerypublic DeploymentQueryImpl deploymentEngineVersion(String engineVersion)
DeploymentQuerydeploymentEngineVersion in interface DeploymentQuerypublic DeploymentQuery deploymentDerivedFrom(String deploymentId)
DeploymentQuerydeploymentDerivedFrom in interface DeploymentQuerypublic DeploymentQuery parentDeploymentId(String parentDeploymentId)
DeploymentQueryparentDeploymentId in interface DeploymentQuerypublic DeploymentQuery parentDeploymentIdLike(String parentDeploymentIdLike)
DeploymentQueryparentDeploymentIdLike in interface DeploymentQuerypublic DeploymentQuery parentDeploymentIds(List<String> parentDeploymentIds)
DeploymentQueryparentDeploymentIds in interface DeploymentQuerypublic DeploymentQueryImpl processDefinitionKey(String key)
DeploymentQueryprocessDefinitionKey in interface DeploymentQuerypublic DeploymentQueryImpl processDefinitionKeyLike(String keyLike)
DeploymentQueryprocessDefinitionKeyLike in interface DeploymentQuerypublic DeploymentQueryImpl latest()
DeploymentQuerylatest in interface DeploymentQuerypublic DeploymentQuery orderByDeploymentId()
DeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface DeploymentQuerypublic DeploymentQuery orderByDeploymenTime()
DeploymentQueryQuery.asc() or Query.desc()).orderByDeploymenTime in interface DeploymentQuerypublic DeploymentQuery orderByDeploymentName()
DeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface DeploymentQuerypublic DeploymentQuery orderByTenantId()
DeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface DeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DeploymentQuery,Deployment>public List<Deployment> executeList(CommandContext commandContext)
executeList in class AbstractQuery<DeploymentQuery,Deployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getEngineVersion()
public String getDerivedFrom()
public String getParentDeploymentId()
public String getProcessDefinitionKey()
public String getProcessDefinitionKeyLike()
Copyright © 2019 Flowable. All rights reserved.