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