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,org.flowable.common.engine.api.query.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
org.flowable.common.engine.api.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 TypeMethodDescriptionchannelDefinitionKeyLike(String keyLike) deploymentCategory(String deploymentCategory) deploymentCategoryNotEquals(String deploymentCategoryNotEquals) deploymentId(String deploymentId) deploymentName(String deploymentName) deploymentNameLike(String nameLike) deploymentTenantId(String tenantId) deploymentTenantIdLike(String tenantIdLike) eventDefinitionKey(String key) eventDefinitionKeyLike(String keyLike) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getName()booleanparentDeploymentId(String parentDeploymentId) parentDeploymentIdLike(String parentDeploymentIdLike) 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
-
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
- Specified by:
deploymentIdin interfaceEventDeploymentQuery
-
deploymentName
- Specified by:
deploymentNamein interfaceEventDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceEventDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceEventDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEqualsin interfaceEventDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceEventDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLikein interfaceEventDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceEventDeploymentQuery
-
eventDefinitionKey
- Specified by:
eventDefinitionKeyin interfaceEventDeploymentQuery
-
eventDefinitionKeyLike
- Specified by:
eventDefinitionKeyLikein interfaceEventDeploymentQuery
-
channelDefinitionKey
- Specified by:
channelDefinitionKeyin interfaceEventDeploymentQuery
-
channelDefinitionKeyLike
- Specified by:
channelDefinitionKeyLikein interfaceEventDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceEventDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTimein interfaceEventDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentNamein interfaceEventDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceEventDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getEventDefinitionKey
-
getEventDefinitionKeyLike
-
getParentDeploymentId
-
getParentDeploymentIdLike
-
getChannelDefinitionKey
-
getChannelDefinitionKeyLike
-