Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
Packages that use FlowableEventDispatcher
Package
Description
-
Uses of FlowableEventDispatcher in org.flowable.batch.service.impl.persistence
Methods in org.flowable.batch.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return FlowableEventDispatcherModifier and TypeMethodDescriptionstatic FlowableEventDispatcher
CommandContextUtil.getEventDispatcher()
static FlowableEventDispatcher
CommandContextUtil.getEventDispatcher
(CommandContext commandContext) -
Uses of FlowableEventDispatcher in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as FlowableEventDispatcherModifier and TypeFieldDescriptionprotected FlowableEventDispatcher
AbstractEngineConfiguration.eventDispatcher
protected FlowableEventDispatcher
AbstractServiceConfiguration.eventDispatcher
Methods in org.flowable.common.engine.impl that return FlowableEventDispatcherModifier and TypeMethodDescriptionAbstractEngineConfiguration.getEventDispatcher()
AbstractServiceConfiguration.getEventDispatcher()
Methods in org.flowable.common.engine.impl with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionAbstractEngineConfiguration.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) AbstractServiceConfiguration.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) -
Uses of FlowableEventDispatcher in org.flowable.common.engine.impl.event
Classes in org.flowable.common.engine.impl.event that implement FlowableEventDispatcherModifier and TypeClassDescriptionclass
Class capable of dispatching events. -
Uses of FlowableEventDispatcher in org.flowable.common.engine.impl.persistence.entity
Fields in org.flowable.common.engine.impl.persistence.entity with type parameters of type FlowableEventDispatcherModifier and TypeFieldDescriptionprotected Supplier<FlowableEventDispatcher>
ByteArrayEntityManagerImpl.eventDispatcherSupplier
Methods in org.flowable.common.engine.impl.persistence.entity that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractEngineEntityManager.getEventDispatcher()
protected abstract FlowableEventDispatcher
AbstractEntityManager.getEventDispatcher()
protected FlowableEventDispatcher
AbstractServiceEngineEntityManager.getEventDispatcher()
protected FlowableEventDispatcher
ByteArrayEntityManagerImpl.getEventDispatcher()
Method parameters in org.flowable.common.engine.impl.persistence.entity with type arguments of type FlowableEventDispatcherModifier and TypeMethodDescriptionvoid
ByteArrayEntityManagerImpl.setEventDispatcherSupplier
(Supplier<FlowableEventDispatcher> eventDispatcherSupplier) Constructor parameters in org.flowable.common.engine.impl.persistence.entity with type arguments of type FlowableEventDispatcherModifierConstructorDescriptionByteArrayEntityManagerImpl
(ByteArrayDataManager byteArrayDataManager, String engineType, Supplier<FlowableEventDispatcher> eventDispatcherSupplier) -
Uses of FlowableEventDispatcher in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) -
Uses of FlowableEventDispatcher in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
DeploymentProcessDefinitionDeletionManagerImpl.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return FlowableEventDispatcherModifier and TypeMethodDescriptionstatic FlowableEventDispatcher
CommandContextUtil.getEventDispatcher()
static FlowableEventDispatcher
CommandContextUtil.getEventDispatcher
(CommandContext commandContext) Methods in org.flowable.engine.impl.util with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionprotected static void
TaskHelper.fireTaskDeletedEvent
(TaskEntity task, CommandContext commandContext, FlowableEventDispatcher eventDispatcher) protected static void
TaskHelper.handleRelatedEntities
(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents, FlowableEventDispatcher eventDispatcher, CommandContext commandContext) -
Uses of FlowableEventDispatcher in org.flowable.entitylink.service.impl.persistence
Methods in org.flowable.entitylink.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.eventsubscription.service.impl.persistence
Methods in org.flowable.eventsubscription.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.identitylink.service.impl.persistence
Methods in org.flowable.identitylink.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.idm.engine
Methods in org.flowable.idm.engine with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionIdmEngineConfiguration.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) -
Uses of FlowableEventDispatcher in org.flowable.idm.engine.impl.persistence
Methods in org.flowable.idm.engine.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return FlowableEventDispatcher -
Uses of FlowableEventDispatcher in org.flowable.job.service.impl.persistence
Methods in org.flowable.job.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.task.service
Methods in org.flowable.task.service with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionTaskServiceConfiguration.setEventDispatcher
(FlowableEventDispatcher eventDispatcher) -
Uses of FlowableEventDispatcher in org.flowable.task.service.impl.persistence
Methods in org.flowable.task.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()
-
Uses of FlowableEventDispatcher in org.flowable.variable.service.impl.persistence
Methods in org.flowable.variable.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcher
AbstractManager.getEventDispatcher()