Uses of Class
org.activiti.runtime.api.event.impl.ToProcessSuspendedConverter
-
Packages that use ToProcessSuspendedConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of ToProcessSuspendedConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToProcessSuspendedConverter Modifier and Type Method Description ToProcessSuspendedConverterProcessRuntimeAutoConfiguration. processSuspendedConverter(APIProcessInstanceConverter processInstanceConverter)Methods in org.activiti.runtime.api.conf with parameters of type ToProcessSuspendedConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerProcessSuspendedEventListenerDelegate(org.activiti.engine.RuntimeService runtimeService, java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessSuspendedEvent>> eventListeners, ToProcessSuspendedConverter converter) -
Uses of ToProcessSuspendedConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToProcessSuspendedConverter Constructor Description ProcessSuspendedListenerDelegate(java.util.List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessSuspendedEvent>> listeners, ToProcessSuspendedConverter processSuspendedConverter)
-