public class EventDeploymentQueryImpl extends AbstractQuery<EventDeploymentQuery,EventDeployment> implements EventDeploymentQuery, Serializable
ListQueryParameterObject.ResultType| 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, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
EventDeploymentQueryImpl() |
EventDeploymentQueryImpl(CommandContext commandContext) |
EventDeploymentQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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)
deploymentId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentName(String deploymentName)
deploymentName in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentNameLike(String nameLike)
deploymentNameLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentCategory(String deploymentCategory)
deploymentCategory in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
deploymentCategoryNotEquals in interface EventDeploymentQuerypublic EventDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
parentDeploymentId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
parentDeploymentIdLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentWithoutTenantId()
deploymentWithoutTenantId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentTenantId(String tenantId)
deploymentTenantId in interface EventDeploymentQuerypublic EventDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
deploymentTenantIdLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl eventDefinitionKey(String key)
eventDefinitionKey in interface EventDeploymentQuerypublic EventDeploymentQueryImpl eventDefinitionKeyLike(String keyLike)
eventDefinitionKeyLike in interface EventDeploymentQuerypublic EventDeploymentQueryImpl channelDefinitionKey(String key)
channelDefinitionKey in interface EventDeploymentQuerypublic EventDeploymentQueryImpl channelDefinitionKeyLike(String keyLike)
channelDefinitionKeyLike in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentId()
orderByDeploymentId in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentTime()
orderByDeploymentTime in interface EventDeploymentQuerypublic EventDeploymentQuery orderByDeploymentName()
orderByDeploymentName in interface EventDeploymentQuerypublic EventDeploymentQuery orderByTenantId()
orderByTenantId in interface EventDeploymentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<EventDeploymentQuery,EventDeployment>public List<EventDeployment> executeList(CommandContext commandContext)
executeList 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 © 2020 Flowable. All rights reserved.