Package org.flowable.eventregistry.impl
Class ChannelDefinitionQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<ChannelDefinitionQuery,ChannelDefinition>
-
- org.flowable.eventregistry.impl.ChannelDefinitionQueryImpl
-
- All Implemented Interfaces:
Serializable,org.flowable.common.engine.api.query.Query<ChannelDefinitionQuery,ChannelDefinition>,Command<Object>,ChannelDefinitionQuery
public class ChannelDefinitionQueryImpl extends AbstractQuery<ChannelDefinitionQuery,ChannelDefinition> implements ChannelDefinitionQuery
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected StringcategoryLikeprotected StringcategoryNotEqualsprotected DatecreateTimeprotected DatecreateTimeAfterprotected DatecreateTimeBeforeprotected StringdeploymentIdprotected Set<String>deploymentIdsprotected Stringidprotected Set<String>idsprotected Stringimplementationprotected Stringkeyprotected StringkeyLikeprotected StringkeyLikeIgnoreCaseprotected booleanlatestprotected Stringnameprotected StringnameLikeprotected StringnameLikeIgnoreCaseprotected booleanonlyInboundprotected booleanonlyOutboundprotected StringparentDeploymentIdprotected StringresourceNameprotected StringresourceNameLikeprotected StringtenantIdprotected StringtenantIdLikeprotected Integerversionprotected IntegerversionGtprotected IntegerversionGteprotected IntegerversionLtprotected IntegerversionLteprotected booleanwithoutTenantId-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description ChannelDefinitionQueryImpl()ChannelDefinitionQueryImpl(CommandContext commandContext)ChannelDefinitionQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
-
-
-
Field Detail
-
id
protected String id
-
category
protected String category
-
categoryLike
protected String categoryLike
-
categoryNotEquals
protected String categoryNotEquals
-
name
protected String name
-
nameLike
protected String nameLike
-
nameLikeIgnoreCase
protected String nameLikeIgnoreCase
-
deploymentId
protected String deploymentId
-
parentDeploymentId
protected String parentDeploymentId
-
key
protected String key
-
keyLike
protected String keyLike
-
keyLikeIgnoreCase
protected String keyLikeIgnoreCase
-
version
protected Integer version
-
versionGt
protected Integer versionGt
-
versionGte
protected Integer versionGte
-
versionLt
protected Integer versionLt
-
versionLte
protected Integer versionLte
-
latest
protected boolean latest
-
onlyInbound
protected boolean onlyInbound
-
onlyOutbound
protected boolean onlyOutbound
-
implementation
protected String implementation
-
createTime
protected Date createTime
-
createTimeAfter
protected Date createTimeAfter
-
createTimeBefore
protected Date createTimeBefore
-
resourceName
protected String resourceName
-
resourceNameLike
protected String resourceNameLike
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Detail
-
ChannelDefinitionQueryImpl
public ChannelDefinitionQueryImpl()
-
ChannelDefinitionQueryImpl
public ChannelDefinitionQueryImpl(CommandContext commandContext)
-
ChannelDefinitionQueryImpl
public ChannelDefinitionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
channelDefinitionId
public ChannelDefinitionQueryImpl channelDefinitionId(String channelDefinitionId)
- Specified by:
channelDefinitionIdin interfaceChannelDefinitionQuery
-
channelDefinitionIds
public ChannelDefinitionQueryImpl channelDefinitionIds(Set<String> channelDefinitionIds)
- Specified by:
channelDefinitionIdsin interfaceChannelDefinitionQuery
-
channelCategory
public ChannelDefinitionQueryImpl channelCategory(String category)
- Specified by:
channelCategoryin interfaceChannelDefinitionQuery
-
channelCategoryLike
public ChannelDefinitionQueryImpl channelCategoryLike(String categoryLike)
- Specified by:
channelCategoryLikein interfaceChannelDefinitionQuery
-
channelCategoryNotEquals
public ChannelDefinitionQueryImpl channelCategoryNotEquals(String categoryNotEquals)
- Specified by:
channelCategoryNotEqualsin interfaceChannelDefinitionQuery
-
channelDefinitionName
public ChannelDefinitionQueryImpl channelDefinitionName(String name)
- Specified by:
channelDefinitionNamein interfaceChannelDefinitionQuery
-
channelDefinitionNameLike
public ChannelDefinitionQueryImpl channelDefinitionNameLike(String nameLike)
- Specified by:
channelDefinitionNameLikein interfaceChannelDefinitionQuery
-
channelDefinitionNameLikeIgnoreCase
public ChannelDefinitionQueryImpl channelDefinitionNameLikeIgnoreCase(String nameLikeIgnoreCase)
- Specified by:
channelDefinitionNameLikeIgnoreCasein interfaceChannelDefinitionQuery
-
deploymentId
public ChannelDefinitionQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentIdin interfaceChannelDefinitionQuery
-
deploymentIds
public ChannelDefinitionQueryImpl deploymentIds(Set<String> deploymentIds)
- Specified by:
deploymentIdsin interfaceChannelDefinitionQuery
-
parentDeploymentId
public ChannelDefinitionQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentIdin interfaceChannelDefinitionQuery
-
channelDefinitionKey
public ChannelDefinitionQueryImpl channelDefinitionKey(String key)
- Specified by:
channelDefinitionKeyin interfaceChannelDefinitionQuery
-
channelDefinitionKeyLike
public ChannelDefinitionQueryImpl channelDefinitionKeyLike(String keyLike)
- Specified by:
channelDefinitionKeyLikein interfaceChannelDefinitionQuery
-
channelDefinitionKeyLikeIgnoreCase
public ChannelDefinitionQuery channelDefinitionKeyLikeIgnoreCase(String keyLikeIgnoreCase)
- Specified by:
channelDefinitionKeyLikeIgnoreCasein interfaceChannelDefinitionQuery
-
channelVersion
public ChannelDefinitionQueryImpl channelVersion(Integer version)
- Specified by:
channelVersionin interfaceChannelDefinitionQuery
-
channelVersionGreaterThan
public ChannelDefinitionQueryImpl channelVersionGreaterThan(Integer channelVersion)
- Specified by:
channelVersionGreaterThanin interfaceChannelDefinitionQuery
-
channelVersionGreaterThanOrEquals
public ChannelDefinitionQueryImpl channelVersionGreaterThanOrEquals(Integer channelVersion)
- Specified by:
channelVersionGreaterThanOrEqualsin interfaceChannelDefinitionQuery
-
channelVersionLowerThan
public ChannelDefinitionQueryImpl channelVersionLowerThan(Integer channelVersion)
- Specified by:
channelVersionLowerThanin interfaceChannelDefinitionQuery
-
channelVersionLowerThanOrEquals
public ChannelDefinitionQueryImpl channelVersionLowerThanOrEquals(Integer channelVersion)
- Specified by:
channelVersionLowerThanOrEqualsin interfaceChannelDefinitionQuery
-
checkVersion
protected void checkVersion(Integer version)
-
latestVersion
public ChannelDefinitionQueryImpl latestVersion()
- Specified by:
latestVersionin interfaceChannelDefinitionQuery
-
onlyInbound
public ChannelDefinitionQuery onlyInbound()
- Specified by:
onlyInboundin interfaceChannelDefinitionQuery
-
onlyOutbound
public ChannelDefinitionQuery onlyOutbound()
- Specified by:
onlyOutboundin interfaceChannelDefinitionQuery
-
implementation
public ChannelDefinitionQuery implementation(String implementation)
- Specified by:
implementationin interfaceChannelDefinitionQuery
-
channelCreateTime
public ChannelDefinitionQueryImpl channelCreateTime(Date createTime)
- Specified by:
channelCreateTimein interfaceChannelDefinitionQuery
-
channelCreateTimeAfter
public ChannelDefinitionQueryImpl channelCreateTimeAfter(Date createTimeAfter)
- Specified by:
channelCreateTimeAfterin interfaceChannelDefinitionQuery
-
channelCreateTimeBefore
public ChannelDefinitionQueryImpl channelCreateTimeBefore(Date createTimeBefore)
- Specified by:
channelCreateTimeBeforein interfaceChannelDefinitionQuery
-
channelDefinitionResourceName
public ChannelDefinitionQueryImpl channelDefinitionResourceName(String resourceName)
- Specified by:
channelDefinitionResourceNamein interfaceChannelDefinitionQuery
-
channelDefinitionResourceNameLike
public ChannelDefinitionQueryImpl channelDefinitionResourceNameLike(String resourceNameLike)
- Specified by:
channelDefinitionResourceNameLikein interfaceChannelDefinitionQuery
-
tenantId
public ChannelDefinitionQueryImpl tenantId(String tenantId)
- Specified by:
tenantIdin interfaceChannelDefinitionQuery
-
tenantIdLike
public ChannelDefinitionQueryImpl tenantIdLike(String tenantIdLike)
- Specified by:
tenantIdLikein interfaceChannelDefinitionQuery
-
withoutTenantId
public ChannelDefinitionQueryImpl withoutTenantId()
- Specified by:
withoutTenantIdin interfaceChannelDefinitionQuery
-
orderByDeploymentId
public ChannelDefinitionQuery orderByDeploymentId()
- Specified by:
orderByDeploymentIdin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionKey
public ChannelDefinitionQuery orderByChannelDefinitionKey()
- Specified by:
orderByChannelDefinitionKeyin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionCategory
public ChannelDefinitionQuery orderByChannelDefinitionCategory()
- Specified by:
orderByChannelDefinitionCategoryin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionId
public ChannelDefinitionQuery orderByChannelDefinitionId()
- Specified by:
orderByChannelDefinitionIdin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionName
public ChannelDefinitionQuery orderByChannelDefinitionName()
- Specified by:
orderByChannelDefinitionNamein interfaceChannelDefinitionQuery
-
orderByCreateTime
public ChannelDefinitionQuery orderByCreateTime()
- Specified by:
orderByCreateTimein interfaceChannelDefinitionQuery
-
orderByTenantId
public ChannelDefinitionQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceChannelDefinitionQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<ChannelDefinitionQuery,ChannelDefinition>
-
executeList
public List<ChannelDefinition> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<ChannelDefinitionQuery,ChannelDefinition>
-
getDeploymentId
public String getDeploymentId()
-
getParentDeploymentId
public String getParentDeploymentId()
-
getId
public String getId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getNameLikeIgnoreCase
public String getNameLikeIgnoreCase()
-
getKey
public String getKey()
-
getKeyLike
public String getKeyLike()
-
getKeyLikeIgnoreCase
public String getKeyLikeIgnoreCase()
-
getCategory
public String getCategory()
-
getCategoryLike
public String getCategoryLike()
-
getVersion
public Integer getVersion()
-
getVersionGt
public Integer getVersionGt()
-
getVersionGte
public Integer getVersionGte()
-
getVersionLt
public Integer getVersionLt()
-
getVersionLte
public Integer getVersionLte()
-
isLatest
public boolean isLatest()
-
isOnlyInbound
public boolean isOnlyInbound()
-
isOnlyOutbound
public boolean isOnlyOutbound()
-
getImplementation
public String getImplementation()
-
getCreateTime
public Date getCreateTime()
-
getCreateTimeAfter
public Date getCreateTimeAfter()
-
getCreateTimeBefore
public Date getCreateTimeBefore()
-
getResourceName
public String getResourceName()
-
getResourceNameLike
public String getResourceNameLike()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-