public class CmmnDeploymentQueryImpl extends AbstractQuery<CmmnDeploymentQuery,CmmnDeployment> implements CmmnDeploymentQuery, 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 |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected List<String> |
parentDeploymentIds |
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 |
|---|
CmmnDeploymentQueryImpl() |
CmmnDeploymentQueryImpl(CommandContext commandContext) |
CmmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
CmmnDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
CmmnDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
CmmnDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
CmmnDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
CmmnDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
CmmnDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
CmmnDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
CmmnDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
CmmnDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
CmmnDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<CmmnDeployment> |
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 |
getParentDeploymentId() |
String |
getParentDeploymentIdLike() |
List<String> |
getParentDeploymentIds() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isLatest() |
boolean |
isWithoutTenantId() |
CmmnDeploymentQueryImpl |
latest()
Only select deployments where the deployment time is the latest value.
|
CmmnDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given parent deployment id.
|
CmmnDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a parent deployment id like the given one.
|
CmmnDeploymentQueryImpl |
parentDeploymentIds(List<String> parentDeploymentIds)
Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers.
|
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 String parentDeploymentId
protected String parentDeploymentIdLike
protected boolean latest
public CmmnDeploymentQueryImpl()
public CmmnDeploymentQueryImpl(CommandContext commandContext)
public CmmnDeploymentQueryImpl(CommandExecutor commandExecutor)
public CmmnDeploymentQueryImpl deploymentId(String deploymentId)
CmmnDeploymentQuerydeploymentId in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
CmmnDeploymentQuerydeploymentIds in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentName(String deploymentName)
CmmnDeploymentQuerydeploymentName in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentNameLike(String nameLike)
CmmnDeploymentQuerydeploymentNameLike in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentCategory(String deploymentCategory)
CmmnDeploymentQuerydeploymentCategory in interface CmmnDeploymentQueryCmmnDeploymentBuilder.category(String)public CmmnDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
CmmnDeploymentQuerydeploymentCategoryNotEquals in interface CmmnDeploymentQueryCmmnDeploymentBuilder.category(String)public CmmnDeploymentQueryImpl deploymentKey(String deploymentKey)
CmmnDeploymentQuerydeploymentKey in interface CmmnDeploymentQueryCmmnDeploymentBuilder.key(String)public CmmnDeploymentQueryImpl deploymentTenantId(String tenantId)
CmmnDeploymentQuerydeploymentTenantId in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
CmmnDeploymentQuerydeploymentTenantIdLike in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl deploymentWithoutTenantId()
CmmnDeploymentQuerydeploymentWithoutTenantId in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
CmmnDeploymentQueryparentDeploymentId in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
CmmnDeploymentQueryparentDeploymentIdLike in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl parentDeploymentIds(List<String> parentDeploymentIds)
CmmnDeploymentQueryparentDeploymentIds in interface CmmnDeploymentQuerypublic CmmnDeploymentQueryImpl latest()
CmmnDeploymentQuerylatest in interface CmmnDeploymentQuerypublic CmmnDeploymentQuery orderByDeploymentId()
CmmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface CmmnDeploymentQuerypublic CmmnDeploymentQuery orderByDeploymentTime()
CmmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface CmmnDeploymentQuerypublic CmmnDeploymentQuery orderByDeploymentName()
CmmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface CmmnDeploymentQuerypublic CmmnDeploymentQuery orderByTenantId()
CmmnDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface CmmnDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<CmmnDeploymentQuery,CmmnDeployment>public List<CmmnDeployment> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<CmmnDeploymentQuery,CmmnDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
public String getKey()
public String getParentDeploymentId()
public String getParentDeploymentIdLike()
public boolean isLatest()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2023 Flowable. All rights reserved.