Uses of Interface
org.flowable.common.engine.impl.event.EventDispatchAction
Packages that use EventDispatchAction
-
Uses of EventDispatchAction in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type EventDispatchActionModifier and TypeFieldDescriptionprotected List<EventDispatchAction>
AbstractEngineConfiguration.additionalEventDispatchActions
protected List<EventDispatchAction>
AbstractServiceConfiguration.additionalEventDispatchActions
Methods in org.flowable.common.engine.impl that return types with arguments of type EventDispatchActionModifier and TypeMethodDescriptionAbstractEngineConfiguration.getAdditionalEventDispatchActions()
AbstractServiceConfiguration.getAdditionalEventDispatchActions()
Method parameters in org.flowable.common.engine.impl with type arguments of type EventDispatchActionModifier and TypeMethodDescriptionAbstractEngineConfiguration.setAdditionalEventDispatchActions
(List<EventDispatchAction> additionalEventDispatchActions) AbstractServiceConfiguration.setAdditionalEventDispatchActions
(List<EventDispatchAction> additionalEventDispatchActions) -
Uses of EventDispatchAction in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement EventDispatchAction