public class PlatformDeploymentQueryImpl extends AbstractQuery<PlatformDeploymentQuery,PlatformDeployment> implements PlatformDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.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, commandExecutordatabaseType, 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, 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 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)
PlatformDeploymentQuerydeploymentId in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
PlatformDeploymentQuerydeploymentIds in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentName(String deploymentName)
PlatformDeploymentQuerydeploymentName in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentNameLike(String nameLike)
PlatformDeploymentQuerydeploymentNameLike in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentKey(String deploymentKey)
PlatformDeploymentQuerydeploymentKey in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentCategory(String deploymentCategory)
PlatformDeploymentQuerydeploymentCategory in interface PlatformDeploymentQueryPlatformDeploymentBuilder.category(String)public PlatformDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
PlatformDeploymentQuerydeploymentCategoryNotEquals in interface PlatformDeploymentQueryPlatformDeploymentBuilder.category(String)public PlatformDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
PlatformDeploymentQueryparentDeploymentId in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
PlatformDeploymentQueryparentDeploymentIdLike in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentWithoutTenantId()
PlatformDeploymentQuerydeploymentWithoutTenantId in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentTenantId(String tenantId)
PlatformDeploymentQuerydeploymentTenantId in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
PlatformDeploymentQuerydeploymentTenantIdLike in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl queryDefinitionKey(String key)
PlatformDeploymentQueryqueryDefinitionKey in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl queryDefinitionKeyLike(String keyLike)
PlatformDeploymentQueryqueryDefinitionKeyLike in interface PlatformDeploymentQuerypublic PlatformDeploymentQueryImpl latest()
PlatformDeploymentQuerylatest in interface PlatformDeploymentQuerypublic PlatformDeploymentQuery orderByDeploymentId()
PlatformDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface PlatformDeploymentQuerypublic PlatformDeploymentQuery orderByDeploymentTime()
PlatformDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface PlatformDeploymentQuerypublic PlatformDeploymentQuery orderByDeploymentName()
PlatformDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface PlatformDeploymentQuerypublic PlatformDeploymentQuery orderByTenantId()
PlatformDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface PlatformDeploymentQuerypublic 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()