public class EventDeploymentQueryImpl extends AbstractQuery<EventDeploymentQuery,EventDeployment> implements EventDeploymentQuery, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
channelDefinitionKey |
protected String |
channelDefinitionKeyLike |
protected String |
deploymentId |
protected String |
eventDefinitionKey |
protected String |
eventDefinitionKeyLike |
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 |
|---|
EventDeploymentQueryImpl() |
EventDeploymentQueryImpl(CommandContext commandContext) |
EventDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
EventDeploymentQueryImpl |
channelDefinitionKey(String key)
Only select deployments with the given channel definition key.
|
EventDeploymentQueryImpl |
channelDefinitionKeyLike(String keyLike)
Only select deployments with a channel definition key like the given string.
|
EventDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
EventDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
EventDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
EventDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
EventDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
EventDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
EventDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
EventDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
EventDeploymentQueryImpl |
eventDefinitionKey(String key)
Only select deployments with the given event definition key.
|
EventDeploymentQueryImpl |
eventDefinitionKeyLike(String keyLike)
Only select deployments with an event definition key like the given string.
|
long |
executeCount(CommandContext commandContext) |
List<EventDeployment> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getChannelDefinitionKey() |
String |
getChannelDefinitionKeyLike() |
String |
getDeploymentId() |
String |
getEventDefinitionKey() |
String |
getEventDefinitionKeyLike() |
String |
getName() |
String |
getNameLike() |
String |
getParentDeploymentId() |
String |
getParentDeploymentIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
EventDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
EventDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
EventDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
EventDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
EventDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
EventDeploymentQueryImpl |
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, 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 category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String eventDefinitionKey
protected String eventDefinitionKeyLike
protected String channelDefinitionKey
protected String channelDefinitionKeyLike
public EventDeploymentQueryImpl()
public EventDeploymentQueryImpl(CommandContext commandContext)
public EventDeploymentQueryImpl(CommandExecutor commandExecutor)
public EventDeploymentQueryImpl deploymentId(String deploymentId)
EventDeploymentQuerydeploymentId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentName(String deploymentName)
EventDeploymentQuerydeploymentName in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentNameLike(String nameLike)
EventDeploymentQuerydeploymentNameLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentCategory(String deploymentCategory)
EventDeploymentQuerydeploymentCategory in interface EventDeploymentQueryEventDeploymentBuilder.category(String)public EventDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
EventDeploymentQuerydeploymentCategoryNotEquals in interface EventDeploymentQueryEventDeploymentBuilder.category(String)public EventDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
EventDeploymentQueryparentDeploymentId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
EventDeploymentQueryparentDeploymentIdLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentWithoutTenantId()
EventDeploymentQuerydeploymentWithoutTenantId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentTenantId(String tenantId)
EventDeploymentQuerydeploymentTenantId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
EventDeploymentQuerydeploymentTenantIdLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl eventDefinitionKey(String key)
EventDeploymentQueryeventDefinitionKey in interface EventDeploymentQuerypublic EventDeploymentQueryImpl eventDefinitionKeyLike(String keyLike)
EventDeploymentQueryeventDefinitionKeyLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl channelDefinitionKey(String key)
EventDeploymentQuerychannelDefinitionKey in interface EventDeploymentQuerypublic EventDeploymentQueryImpl channelDefinitionKeyLike(String keyLike)
EventDeploymentQuerychannelDefinitionKeyLike in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentId()
EventDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentTime()
EventDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentName()
EventDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface EventDeploymentQuerypublic EventDeploymentQuery orderByTenantId()
EventDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface EventDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<EventDeploymentQuery,EventDeployment>public List<EventDeployment> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<EventDeploymentQuery,EventDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getEventDefinitionKey()
public String getEventDefinitionKeyLike()
public String getParentDeploymentId()
public String getParentDeploymentIdLike()
public String getChannelDefinitionKey()
public String getChannelDefinitionKeyLike()
Copyright © 2023 Flowable. All rights reserved.