public class FormDeploymentQueryImpl extends AbstractQuery<FormDeploymentQuery,FormDeployment> implements FormDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected String |
formDefinitionKey |
protected String |
formDefinitionKeyLike |
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 |
|---|
FormDeploymentQueryImpl() |
FormDeploymentQueryImpl(CommandContext commandContext) |
FormDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
FormDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
FormDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
FormDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
FormDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
FormDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
FormDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
FormDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<FormDeployment> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
FormDeploymentQueryImpl |
formDefinitionKey(String key)
Only select deployments with the given form definition key.
|
FormDeploymentQueryImpl |
formDefinitionKeyLike(String keyLike)
Only select deployments with a form definition key like the given string.
|
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
String |
getFormDefinitionKey() |
String |
getFormDefinitionKeyLike() |
String |
getName() |
String |
getNameLike() |
String |
getParentDeploymentId() |
String |
getParentDeploymentIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
FormDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
FormDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a deployment parent 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 formDefinitionKey
protected String formDefinitionKeyLike
public FormDeploymentQueryImpl()
public FormDeploymentQueryImpl(CommandContext commandContext)
public FormDeploymentQueryImpl(CommandExecutor commandExecutor)
public FormDeploymentQueryImpl deploymentId(String deploymentId)
FormDeploymentQuerydeploymentId in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentName(String deploymentName)
FormDeploymentQuerydeploymentName in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentNameLike(String nameLike)
FormDeploymentQuerydeploymentNameLike in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentCategory(String deploymentCategory)
FormDeploymentQuerydeploymentCategory in interface FormDeploymentQueryFormDeploymentBuilder.category(String)public FormDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
FormDeploymentQuerydeploymentCategoryNotEquals in interface FormDeploymentQueryFormDeploymentBuilder.category(String)public FormDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
FormDeploymentQueryparentDeploymentId in interface FormDeploymentQuerypublic FormDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
FormDeploymentQueryparentDeploymentIdLike in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentWithoutTenantId()
FormDeploymentQuerydeploymentWithoutTenantId in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentTenantId(String tenantId)
FormDeploymentQuerydeploymentTenantId in interface FormDeploymentQuerypublic FormDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
FormDeploymentQuerydeploymentTenantIdLike in interface FormDeploymentQuerypublic FormDeploymentQueryImpl formDefinitionKey(String key)
FormDeploymentQueryformDefinitionKey in interface FormDeploymentQuerypublic FormDeploymentQueryImpl formDefinitionKeyLike(String keyLike)
FormDeploymentQueryformDefinitionKeyLike in interface FormDeploymentQuerypublic FormDeploymentQuery orderByDeploymentId()
FormDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface FormDeploymentQuerypublic FormDeploymentQuery orderByDeploymentTime()
FormDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface FormDeploymentQuerypublic FormDeploymentQuery orderByDeploymentName()
FormDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface FormDeploymentQuerypublic FormDeploymentQuery orderByTenantId()
FormDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface FormDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<FormDeploymentQuery,FormDeployment>public List<FormDeployment> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<FormDeploymentQuery,FormDeployment>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 getFormDefinitionKey()
public String getFormDefinitionKeyLike()
public String getParentDeploymentId()
public String getParentDeploymentIdLike()
Copyright © 2023 Flowable. All rights reserved.