public class AppDeploymentQueryImpl extends AbstractQuery<AppDeploymentQuery,AppDeployment> implements AppDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
key |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
AppDeploymentQueryImpl() |
AppDeploymentQueryImpl(CommandContext commandContext) |
AppDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
AppDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
AppDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
AppDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
AppDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
AppDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
AppDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
AppDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
AppDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
AppDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<AppDeployment> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isLatest() |
boolean |
isWithoutTenantId() |
AppDeploymentQueryImpl |
latest()
Only select deployments where the deployment time is the latest value.
|
AppDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterprotected String deploymentId
protected String name
protected String nameLike
protected String category
protected String categoryNotEquals
protected String key
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected boolean latest
public AppDeploymentQueryImpl()
public AppDeploymentQueryImpl(CommandContext commandContext)
public AppDeploymentQueryImpl(CommandExecutor commandExecutor)
public AppDeploymentQueryImpl deploymentId(String deploymentId)
AppDeploymentQuerydeploymentId in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
AppDeploymentQuerydeploymentIds in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentName(String deploymentName)
AppDeploymentQuerydeploymentName in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentNameLike(String nameLike)
AppDeploymentQuerydeploymentNameLike in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentCategory(String deploymentCategory)
AppDeploymentQuerydeploymentCategory in interface AppDeploymentQueryAppDeploymentBuilder.category(String)public AppDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
AppDeploymentQuerydeploymentCategoryNotEquals in interface AppDeploymentQueryAppDeploymentBuilder.category(String)public AppDeploymentQueryImpl deploymentKey(String deploymentKey)
AppDeploymentQuerydeploymentKey in interface AppDeploymentQueryAppDeploymentBuilder.key(String)public AppDeploymentQueryImpl deploymentTenantId(String tenantId)
AppDeploymentQuerydeploymentTenantId in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
AppDeploymentQuerydeploymentTenantIdLike in interface AppDeploymentQuerypublic AppDeploymentQueryImpl deploymentWithoutTenantId()
AppDeploymentQuerydeploymentWithoutTenantId in interface AppDeploymentQuerypublic AppDeploymentQueryImpl latest()
AppDeploymentQuerylatest in interface AppDeploymentQuerypublic AppDeploymentQuery orderByDeploymentId()
AppDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface AppDeploymentQuerypublic AppDeploymentQuery orderByDeploymentTime()
AppDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface AppDeploymentQuerypublic AppDeploymentQuery orderByDeploymentName()
AppDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface AppDeploymentQuerypublic AppDeploymentQuery orderByTenantId()
AppDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface AppDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<AppDeploymentQuery,AppDeployment>public List<AppDeployment> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<AppDeploymentQuery,AppDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
public String getKey()
public boolean isLatest()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2023 Flowable. All rights reserved.