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.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
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
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.long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) Executes the actual query to retrieve the list of results.getName()
boolean
Order 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, 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 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:EventDeploymentQuery
Only select deployments with the given deployment id.- Specified by:
deploymentId
in interfaceEventDeploymentQuery
-
deploymentName
Description copied from interface:EventDeploymentQuery
Only select deployments with the given name.- Specified by:
deploymentName
in interfaceEventDeploymentQuery
-
deploymentNameLike
Description copied from interface:EventDeploymentQuery
Only select deployments with a name like the given string.- Specified by:
deploymentNameLike
in interfaceEventDeploymentQuery
-
deploymentCategory
Description copied from interface:EventDeploymentQuery
Only select deployments with the given category.- Specified by:
deploymentCategory
in interfaceEventDeploymentQuery
- See Also:
-
deploymentCategoryNotEquals
Description copied from interface:EventDeploymentQuery
Only select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEquals
in interfaceEventDeploymentQuery
- See Also:
-
parentDeploymentId
Description copied from interface:EventDeploymentQuery
Only select deployment that have the given deployment parent id.- Specified by:
parentDeploymentId
in interfaceEventDeploymentQuery
-
parentDeploymentIdLike
Description copied from interface:EventDeploymentQuery
Only select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLike
in interfaceEventDeploymentQuery
-
deploymentWithoutTenantId
Description copied from interface:EventDeploymentQuery
Only select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantId
in interfaceEventDeploymentQuery
-
deploymentTenantId
Description copied from interface:EventDeploymentQuery
Only select deployment that have the given tenant id.- Specified by:
deploymentTenantId
in interfaceEventDeploymentQuery
-
deploymentTenantIdLike
Description copied from interface:EventDeploymentQuery
Only select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLike
in interfaceEventDeploymentQuery
-
eventDefinitionKey
Description copied from interface:EventDeploymentQuery
Only select deployments with the given event definition key.- Specified by:
eventDefinitionKey
in interfaceEventDeploymentQuery
-
eventDefinitionKeyLike
Description copied from interface:EventDeploymentQuery
Only select deployments with an event definition key like the given string.- Specified by:
eventDefinitionKeyLike
in interfaceEventDeploymentQuery
-
channelDefinitionKey
Description copied from interface:EventDeploymentQuery
Only select deployments with the given channel definition key.- Specified by:
channelDefinitionKey
in interfaceEventDeploymentQuery
-
channelDefinitionKeyLike
Description copied from interface:EventDeploymentQuery
Only select deployments with a channel definition key like the given string.- Specified by:
channelDefinitionKeyLike
in interfaceEventDeploymentQuery
-
orderByDeploymentId
Description copied from interface:EventDeploymentQuery
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentId
in interfaceEventDeploymentQuery
-
orderByDeploymentTime
Description copied from interface:EventDeploymentQuery
Order by deployment time (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentTime
in interfaceEventDeploymentQuery
-
orderByDeploymentName
Description copied from interface:EventDeploymentQuery
Order by deployment name (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByDeploymentName
in interfaceEventDeploymentQuery
-
orderByTenantId
Description copied from interface:EventDeploymentQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByTenantId
in interfaceEventDeploymentQuery
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<EventDeploymentQuery,
EventDeployment>
-
executeList
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractQuery<EventDeploymentQuery,
EventDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getEventDefinitionKey
-
getEventDefinitionKeyLike
-
getParentDeploymentId
-
getParentDeploymentIdLike
-
getChannelDefinitionKey
-
getChannelDefinitionKeyLike
-