Uses of Class
org.activiti.runtime.api.event.impl.BPMNErrorConverter
-
Packages that use BPMNErrorConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.impl -
-
Uses of BPMNErrorConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return BPMNErrorConverter Modifier and Type Method Description BPMNErrorConverterProcessRuntimeAutoConfiguration. bpmnErrorConverter()Methods in org.activiti.runtime.api.conf with parameters of type BPMNErrorConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerErrorReceviedListenerDelegate(org.activiti.engine.RuntimeService runtimeService, java.util.List<org.activiti.api.process.runtime.events.listener.BPMNElementEventListener<org.activiti.api.process.model.events.BPMNErrorReceivedEvent>> eventListeners, BPMNErrorConverter bpmnErrorConverter) -
Uses of BPMNErrorConverter in org.activiti.runtime.api.event.impl
Constructors in org.activiti.runtime.api.event.impl with parameters of type BPMNErrorConverter Constructor Description ToErrorReceivedConverter(BPMNErrorConverter bpmnErrorConverter)
-