public class ChannelDefinitionQueryImpl extends AbstractQuery<ChannelDefinitionQuery,ChannelDefinition> implements ChannelDefinitionQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| 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 |
key |
protected String |
keyLike |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
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) |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionQueryImpl |
channelCategory(String category)
Only select channel definitions with the given category.
|
ChannelDefinitionQueryImpl |
channelCategoryLike(String categoryLike)
Only select channel definitions where the category matches the given parameter.
|
ChannelDefinitionQueryImpl |
channelCategoryNotEquals(String categoryNotEquals)
Only select channel definitions that have a different category then the given one.
|
ChannelDefinitionQueryImpl |
channelCreateTime(Date createTime)
Only select channel definitions where the create time is equal to a certain date.
|
ChannelDefinitionQueryImpl |
channelCreateTimeAfter(Date createTimeAfter)
Only select channel definitions which create time is after a certain date.
|
ChannelDefinitionQueryImpl |
channelCreateTimeBefore(Date createTimeBefore)
Only select channel definitions which create time is before a certain date.
|
ChannelDefinitionQueryImpl |
channelDefinitionId(String channelDefinitionId)
Only select channel definition with the given id.
|
ChannelDefinitionQueryImpl |
channelDefinitionIds(Set<String> channelDefinitionIds)
Only select channel definitions with the given ids.
|
ChannelDefinitionQueryImpl |
channelDefinitionKey(String key)
Only select channel definition with the given key.
|
ChannelDefinitionQueryImpl |
channelDefinitionKeyLike(String keyLike)
Only select channel definitions where the key matches the given parameter.
|
ChannelDefinitionQueryImpl |
channelDefinitionName(String name)
Only select channel definitions with the given name.
|
ChannelDefinitionQueryImpl |
channelDefinitionNameLike(String nameLike)
Only select channel definitions where the name matches the given parameter.
|
ChannelDefinitionQueryImpl |
channelDefinitionResourceName(String resourceName)
Only select channel definition with the given resource name.
|
ChannelDefinitionQueryImpl |
channelDefinitionResourceNameLike(String resourceNameLike)
Only select channel definition with a resource name like the given .
|
ChannelDefinitionQueryImpl |
channelVersion(Integer version)
Only select channel definitions with a certain version.
|
ChannelDefinitionQueryImpl |
channelVersionGreaterThan(Integer channelVersion)
Only select channel definitions which version are greater than a certain version.
|
ChannelDefinitionQueryImpl |
channelVersionGreaterThanOrEquals(Integer channelVersion)
Only select channel definitions which version are greater than or equals a certain version.
|
ChannelDefinitionQueryImpl |
channelVersionLowerThan(Integer channelVersion)
Only select channel definitions which version are lower than a certain version.
|
ChannelDefinitionQueryImpl |
channelVersionLowerThanOrEquals(Integer channelVersion)
Only select channel definitions which version are lower than or equals a certain version.
|
protected void |
checkVersion(Integer version) |
ChannelDefinitionQueryImpl |
deploymentId(String deploymentId)
Only select channel definitions that are deployed in a deployment with the given deployment id
|
ChannelDefinitionQueryImpl |
deploymentIds(Set<String> deploymentIds)
Select channel definitions that are deployed in deployments with the given set of ids
|
long |
executeCount(CommandContext commandContext) |
List<ChannelDefinition> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
String |
getCategory() |
String |
getCategoryLike() |
String |
getCategoryNotEquals() |
Date |
getCreateTime() |
Date |
getCreateTimeAfter() |
Date |
getCreateTimeBefore() |
String |
getDeploymentId() |
Set<String> |
getDeploymentIds() |
String |
getId() |
Set<String> |
getIds() |
String |
getKey() |
String |
getKeyLike() |
String |
getName() |
String |
getNameLike() |
String |
getResourceName() |
String |
getResourceNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
Integer |
getVersion() |
Integer |
getVersionGt() |
Integer |
getVersionGte() |
Integer |
getVersionLt() |
Integer |
getVersionLte() |
boolean |
isLatest() |
boolean |
isWithoutTenantId() |
ChannelDefinitionQueryImpl |
latestVersion()
Only select the channel definitions which are the latest deployed (ie.
|
ChannelDefinitionQuery |
orderByChannelDefinitionCategory()
Order by the category of the channel definitions (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByChannelDefinitionId()
Order by the id of the channel definitions (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByChannelDefinitionKey()
Order by channel definition key (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByChannelDefinitionName()
Order by the name of the channel definitions (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByCreateTime()
Order by create time (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
ChannelDefinitionQueryImpl |
tenantId(String tenantId)
Only select channel definitions that have the given tenant id.
|
ChannelDefinitionQueryImpl |
tenantIdLike(String tenantIdLike)
Only select channel definitions with a tenant id like the given one.
|
ChannelDefinitionQueryImpl |
withoutTenantId()
Only select channel definitions that do not have a tenant id.
|
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 deploymentId
protected String key
protected String keyLike
protected Integer version
protected Integer versionGt
protected Integer versionGte
protected Integer versionLt
protected Integer versionLte
protected boolean latest
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)
ChannelDefinitionQuerychannelDefinitionId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionIds(Set<String> channelDefinitionIds)
ChannelDefinitionQuerychannelDefinitionIds in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategory(String category)
ChannelDefinitionQuerychannelCategory in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategoryLike(String categoryLike)
ChannelDefinitionQuerychannelCategoryLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCategoryNotEquals(String categoryNotEquals)
ChannelDefinitionQuerychannelCategoryNotEquals in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionName(String name)
ChannelDefinitionQuerychannelDefinitionName in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionNameLike(String nameLike)
ChannelDefinitionQuerychannelDefinitionNameLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl deploymentId(String deploymentId)
ChannelDefinitionQuerydeploymentId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl deploymentIds(Set<String> deploymentIds)
ChannelDefinitionQuerydeploymentIds in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionKey(String key)
ChannelDefinitionQuerychannelDefinitionKey in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionKeyLike(String keyLike)
ChannelDefinitionQuerychannelDefinitionKeyLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersion(Integer version)
ChannelDefinitionQueryChannelDefinitionQuery.channelDefinitionKey(String)channelVersion in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionGreaterThan(Integer channelVersion)
ChannelDefinitionQuerychannelVersionGreaterThan in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionGreaterThanOrEquals(Integer channelVersion)
ChannelDefinitionQuerychannelVersionGreaterThanOrEquals in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionLowerThan(Integer channelVersion)
ChannelDefinitionQuerychannelVersionLowerThan in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelVersionLowerThanOrEquals(Integer channelVersion)
ChannelDefinitionQuerychannelVersionLowerThanOrEquals in interface ChannelDefinitionQueryprotected void checkVersion(Integer version)
public ChannelDefinitionQueryImpl latestVersion()
ChannelDefinitionQuerylatestVersion in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTime(Date createTime)
ChannelDefinitionQuerychannelCreateTime in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTimeAfter(Date createTimeAfter)
ChannelDefinitionQuerychannelCreateTimeAfter in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelCreateTimeBefore(Date createTimeBefore)
ChannelDefinitionQuerychannelCreateTimeBefore in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionResourceName(String resourceName)
ChannelDefinitionQuerychannelDefinitionResourceName in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl channelDefinitionResourceNameLike(String resourceNameLike)
ChannelDefinitionQuerychannelDefinitionResourceNameLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl tenantId(String tenantId)
ChannelDefinitionQuerytenantId in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl tenantIdLike(String tenantIdLike)
ChannelDefinitionQuerytenantIdLike in interface ChannelDefinitionQuerypublic ChannelDefinitionQueryImpl withoutTenantId()
ChannelDefinitionQuerywithoutTenantId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByDeploymentId()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionKey()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByChannelDefinitionKey in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionCategory()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByChannelDefinitionCategory in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionId()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByChannelDefinitionId in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByChannelDefinitionName()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByChannelDefinitionName in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByCreateTime()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByCreateTime in interface ChannelDefinitionQuerypublic ChannelDefinitionQuery orderByTenantId()
ChannelDefinitionQueryQuery.asc() or Query.desc()).orderByTenantId in interface ChannelDefinitionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<ChannelDefinitionQuery,ChannelDefinition>public List<ChannelDefinition> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<ChannelDefinitionQuery,ChannelDefinition>public String getDeploymentId()
public String getId()
public String getName()
public String getNameLike()
public String getKey()
public String getKeyLike()
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 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 © 2023 Flowable. All rights reserved.