Uses of Class
org.activiti.runtime.api.event.impl.BPMNTimerConverter
-
Packages that use BPMNTimerConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.impl -
-
Uses of BPMNTimerConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return BPMNTimerConverter Modifier and Type Method Description BPMNTimerConverterProcessRuntimeAutoConfiguration. bpmnTimerConveter()Methods in org.activiti.runtime.api.conf with parameters of type BPMNTimerConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerCancelledListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerCancelledEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerExecutedListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerExecutedEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerFailedListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerFailedEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerFiredListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerFiredEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerRetriesDecrementedListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerRetriesDecrementedEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter)org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerTimerScheduledListenerDelegate(RuntimeService runtimeService, List<BPMNElementEventListener<BPMNTimerScheduledEvent>> eventListeners, BPMNTimerConverter bpmnTimerConverter) -
Uses of BPMNTimerConverter in org.activiti.runtime.api.event.impl
Constructors in org.activiti.runtime.api.event.impl with parameters of type BPMNTimerConverter Constructor Description ToTimerCancelledConverter(BPMNTimerConverter bpmnTimerConverter)ToTimerExecutedConverter(BPMNTimerConverter bpmnTimerConverter)ToTimerFailedConverter(BPMNTimerConverter bpmnTimerConverter)ToTimerFiredConverter(BPMNTimerConverter bpmnTimerConverter)ToTimerRetriesDecrementedConverter(BPMNTimerConverter bpmnTimerConverter)ToTimerScheduledConverter(BPMNTimerConverter bpmnTimerConverter)
-