public class DmnDeploymentQueryImpl extends AbstractQuery<DmnDeploymentQuery,DmnDeployment> implements DmnDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
decisionKey |
protected String |
decisionKeyLike |
protected String |
deploymentId |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
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 |
|---|
DmnDeploymentQueryImpl() |
DmnDeploymentQueryImpl(CommandContext commandContext) |
DmnDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentQueryImpl |
decisionKey(String key)
Only select deployments with the given decision key.
|
DmnDeploymentQueryImpl |
decisionKeyLike(String keyLike)
Only select deployments with a decision key like the given string.
|
DmnDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
DmnDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
DmnDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DmnDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
DmnDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DmnDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DmnDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DmnDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<DmnDeployment> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDecisionKey() |
String |
getDecisionKeyLike() |
String |
getDeploymentId() |
String |
getName() |
String |
getNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
DmnDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given parent deployment id.
|
DmnDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a parent deployment id like the given one.
|
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 tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String decisionKey
protected String decisionKeyLike
public DmnDeploymentQueryImpl()
public DmnDeploymentQueryImpl(CommandContext commandContext)
public DmnDeploymentQueryImpl(CommandExecutor commandExecutor)
public DmnDeploymentQueryImpl deploymentId(String deploymentId)
DmnDeploymentQuerydeploymentId in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl deploymentName(String deploymentName)
DmnDeploymentQuerydeploymentName in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl deploymentNameLike(String nameLike)
DmnDeploymentQuerydeploymentNameLike in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl deploymentCategory(String deploymentCategory)
DmnDeploymentQuerydeploymentCategory in interface DmnDeploymentQueryDmnDeploymentBuilder.category(String)public DmnDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DmnDeploymentQuerydeploymentCategoryNotEquals in interface DmnDeploymentQueryDmnDeploymentBuilder.category(String)public DmnDeploymentQueryImpl deploymentTenantId(String tenantId)
DmnDeploymentQuerydeploymentTenantId in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
DmnDeploymentQuerydeploymentTenantIdLike in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl deploymentWithoutTenantId()
DmnDeploymentQuerydeploymentWithoutTenantId in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
DmnDeploymentQueryparentDeploymentId in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
DmnDeploymentQueryparentDeploymentIdLike in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl decisionKey(String key)
DmnDeploymentQuerydecisionKey in interface DmnDeploymentQuerypublic DmnDeploymentQueryImpl decisionKeyLike(String keyLike)
DmnDeploymentQuerydecisionKeyLike in interface DmnDeploymentQuerypublic DmnDeploymentQuery orderByDeploymentId()
DmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface DmnDeploymentQuerypublic DmnDeploymentQuery orderByDeploymentTime()
DmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface DmnDeploymentQuerypublic DmnDeploymentQuery orderByDeploymentName()
DmnDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface DmnDeploymentQuerypublic DmnDeploymentQuery orderByTenantId()
DmnDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface DmnDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DmnDeploymentQuery,DmnDeployment>public List<DmnDeployment> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<DmnDeploymentQuery,DmnDeployment>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 getDecisionKey()
public String getDecisionKeyLike()
Copyright © 2023 Flowable. All rights reserved.