public class ActionDeploymentQueryImpl extends AbstractQuery<ActionDeploymentQuery,ActionDeployment> implements ActionDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionKey |
protected String |
actionDefinitionKeyLike |
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 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 |
---|
ActionDeploymentQueryImpl() |
ActionDeploymentQueryImpl(CommandContext commandContext) |
ActionDeploymentQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
ActionDeploymentQueryImpl |
actionDefinitionKey(String key)
Only select deployments with the given action definition key.
|
ActionDeploymentQueryImpl |
actionDefinitionKeyLike(String keyLike)
Only select deployments with a action definition key like the given string.
|
ActionDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
ActionDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
ActionDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
ActionDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
ActionDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
ActionDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
ActionDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
ActionDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
ActionDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
ActionDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<ActionDeployment> |
executeList(CommandContext commandContext) |
String |
getActionDefinitionKey() |
String |
getActionDefinitionKeyLike() |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
ActionDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
ActionDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
ActionDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
ActionDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
ActionDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
ActionDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
ActionDeploymentQueryImpl |
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 actionDefinitionKey
protected String actionDefinitionKeyLike
protected boolean latest
public ActionDeploymentQueryImpl()
public ActionDeploymentQueryImpl(CommandContext commandContext)
public ActionDeploymentQueryImpl(CommandExecutor commandExecutor)
public ActionDeploymentQueryImpl deploymentId(String deploymentId)
ActionDeploymentQuery
deploymentId
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
ActionDeploymentQuery
deploymentIds
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentName(String deploymentName)
ActionDeploymentQuery
deploymentName
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentNameLike(String nameLike)
ActionDeploymentQuery
deploymentNameLike
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentKey(String deploymentKey)
ActionDeploymentQuery
deploymentKey
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentCategory(String deploymentCategory)
ActionDeploymentQuery
deploymentCategory
in interface ActionDeploymentQuery
ActionDeploymentBuilder.category(String)
public ActionDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
ActionDeploymentQuery
deploymentCategoryNotEquals
in interface ActionDeploymentQuery
ActionDeploymentBuilder.category(String)
public ActionDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
ActionDeploymentQuery
parentDeploymentId
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
ActionDeploymentQuery
parentDeploymentIdLike
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentWithoutTenantId()
ActionDeploymentQuery
deploymentWithoutTenantId
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentTenantId(String tenantId)
ActionDeploymentQuery
deploymentTenantId
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
ActionDeploymentQuery
deploymentTenantIdLike
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl actionDefinitionKey(String key)
ActionDeploymentQuery
actionDefinitionKey
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl actionDefinitionKeyLike(String keyLike)
ActionDeploymentQuery
actionDefinitionKeyLike
in interface ActionDeploymentQuery
public ActionDeploymentQueryImpl latest()
ActionDeploymentQuery
latest
in interface ActionDeploymentQuery
public ActionDeploymentQuery orderByDeploymentId()
ActionDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentId
in interface ActionDeploymentQuery
public ActionDeploymentQuery orderByDeploymentTime()
ActionDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentTime
in interface ActionDeploymentQuery
public ActionDeploymentQuery orderByDeploymentName()
ActionDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentName
in interface ActionDeploymentQuery
public ActionDeploymentQuery orderByTenantId()
ActionDeploymentQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface ActionDeploymentQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<ActionDeploymentQuery,ActionDeployment>
public List<ActionDeployment> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<ActionDeploymentQuery,ActionDeployment>
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 getActionDefinitionKey()
public String getActionDefinitionKeyLike()