public class PlatformDeploymentQueryImpl extends AbstractQuery<PlatformDeploymentQuery,PlatformDeployment> implements PlatformDeploymentQuery, 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 |
---|
PlatformDeploymentQueryImpl() |
PlatformDeploymentQueryImpl(CommandContext commandContext) |
PlatformDeploymentQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
PlatformDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
PlatformDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
PlatformDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
PlatformDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
PlatformDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
PlatformDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
PlatformDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
PlatformDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
PlatformDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
PlatformDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(CommandContext commandContext) |
List<PlatformDeployment> |
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() |
PlatformDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
PlatformDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
PlatformDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
PlatformDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
PlatformDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
PlatformDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
PlatformDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a deployment parent id like the given one.
|
PlatformDeploymentQueryImpl |
queryDefinitionKey(String key)
Only select deployments with the given action definition key.
|
PlatformDeploymentQueryImpl |
queryDefinitionKeyLike(String keyLike)
Only select deployments with a action definition key like the given string.
|
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 PlatformDeploymentQueryImpl()
public PlatformDeploymentQueryImpl(CommandContext commandContext)
public PlatformDeploymentQueryImpl(CommandExecutor commandExecutor)
public PlatformDeploymentQueryImpl deploymentId(String deploymentId)
PlatformDeploymentQuery
deploymentId
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
PlatformDeploymentQuery
deploymentIds
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentName(String deploymentName)
PlatformDeploymentQuery
deploymentName
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentNameLike(String nameLike)
PlatformDeploymentQuery
deploymentNameLike
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentKey(String deploymentKey)
PlatformDeploymentQuery
deploymentKey
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentCategory(String deploymentCategory)
PlatformDeploymentQuery
deploymentCategory
in interface PlatformDeploymentQuery
PlatformDeploymentBuilder.category(String)
public PlatformDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
PlatformDeploymentQuery
deploymentCategoryNotEquals
in interface PlatformDeploymentQuery
PlatformDeploymentBuilder.category(String)
public PlatformDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
PlatformDeploymentQuery
parentDeploymentId
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
PlatformDeploymentQuery
parentDeploymentIdLike
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentWithoutTenantId()
PlatformDeploymentQuery
deploymentWithoutTenantId
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentTenantId(String tenantId)
PlatformDeploymentQuery
deploymentTenantId
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
PlatformDeploymentQuery
deploymentTenantIdLike
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl queryDefinitionKey(String key)
PlatformDeploymentQuery
queryDefinitionKey
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl queryDefinitionKeyLike(String keyLike)
PlatformDeploymentQuery
queryDefinitionKeyLike
in interface PlatformDeploymentQuery
public PlatformDeploymentQueryImpl latest()
PlatformDeploymentQuery
latest
in interface PlatformDeploymentQuery
public PlatformDeploymentQuery orderByDeploymentId()
PlatformDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentId
in interface PlatformDeploymentQuery
public PlatformDeploymentQuery orderByDeploymentTime()
PlatformDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentTime
in interface PlatformDeploymentQuery
public PlatformDeploymentQuery orderByDeploymentName()
PlatformDeploymentQuery
Query.asc()
or Query.desc()
).orderByDeploymentName
in interface PlatformDeploymentQuery
public PlatformDeploymentQuery orderByTenantId()
PlatformDeploymentQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface PlatformDeploymentQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<PlatformDeploymentQuery,PlatformDeployment>
public List<PlatformDeployment> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<PlatformDeploymentQuery,PlatformDeployment>
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()