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 FlowableEventDispatcherAbstractManager.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return FlowableEventDispatcherModifier and TypeMethodDescriptionstatic FlowableEventDispatcherCommandContextUtil.getEventDispatcher()static FlowableEventDispatcherCommandContextUtil.getEventDispatcher(CommandContext commandContext) -
Uses of FlowableEventDispatcher in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as FlowableEventDispatcherModifier and TypeFieldDescriptionprotected FlowableEventDispatcherAbstractEngineConfiguration.eventDispatcherprotected FlowableEventDispatcherAbstractServiceConfiguration.eventDispatcherMethods 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 TypeClassDescriptionclassClass 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.eventDispatcherSupplierMethods in org.flowable.common.engine.impl.persistence.entity that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcherAbstractEngineEntityManager.getEventDispatcher()protected abstract FlowableEventDispatcherAbstractEntityManager.getEventDispatcher()protected FlowableEventDispatcherAbstractServiceEngineEntityManager.getEventDispatcher()protected FlowableEventDispatcherByteArrayEntityManagerImpl.getEventDispatcher()Method parameters in org.flowable.common.engine.impl.persistence.entity with type arguments of type FlowableEventDispatcherModifier and TypeMethodDescriptionvoidByteArrayEntityManagerImpl.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 FlowableEventDispatcherAbstractManager.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcherDeploymentProcessDefinitionDeletionManagerImpl.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return FlowableEventDispatcherModifier and TypeMethodDescriptionstatic FlowableEventDispatcherCommandContextUtil.getEventDispatcher()static FlowableEventDispatcherCommandContextUtil.getEventDispatcher(CommandContext commandContext) Methods in org.flowable.engine.impl.util with parameters of type FlowableEventDispatcherModifier and TypeMethodDescriptionprotected static voidTaskHelper.fireTaskDeletedEvent(TaskEntity task, CommandContext commandContext, FlowableEventDispatcher eventDispatcher) protected static voidTaskHelper.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 FlowableEventDispatcherAbstractManager.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.eventsubscription.service.impl.persistence
Methods in org.flowable.eventsubscription.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcherAbstractManager.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.identitylink.service.impl.persistence
Methods in org.flowable.identitylink.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcherAbstractManager.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 FlowableEventDispatcherAbstractManager.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 FlowableEventDispatcherAbstractManager.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 FlowableEventDispatcherAbstractManager.getEventDispatcher() -
Uses of FlowableEventDispatcher in org.flowable.variable.service.impl.persistence
Methods in org.flowable.variable.service.impl.persistence that return FlowableEventDispatcherModifier and TypeMethodDescriptionprotected FlowableEventDispatcherAbstractManager.getEventDispatcher()