public class DocumentDeploymentQueryImpl extends AbstractQuery<DocumentDeploymentQuery,DocumentDeployment> implements DocumentDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
documentDefinitionKey |
protected String |
documentDefinitionKeyLike |
protected String |
key |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
DocumentDeploymentQueryImpl() |
DocumentDeploymentQueryImpl(CommandContext commandContext) |
DocumentDeploymentQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
DocumentDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
DocumentDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
DocumentDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DocumentDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
DocumentDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
DocumentDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
DocumentDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DocumentDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DocumentDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DocumentDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
DocumentDeploymentQueryImpl |
documentDefinitionKey(String key)
Only select deployments with the given document definition key.
|
DocumentDeploymentQueryImpl |
documentDefinitionKeyLike(String keyLike)
Only select deployments with a document definition key like the given string.
|
long |
executeCount(CommandContext commandContext) |
List<DocumentDeployment> |
executeList(CommandContext commandContext) |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getDocumentDefinitionKey() |
String |
getDocumentDefinitionKeyLike() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getParentDeploymentId() |
String |
getParentDeploymentIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
DocumentDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
DocumentDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
DocumentDeploymentQueryImpl |
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, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
protected String deploymentId
protected String name
protected String nameLike
protected String key
protected String category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String documentDefinitionKey
protected String documentDefinitionKeyLike
protected boolean latest
public DocumentDeploymentQueryImpl()
public DocumentDeploymentQueryImpl(CommandContext commandContext)
public DocumentDeploymentQueryImpl(CommandExecutor commandExecutor)
public DocumentDeploymentQueryImpl deploymentId(String deploymentId)
DocumentDeploymentQuery
deploymentId
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
DocumentDeploymentQuery
deploymentIds
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentName(String deploymentName)
DocumentDeploymentQuery
deploymentName
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentNameLike(String nameLike)
DocumentDeploymentQuery
deploymentNameLike
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentKey(String deploymentKey)
DocumentDeploymentQuery
deploymentKey
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentCategory(String deploymentCategory)
DocumentDeploymentQuery
deploymentCategory
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DocumentDeploymentQuery
deploymentCategoryNotEquals
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
DocumentDeploymentQuery
parentDeploymentId
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
DocumentDeploymentQuery
parentDeploymentIdLike
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentWithoutTenantId()
DocumentDeploymentQuery
deploymentWithoutTenantId
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentTenantId(String tenantId)
DocumentDeploymentQuery
deploymentTenantId
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
DocumentDeploymentQuery
deploymentTenantIdLike
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl documentDefinitionKey(String key)
DocumentDeploymentQuery
documentDefinitionKey
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl documentDefinitionKeyLike(String keyLike)
DocumentDeploymentQuery
documentDefinitionKeyLike
in interface DocumentDeploymentQuery
public DocumentDeploymentQueryImpl latest()
DocumentDeploymentQuery
latest
in interface DocumentDeploymentQuery
public DocumentDeploymentQuery orderByDeploymentId()
DocumentDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentId
in interface DocumentDeploymentQuery
public DocumentDeploymentQuery orderByDeploymentTime()
DocumentDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentTime
in interface DocumentDeploymentQuery
public DocumentDeploymentQuery orderByDeploymentName()
DocumentDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentName
in interface DocumentDeploymentQuery
public DocumentDeploymentQuery orderByTenantId()
DocumentDeploymentQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface DocumentDeploymentQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<DocumentDeploymentQuery,DocumentDeployment>
public List<DocumentDeployment> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<DocumentDeploymentQuery,DocumentDeployment>
public String getDeploymentId()
public String getName()
public String getNameLike()
public String getKey()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getDocumentDefinitionKey()
public String getDocumentDefinitionKeyLike()
public String getParentDeploymentId()
public String getParentDeploymentIdLike()