public class ChannelDefinitionQueryImpl extends AbstractQuery<ChannelDefinitionQuery,ChannelDefinition> implements ChannelDefinitionQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryLike |
protected String |
categoryNotEquals |
protected Date |
createTime |
protected Date |
createTimeAfter |
protected Date |
createTimeBefore |
protected String |
deploymentId |
protected Set<String> |
deploymentIds |
protected String |
id |
protected Set<String> |
ids |
protected String |
implementation |
protected String |
key |
protected String |
keyLike |
protected String |
keyLikeIgnoreCase |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
nameLikeIgnoreCase |
protected boolean |
onlyInbound |
protected boolean |
onlyOutbound |
protected String |
parentDeploymentId |
protected String |
resourceName |
protected String |
resourceNameLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected Integer |
version |
protected Integer |
versionGt |
protected Integer |
versionGte |
protected Integer |
versionLt |
protected Integer |
versionLte |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
ChannelDefinitionQueryImpl() |
ChannelDefinitionQueryImpl(CommandContext commandContext) |
ChannelDefinitionQueryImpl(CommandExecutor commandExecutor) |
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 id
protected String category
protected String categoryLike
protected String categoryNotEquals
protected String name
protected String nameLike
protected String nameLikeIgnoreCase
protected String deploymentId
protected String parentDeploymentId
protected String key
protected String keyLike
protected String keyLikeIgnoreCase
protected Integer version
protected Integer versionGt
protected Integer versionGte
protected Integer versionLt
protected Integer versionLte
protected boolean latest
protected boolean onlyInbound
protected boolean onlyOutbound
protected String implementation
protected Date createTime
protected Date createTimeAfter
protected Date createTimeBefore
protected String resourceName
protected String resourceNameLike
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public ChannelDefinitionQueryImpl()
public ChannelDefinitionQueryImpl(CommandContext commandContext)
public ChannelDefinitionQueryImpl(CommandExecutor commandExecutor)
public ChannelDefinitionQueryImpl channelDefinitionId(String channelDefinitionId)
channelDefinitionId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionIds(Set<String> channelDefinitionIds)
channelDefinitionIds in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategory(String category)
channelCategory in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategoryLike(String categoryLike)
channelCategoryLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategoryNotEquals(String categoryNotEquals)
channelCategoryNotEquals in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionName(String name)
channelDefinitionName in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionNameLike(String nameLike)
channelDefinitionNameLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionNameLikeIgnoreCase(String nameLikeIgnoreCase)
channelDefinitionNameLikeIgnoreCase in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl deploymentId(String deploymentId)
deploymentId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl deploymentIds(Set<String> deploymentIds)
deploymentIds in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl parentDeploymentId(String parentDeploymentId)
parentDeploymentId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionKey(String key)
channelDefinitionKey in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionKeyLike(String keyLike)
channelDefinitionKeyLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery channelDefinitionKeyLikeIgnoreCase(String keyLikeIgnoreCase)
channelDefinitionKeyLikeIgnoreCase in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersion(Integer version)
channelVersion in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionGreaterThan(Integer channelVersion)
channelVersionGreaterThan in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionGreaterThanOrEquals(Integer channelVersion)
channelVersionGreaterThanOrEquals in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionLowerThan(Integer channelVersion)
channelVersionLowerThan in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionLowerThanOrEquals(Integer channelVersion)
channelVersionLowerThanOrEquals in interface ChannelDefinitionQueryprotected void checkVersion(Integer version)
public ChannelDefinitionQueryImpl latestVersion()
latestVersion in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery onlyInbound()
onlyInbound in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery onlyOutbound()
onlyOutbound in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery implementation(String implementation)
implementation in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTime(Date createTime)
channelCreateTime in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTimeAfter(Date createTimeAfter)
channelCreateTimeAfter in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTimeBefore(Date createTimeBefore)
channelCreateTimeBefore in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionResourceName(String resourceName)
channelDefinitionResourceName in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionResourceNameLike(String resourceNameLike)
channelDefinitionResourceNameLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl tenantId(String tenantId)
tenantId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl tenantIdLike(String tenantIdLike)
tenantIdLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl withoutTenantId()
withoutTenantId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByDeploymentId()
orderByDeploymentId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionKey()
orderByChannelDefinitionKey in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionCategory()
orderByChannelDefinitionCategory in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionId()
orderByChannelDefinitionId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionName()
orderByChannelDefinitionName in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByCreateTime()
orderByCreateTime in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByTenantId()
orderByTenantId in interface ChannelDefinitionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ChannelDefinitionQuery,ChannelDefinition>public List<ChannelDefinition> executeList(CommandContext commandContext)
executeList in class AbstractQuery<ChannelDefinitionQuery,ChannelDefinition>public String getDeploymentId()
public String getParentDeploymentId()
public String getId()
public String getName()
public String getNameLike()
public String getNameLikeIgnoreCase()
public String getKey()
public String getKeyLike()
public String getKeyLikeIgnoreCase()
public String getCategory()
public String getCategoryLike()
public Integer getVersion()
public Integer getVersionGt()
public Integer getVersionGte()
public Integer getVersionLt()
public Integer getVersionLte()
public boolean isLatest()
public boolean isOnlyInbound()
public boolean isOnlyOutbound()
public String getImplementation()
public Date getCreateTime()
public Date getCreateTimeAfter()
public Date getCreateTimeBefore()
public String getResourceName()
public String getResourceNameLike()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2021 Flowable. All rights reserved.