Package org.flowable.eventregistry.impl
Class EventDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<EventDeploymentQuery,EventDeployment>
org.flowable.eventregistry.impl.EventDeploymentQueryImpl
- All Implemented Interfaces:
Serializable,Query<EventDeploymentQuery,,EventDeployment> Command<Object>,EventDeploymentQuery
public class EventDeploymentQueryImpl
extends AbstractQuery<EventDeploymentQuery,EventDeployment>
implements EventDeploymentQuery, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- 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
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionEventDeploymentQueryImpl(CommandContext commandContext) EventDeploymentQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionOnly select deployments with the given channel definition key.channelDefinitionKeyLike(String keyLike) Only select deployments with a channel definition key like the given string.deploymentCategory(String deploymentCategory) Only select deployments with the given category.deploymentCategoryNotEquals(String deploymentCategoryNotEquals) Only select deployments that have a different category then the given one.deploymentId(String deploymentId) Only select deployments with the given deployment id.deploymentName(String deploymentName) Only select deployments with the given name.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.Only select deployments that do not have a tenant id.eventDefinitionKey(String key) Only select deployments with the given event definition key.eventDefinitionKeyLike(String keyLike) Only select deployments with an event definition key like the given string.longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) Executes the actual query to retrieve the list of results.getName()booleanOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).parentDeploymentId(String parentDeploymentId) Only select deployment that have the given deployment parent id.parentDeploymentIdLike(String parentDeploymentIdLike) Only select deployments with a deployment parent id like the given one.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, setParameter
-
Field Details
-
deploymentId
-
name
-
nameLike
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
eventDefinitionKey
-
eventDefinitionKeyLike
-
channelDefinitionKey
-
channelDefinitionKeyLike
-
-
Constructor Details
-
EventDeploymentQueryImpl
public EventDeploymentQueryImpl() -
EventDeploymentQueryImpl
-
EventDeploymentQueryImpl
-
-
Method Details
-
deploymentId
Description copied from interface:EventDeploymentQueryOnly select deployments with the given deployment id.- Specified by:
deploymentIdin interfaceEventDeploymentQuery
-
deploymentName
Description copied from interface:EventDeploymentQueryOnly select deployments with the given name.- Specified by:
deploymentNamein interfaceEventDeploymentQuery
-
deploymentNameLike
Description copied from interface:EventDeploymentQueryOnly select deployments with a name like the given string.- Specified by:
deploymentNameLikein interfaceEventDeploymentQuery
-
deploymentCategory
Description copied from interface:EventDeploymentQueryOnly select deployments with the given category.- Specified by:
deploymentCategoryin interfaceEventDeploymentQuery- See Also:
-
deploymentCategoryNotEquals
Description copied from interface:EventDeploymentQueryOnly select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEqualsin interfaceEventDeploymentQuery- See Also:
-
parentDeploymentId
Description copied from interface:EventDeploymentQueryOnly select deployment that have the given deployment parent id.- Specified by:
parentDeploymentIdin interfaceEventDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:EventDeploymentQueryOnly select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLikein interfaceEventDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:EventDeploymentQueryOnly select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantId
Description copied from interface:EventDeploymentQueryOnly select deployment that have the given tenant id.- Specified by:
deploymentTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:EventDeploymentQueryOnly select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLikein interfaceEventDeploymentQuery
-
eventDefinitionKey
Description copied from interface:EventDeploymentQueryOnly select deployments with the given event definition key.- Specified by:
eventDefinitionKeyin interfaceEventDeploymentQuery
-
eventDefinitionKeyLike
Description copied from interface:EventDeploymentQueryOnly select deployments with an event definition key like the given string.- Specified by:
eventDefinitionKeyLikein interfaceEventDeploymentQuery
-
channelDefinitionKey
Description copied from interface:EventDeploymentQueryOnly select deployments with the given channel definition key.- Specified by:
channelDefinitionKeyin interfaceEventDeploymentQuery
-
channelDefinitionKeyLike
Description copied from interface:EventDeploymentQueryOnly select deployments with a channel definition key like the given string.- Specified by:
channelDefinitionKeyLikein interfaceEventDeploymentQuery
-
orderByDeploymentId
Description copied from interface:EventDeploymentQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceEventDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:EventDeploymentQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceEventDeploymentQuery
-
orderByDeploymentName
Description copied from interface:EventDeploymentQueryOrder by deployment name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentNamein interfaceEventDeploymentQuery
-
orderByTenantId
Description copied from interface:EventDeploymentQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceEventDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getEventDefinitionKey
-
getEventDefinitionKeyLike
-
getParentDeploymentId
-
getParentDeploymentIdLike
-
getChannelDefinitionKey
-
getChannelDefinitionKeyLike
-