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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionChannelDefinitionQueryImpl(CommandContext commandContext) ChannelDefinitionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionchannelCategory(String category) channelCategoryLike(String categoryLike) channelCategoryNotEquals(String categoryNotEquals) channelCreateTime(Date createTime) channelCreateTimeAfter(Date createTimeAfter) channelCreateTimeBefore(Date createTimeBefore) channelDefinitionId(String channelDefinitionId) channelDefinitionIds(Set<String> channelDefinitionIds) channelDefinitionKeyLike(String keyLike) channelDefinitionKeyLikeIgnoreCase(String keyLikeIgnoreCase) channelDefinitionName(String name) channelDefinitionNameLike(String nameLike) channelDefinitionNameLikeIgnoreCase(String nameLikeIgnoreCase) channelDefinitionResourceName(String resourceName) channelDefinitionResourceNameLike(String resourceNameLike) channelVersion(Integer version) channelVersionGreaterThan(Integer channelVersion) channelVersionGreaterThanOrEquals(Integer channelVersion) channelVersionLowerThan(Integer channelVersion) channelVersionLowerThanOrEquals(Integer channelVersion) protected voidcheckVersion(Integer version) deploymentId(String deploymentId) deploymentIds(Set<String> deploymentIds) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()getKey()getName()implementation(String implementation) booleanisLatest()booleanbooleanbooleanparentDeploymentId(String parentDeploymentId) tenantIdLike(String tenantIdLike) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
ids
-
category
-
categoryLike
-
categoryNotEquals
-
name
-
nameLike
-
nameLikeIgnoreCase
-
deploymentId
-
deploymentIds
-
parentDeploymentId
-
key
-
keyLike
-
keyLikeIgnoreCase
-
version
-
versionGt
-
versionGte
-
versionLt
-
versionLte
-
latest
protected boolean latest -
onlyInbound
protected boolean onlyInbound -
onlyOutbound
protected boolean onlyOutbound -
implementation
-
createTime
-
createTimeAfter
-
createTimeBefore
-
resourceName
-
resourceNameLike
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
ChannelDefinitionQueryImpl
public ChannelDefinitionQueryImpl() -
ChannelDefinitionQueryImpl
-
ChannelDefinitionQueryImpl
-
-
Method Details
-
channelDefinitionId
- Specified by:
channelDefinitionIdin interfaceChannelDefinitionQuery
-
channelDefinitionIds
- Specified by:
channelDefinitionIdsin interfaceChannelDefinitionQuery
-
channelCategory
- Specified by:
channelCategoryin interfaceChannelDefinitionQuery
-
channelCategoryLike
- Specified by:
channelCategoryLikein interfaceChannelDefinitionQuery
-
channelCategoryNotEquals
- Specified by:
channelCategoryNotEqualsin interfaceChannelDefinitionQuery
-
channelDefinitionName
- Specified by:
channelDefinitionNamein interfaceChannelDefinitionQuery
-
channelDefinitionNameLike
- Specified by:
channelDefinitionNameLikein interfaceChannelDefinitionQuery
-
channelDefinitionNameLikeIgnoreCase
- Specified by:
channelDefinitionNameLikeIgnoreCasein interfaceChannelDefinitionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceChannelDefinitionQuery
-
deploymentIds
- Specified by:
deploymentIdsin interfaceChannelDefinitionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceChannelDefinitionQuery
-
channelDefinitionKey
- Specified by:
channelDefinitionKeyin interfaceChannelDefinitionQuery
-
channelDefinitionKeyLike
- Specified by:
channelDefinitionKeyLikein interfaceChannelDefinitionQuery
-
channelDefinitionKeyLikeIgnoreCase
- Specified by:
channelDefinitionKeyLikeIgnoreCasein interfaceChannelDefinitionQuery
-
channelVersion
- Specified by:
channelVersionin interfaceChannelDefinitionQuery
-
channelVersionGreaterThan
- Specified by:
channelVersionGreaterThanin interfaceChannelDefinitionQuery
-
channelVersionGreaterThanOrEquals
- Specified by:
channelVersionGreaterThanOrEqualsin interfaceChannelDefinitionQuery
-
channelVersionLowerThan
- Specified by:
channelVersionLowerThanin interfaceChannelDefinitionQuery
-
channelVersionLowerThanOrEquals
- Specified by:
channelVersionLowerThanOrEqualsin interfaceChannelDefinitionQuery
-
checkVersion
-
latestVersion
- Specified by:
latestVersionin interfaceChannelDefinitionQuery
-
onlyInbound
- Specified by:
onlyInboundin interfaceChannelDefinitionQuery
-
onlyOutbound
- Specified by:
onlyOutboundin interfaceChannelDefinitionQuery
-
implementation
- Specified by:
implementationin interfaceChannelDefinitionQuery
-
channelCreateTime
- Specified by:
channelCreateTimein interfaceChannelDefinitionQuery
-
channelCreateTimeAfter
- Specified by:
channelCreateTimeAfterin interfaceChannelDefinitionQuery
-
channelCreateTimeBefore
- Specified by:
channelCreateTimeBeforein interfaceChannelDefinitionQuery
-
channelDefinitionResourceName
- Specified by:
channelDefinitionResourceNamein interfaceChannelDefinitionQuery
-
channelDefinitionResourceNameLike
- Specified by:
channelDefinitionResourceNameLikein interfaceChannelDefinitionQuery
-
tenantId
- Specified by:
tenantIdin interfaceChannelDefinitionQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceChannelDefinitionQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceChannelDefinitionQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionKey
- Specified by:
orderByChannelDefinitionKeyin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionCategory
- Specified by:
orderByChannelDefinitionCategoryin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionId
- Specified by:
orderByChannelDefinitionIdin interfaceChannelDefinitionQuery
-
orderByChannelDefinitionName
- Specified by:
orderByChannelDefinitionNamein interfaceChannelDefinitionQuery
-
orderByCreateTime
- Specified by:
orderByCreateTimein interfaceChannelDefinitionQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceChannelDefinitionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<ChannelDefinitionQuery,ChannelDefinition>
-
executeList
- Specified by:
executeListin classAbstractQuery<ChannelDefinitionQuery,ChannelDefinition>
-
getDeploymentId
-
getDeploymentIds
-
getParentDeploymentId
-
getId
-
getIds
-
getName
-
getNameLike
-
getNameLikeIgnoreCase
-
getKey
-
getKeyLike
-
getKeyLikeIgnoreCase
-
getCategory
-
getCategoryLike
-
getVersion
-
getVersionGt
-
getVersionGte
-
getVersionLt
-
getVersionLte
-
isLatest
public boolean isLatest() -
isOnlyInbound
public boolean isOnlyInbound() -
isOnlyOutbound
public boolean isOnlyOutbound() -
getImplementation
-
getCreateTime
-
getCreateTimeAfter
-
getCreateTimeBefore
-
getResourceName
-
getResourceNameLike
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-