public class IntermediateCatchEventConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PropertyWriterFactory |
propertyWriterFactory |
| Constructor and Description |
|---|
IntermediateCatchEventConverter(PropertyWriterFactory propertyWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyWriter |
compensationEvent(Node<View<IntermediateCompensationEvent>,?> n) |
protected PropertyWriter |
conditionalEvent(Node<View<IntermediateConditionalEvent>,?> n) |
protected CatchEventPropertyWriter |
createCatchEventPropertyWriter(Node<? extends View,?> n) |
protected PropertyWriter |
errorEvent(Node<View<IntermediateErrorEventCatching>,?> n) |
protected PropertyWriter |
escalationEvent(Node<View<IntermediateEscalationEvent>,?> n) |
protected PropertyWriter |
linkEvent(Node<View<IntermediateLinkEventCatching>,?> n) |
protected PropertyWriter |
messageEvent(Node<View<IntermediateMessageEventCatching>,?> n) |
protected PropertyWriter |
signalEvent(Node<View<IntermediateSignalEventCatching>,?> n) |
protected PropertyWriter |
timerEvent(Node<View<IntermediateTimerEvent>,?> n) |
PropertyWriter |
toFlowElement(Node<View<BaseCatchingIntermediateEvent>,?> node) |
protected final PropertyWriterFactory propertyWriterFactory
public IntermediateCatchEventConverter(PropertyWriterFactory propertyWriterFactory)
public PropertyWriter toFlowElement(Node<View<BaseCatchingIntermediateEvent>,?> node)
protected PropertyWriter errorEvent(Node<View<IntermediateErrorEventCatching>,?> n)
protected PropertyWriter signalEvent(Node<View<IntermediateSignalEventCatching>,?> n)
protected PropertyWriter linkEvent(Node<View<IntermediateLinkEventCatching>,?> n)
protected PropertyWriter timerEvent(Node<View<IntermediateTimerEvent>,?> n)
protected PropertyWriter messageEvent(Node<View<IntermediateMessageEventCatching>,?> n)
protected PropertyWriter conditionalEvent(Node<View<IntermediateConditionalEvent>,?> n)
protected PropertyWriter escalationEvent(Node<View<IntermediateEscalationEvent>,?> n)
protected PropertyWriter compensationEvent(Node<View<IntermediateCompensationEvent>,?> n)
protected CatchEventPropertyWriter createCatchEventPropertyWriter(Node<? extends View,?> n)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.