Uses of Interface
org.activiti.engine.delegate.event.ActivitiEventDispatcher
-
Packages that use ActivitiEventDispatcher Package Description org.activiti.engine.delegate.event.impl org.activiti.engine.impl.cfg org.activiti.engine.impl.interceptor org.activiti.engine.impl.persistence -
-
Uses of ActivitiEventDispatcher in org.activiti.engine.delegate.event.impl
Classes in org.activiti.engine.delegate.event.impl that implement ActivitiEventDispatcher Modifier and Type Class Description classActivitiEventDispatcherImplClass capable of dispatching events. -
Uses of ActivitiEventDispatcher in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as ActivitiEventDispatcher Modifier and Type Field Description protected ActivitiEventDispatcherProcessEngineConfigurationImpl. eventDispatcherMethods in org.activiti.engine.impl.cfg that return ActivitiEventDispatcher Modifier and Type Method Description ActivitiEventDispatcherProcessEngineConfigurationImpl. getEventDispatcher()Methods in org.activiti.engine.impl.cfg with parameters of type ActivitiEventDispatcher Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setEventDispatcher(ActivitiEventDispatcher eventDispatcher) -
Uses of ActivitiEventDispatcher in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return ActivitiEventDispatcher Modifier and Type Method Description ActivitiEventDispatcherCommandContext. getEventDispatcher() -
Uses of ActivitiEventDispatcher in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return ActivitiEventDispatcher Modifier and Type Method Description protected ActivitiEventDispatcherAbstractManager. getEventDispatcher()
-