Package org.jbpm.bpmn2.xml
Class IntermediateThrowEventHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.bpmn2.xml.AbstractNodeHandler
-
- org.jbpm.bpmn2.xml.IntermediateThrowEventHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class IntermediateThrowEventHandler extends AbstractNodeHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINK_NAMEstatic StringLINK_SOURCEstatic StringLINK_TARGET-
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description IntermediateThrowEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodecreateNode(Attributes attrs)Objectend(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)ClassgenerateNodeFor()voidhandleEscalationNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleLinkNode(Element element, Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)voidhandleMessageNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)voidhandleSignalNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidreadDataInputAssociation(Node xmlNode, ActionNode actionNode)voidwriteNode(Node node, StringBuilder xmlDump, int metaDataType)-
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeJavaAction, writeMetaData, writeNode, writeScript, writeScripts, writeVariableName
-
Methods inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
-
-
-
-
Field Detail
-
LINK_NAME
public static final String LINK_NAME
- See Also:
- Constant Field Values
-
LINK_SOURCE
public static final String LINK_SOURCE
- See Also:
- Constant Field Values
-
LINK_TARGET
public static final String LINK_TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNode
protected Node createNode(Attributes attrs)
- Specified by:
createNodein classAbstractNodeHandler
-
generateNodeFor
public Class generateNodeFor()
-
end
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Specified by:
endin interfaceorg.drools.core.xml.Handler- Overrides:
endin classAbstractNodeHandler- Throws:
SAXException
-
handleLinkNode
protected void handleLinkNode(Element element, Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)
-
handleSignalNode
public void handleSignalNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
handleMessageNode
public void handleMessageNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
handleEscalationNode
public void handleEscalationNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
readDataInputAssociation
protected void readDataInputAssociation(Node xmlNode, ActionNode actionNode)
-
writeNode
public void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
- Specified by:
writeNodein classAbstractNodeHandler
-
-