Package org.activiti.engine.impl
Class EventSubscriptionQueryImpl
java.lang.Object
org.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
org.activiti.engine.impl.EventSubscriptionQueryImpl
- All Implemented Interfaces:
Serializable,Command<Object>,Query<EventSubscriptionQueryImpl,EventSubscriptionEntity>
public class EventSubscriptionQueryImpl
extends AbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.activiti.engine.impl.AbstractQuery
AbstractQuery.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.activiti.engine.impl.AbstractQuery
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCFields inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
firstResult, maxResults, parameter -
Constructor Summary
ConstructorsConstructorDescriptionEventSubscriptionQueryImpl(CommandContext commandContext) EventSubscriptionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) configuration(String configuration) eventSubscriptionId(String eventSubscriptionId) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.executionId(String executionId) processInstanceId(String processInstanceId) Methods inherited from class org.activiti.engine.impl.AbstractQuery
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResultMethods inherited from class org.activiti.engine.impl.db.ListQueryParameterObject
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
-
Field Details
-
eventSubscriptionId
-
eventName
-
eventType
-
executionId
-
processInstanceId
-
activityId
-
tenantId
-
configuration
-
-
Constructor Details
-
EventSubscriptionQueryImpl
-
EventSubscriptionQueryImpl
-
-
Method Details
-
eventSubscriptionId
-
eventName
-
executionId
-
processInstanceId
-
activityId
-
eventType
-
getTenantId
-
tenantId
-
configuration
-
orderByCreated
-
executeCount
- Specified by:
executeCountin classAbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity>
-
executeList
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<EventSubscriptionQueryImpl,EventSubscriptionEntity> page- used if the results must be paged. If null, no paging will be applied.
-
getEventSubscriptionId
-
getEventName
-
getEventType
-
getExecutionId
-
getProcessInstanceId
-
getActivityId
-
getConfiguration
-