Uses of Class
org.activiti.runtime.api.event.impl.ToAPIProcessStartedEventConverter
Packages that use ToAPIProcessStartedEventConverter
-
Uses of ToAPIProcessStartedEventConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToAPIProcessStartedEventConverterModifier and TypeMethodDescriptionProcessRuntimeAutoConfiguration.apiProcessStartedEventConverter(APIProcessInstanceConverter processInstanceConverter) Methods in org.activiti.runtime.api.conf with parameters of type ToAPIProcessStartedEventConverterModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration.registerProcessStartedEventListenerDelegate(org.activiti.engine.RuntimeService runtimeService, List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessStartedEvent>> listeners, ToAPIProcessStartedEventConverter processStartedEventConverter) -
Uses of ToAPIProcessStartedEventConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToAPIProcessStartedEventConverterModifierConstructorDescriptionProcessStartedListenerDelegate(List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessStartedEvent>> listeners, ToAPIProcessStartedEventConverter processInstanceStartedEventConverter)