Uses of Interface
org.flowable.common.engine.impl.event.EventDispatchAction
-
Packages that use EventDispatchAction Package Description org.flowable.common.engine.impl -
-
Uses of EventDispatchAction in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl with type parameters of type EventDispatchAction Modifier and Type Field Description protected List<EventDispatchAction>AbstractEngineConfiguration. additionalEventDispatchActionsprotected List<EventDispatchAction>AbstractServiceConfiguration. additionalEventDispatchActionsMethods in org.flowable.common.engine.impl that return types with arguments of type EventDispatchAction Modifier and Type Method Description List<EventDispatchAction>AbstractEngineConfiguration. getAdditionalEventDispatchActions()List<EventDispatchAction>AbstractServiceConfiguration. getAdditionalEventDispatchActions()Method parameters in org.flowable.common.engine.impl with type arguments of type EventDispatchAction Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setAdditionalEventDispatchActions(List<EventDispatchAction> additionalEventDispatchActions)AbstractServiceConfigurationAbstractServiceConfiguration. setAdditionalEventDispatchActions(List<EventDispatchAction> additionalEventDispatchActions)
-