public class IntermediateThrowEventHandler extends AbstractNodeHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
LINK_NAME |
static String |
LINK_SOURCE |
static String |
LINK_TARGET |
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation| Constructor and Description |
|---|
IntermediateThrowEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createNode(Attributes attrs) |
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
Class |
generateNodeFor() |
void |
handleEscalationNode(Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
handleLinkNode(Element element,
Node node,
Node xmlLinkNode,
org.drools.core.xml.ExtensibleXmlParser parser) |
void |
handleMessageNode(Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
void |
handleSignalNode(Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
readDataInputAssociation(Node xmlNode,
ActionNode actionNode) |
void |
writeNode(Node node,
StringBuilder xmlDump,
int metaDataType) |
checkSignalAndConvertToRealSignalNam, containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, getSignalExpression, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableNameallowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeerspublic static final String LINK_NAME
public static final String LINK_SOURCE
public static final String LINK_TARGET
protected Node createNode(Attributes attrs)
createNode in class AbstractNodeHandlerpublic Class generateNodeFor()
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end in interface org.drools.core.xml.Handlerend in class AbstractNodeHandlerSAXExceptionprotected void handleLinkNode(Element element, Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)
public void handleSignalNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXExceptionpublic void handleMessageNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXExceptionpublic void handleEscalationNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXExceptionprotected void readDataInputAssociation(Node xmlNode, ActionNode actionNode)
public void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
writeNode in class AbstractNodeHandlerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.