Class EventSubscriptionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<EventSubscriptionQuery,EventSubscription>
org.flowable.eventsubscription.service.impl.EventSubscriptionQueryImpl
- All Implemented Interfaces:
Serializable,CacheAwareQuery<EventSubscriptionEntity>,Query<EventSubscriptionQuery,,EventSubscription> Command<Object>,EventSubscriptionQuery
public class EventSubscriptionQueryImpl
extends AbstractQuery<EventSubscriptionQuery,EventSubscription>
implements EventSubscriptionQuery, CacheAwareQuery<EventSubscriptionEntity>
- Author:
- Daniel Meyer
- 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 Collection<String> protected Dateprotected Dateprotected EventSubscriptionQueryImplprotected Stringprotected EventSubscriptionServiceConfigurationprotected Stringprotected Stringprotected Stringprotected booleanprotected List<EventSubscriptionQueryImpl> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String> protected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected 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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriptionQueryImpl(CommandContext commandContext, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) EventSubscriptionQueryImpl(CommandExecutor commandExecutor, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) caseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) configuration(String configuration) configurations(Collection<String> configurations) createdAfter(Date afterTime) createdBefore(Date beforeTime) endOr()longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) getId()booleanbooleanbooleanbooleanbooleanbooleanbooleanor()planItemInstanceId(String planItemInstanceId) processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) scopeDefinitionId(String scopeDefinitionId) scopeDefinitionKey(String scopeDefinitionKey) subScopeId(String subScopeId) tenantIds(Collection<String> tenantIds) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, 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, setIgnoreOrderBy, 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.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
eventSubscriptionServiceConfiguration
-
id
-
eventType
-
eventName
-
executionId
-
processInstanceId
-
withoutProcessInstanceId
protected boolean withoutProcessInstanceId -
processDefinitionId
-
withoutProcessDefinitionId
protected boolean withoutProcessDefinitionId -
activityId
-
subScopeId
-
scopeId
-
withoutScopeId
protected boolean withoutScopeId -
scopeDefinitionId
-
withoutScopeDefinitionId
protected boolean withoutScopeDefinitionId -
scopeDefinitionKey
-
scopeType
-
createdBefore
-
createdAfter
-
tenantId
-
tenantIds
-
withoutTenantId
protected boolean withoutTenantId -
configuration
-
configurations
-
withoutConfiguration
protected boolean withoutConfiguration -
orQueryObjects
-
currentOrQueryObject
-
inOrStatement
protected boolean inOrStatement
-
-
Constructor Details
-
EventSubscriptionQueryImpl
public EventSubscriptionQueryImpl() -
EventSubscriptionQueryImpl
public EventSubscriptionQueryImpl(CommandContext commandContext, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
EventSubscriptionQueryImpl
public EventSubscriptionQueryImpl(CommandExecutor commandExecutor, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-
-
Method Details
-
id
- Specified by:
idin interfaceEventSubscriptionQuery
-
eventType
- Specified by:
eventTypein interfaceEventSubscriptionQuery
-
eventName
- Specified by:
eventNamein interfaceEventSubscriptionQuery
-
executionId
- Specified by:
executionIdin interfaceEventSubscriptionQuery
-
processInstanceId
- Specified by:
processInstanceIdin interfaceEventSubscriptionQuery
-
withoutProcessInstanceId
- Specified by:
withoutProcessInstanceIdin interfaceEventSubscriptionQuery
-
processDefinitionId
- Specified by:
processDefinitionIdin interfaceEventSubscriptionQuery
-
withoutProcessDefinitionId
- Specified by:
withoutProcessDefinitionIdin interfaceEventSubscriptionQuery
-
activityId
- Specified by:
activityIdin interfaceEventSubscriptionQuery
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceEventSubscriptionQuery
-
planItemInstanceId
- Specified by:
planItemInstanceIdin interfaceEventSubscriptionQuery
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceEventSubscriptionQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceEventSubscriptionQuery
-
scopeId
- Specified by:
scopeIdin interfaceEventSubscriptionQuery
-
withoutScopeId
- Specified by:
withoutScopeIdin interfaceEventSubscriptionQuery
-
scopeDefinitionId
- Specified by:
scopeDefinitionIdin interfaceEventSubscriptionQuery
-
withoutScopeDefinitionId
- Specified by:
withoutScopeDefinitionIdin interfaceEventSubscriptionQuery
-
scopeDefinitionKey
- Specified by:
scopeDefinitionKeyin interfaceEventSubscriptionQuery
-
scopeType
- Specified by:
scopeTypein interfaceEventSubscriptionQuery
-
createdBefore
- Specified by:
createdBeforein interfaceEventSubscriptionQuery
-
createdAfter
- Specified by:
createdAfterin interfaceEventSubscriptionQuery
-
tenantId
- Specified by:
tenantIdin interfaceEventSubscriptionQuery
-
tenantIds
- Specified by:
tenantIdsin interfaceEventSubscriptionQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceEventSubscriptionQuery
-
configuration
- Specified by:
configurationin interfaceEventSubscriptionQuery
-
configurations
- Specified by:
configurationsin interfaceEventSubscriptionQuery
-
withoutConfiguration
- Specified by:
withoutConfigurationin interfaceEventSubscriptionQuery
-
or
- Specified by:
orin interfaceEventSubscriptionQuery
-
endOr
- Specified by:
endOrin interfaceEventSubscriptionQuery
-
orderById
- Specified by:
orderByIdin interfaceEventSubscriptionQuery
-
orderByExecutionId
- Specified by:
orderByExecutionIdin interfaceEventSubscriptionQuery
-
orderByProcessInstanceId
- Specified by:
orderByProcessInstanceIdin interfaceEventSubscriptionQuery
-
orderByProcessDefinitionId
- Specified by:
orderByProcessDefinitionIdin interfaceEventSubscriptionQuery
-
orderByCreateDate
- Specified by:
orderByCreateDatein interfaceEventSubscriptionQuery
-
orderByEventName
- Specified by:
orderByEventNamein interfaceEventSubscriptionQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceEventSubscriptionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<EventSubscriptionQuery,EventSubscription>
-
executeList
- Specified by:
executeListin classAbstractQuery<EventSubscriptionQuery,EventSubscription>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<EventSubscriptionEntity>
-
getEventType
-
getEventName
-
getExecutionId
-
getProcessInstanceId
-
isWithoutProcessInstanceId
public boolean isWithoutProcessInstanceId() -
getActivityId
-
getProcessDefinitionId
-
isWithoutProcessDefinitionId
public boolean isWithoutProcessDefinitionId() -
getSubScopeId
-
getScopeId
-
isWithoutScopeId
public boolean isWithoutScopeId() -
getScopeDefinitionId
-
isWithoutScopeDefinitionId
public boolean isWithoutScopeDefinitionId() -
getScopeDefinitionKey
-
getScopeType
-
getCreatedBefore
-
getCreatedAfter
-
getTenantId
-
getTenantIds
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getConfiguration
-
getConfigurations
-
isWithoutConfiguration
public boolean isWithoutConfiguration() -
getOrQueryObjects
-
getCurrentOrQueryObject
-
isInOrStatement
public boolean isInOrStatement()
-