Uses of Class
org.activiti.runtime.api.model.impl.ToSignalConverter
-
Packages that use ToSignalConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.impl -
-
Uses of ToSignalConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToSignalConverter Modifier and Type Method Description ToSignalConverterProcessRuntimeAutoConfiguration. signalConverter()Methods in org.activiti.runtime.api.conf with parameters of type ToSignalConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerActivitySignaledListenerDelegate(org.activiti.engine.RuntimeService runtimeService, java.util.List<org.activiti.api.process.runtime.events.listener.BPMNElementEventListener<org.activiti.api.process.model.events.BPMNSignalReceivedEvent>> eventListeners, ToSignalConverter signalConverter) -
Uses of ToSignalConverter in org.activiti.runtime.api.event.impl
Constructors in org.activiti.runtime.api.event.impl with parameters of type ToSignalConverter Constructor Description ToSignalReceivedConverter(ToSignalConverter toSignalConverter)
-