Package org.jbpm.bpmn2.xml
Class IntermediateCatchEventHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.bpmn2.xml.AbstractNodeHandler
-
- org.jbpm.bpmn2.xml.IntermediateCatchEventHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class IntermediateCatchEventHandler extends AbstractNodeHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINK_NAME-
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description IntermediateCatchEventHandler()
-
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()protected voidhandleLinkNode(Element element, Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleMessageNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleSignalNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleStateNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleTimerNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidreadDataOutputAssociation(Node xmlNode, EventNode eventNode)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
-
-
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
protected void handleSignalNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
handleMessageNode
protected void handleMessageNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
handleTimerNode
protected void handleTimerNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
handleStateNode
protected void handleStateNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Throws:
SAXException
-
readDataOutputAssociation
protected void readDataOutputAssociation(Node xmlNode, EventNode eventNode)
-
writeNode
public void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
- Specified by:
writeNodein classAbstractNodeHandler
-
-