Uses of Class
org.activiti.runtime.api.event.impl.ToProcessSuspendedConverter
Packages that use ToProcessSuspendedConverter
-
Uses of ToProcessSuspendedConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToProcessSuspendedConverterModifier and TypeMethodDescriptionProcessRuntimeAutoConfiguration.processSuspendedConverter(APIProcessInstanceConverter processInstanceConverter) Methods in org.activiti.runtime.api.conf with parameters of type ToProcessSuspendedConverterModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration.registerProcessSuspendedEventListenerDelegate(RuntimeService runtimeService, List<ProcessRuntimeEventListener<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 ToProcessSuspendedConverterModifierConstructorDescriptionProcessSuspendedListenerDelegate(List<ProcessRuntimeEventListener<ProcessSuspendedEvent>> listeners, ToProcessSuspendedConverter processSuspendedConverter)