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 org.jbpm.workflow.core.NodecreateNode(Attributes attrs)Objectend(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)ClassgenerateNodeFor()voidhandleEscalationNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidhandleLinkNode(Element element, org.jbpm.workflow.core.Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)voidhandleMessageNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)voidhandleSignalNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)protected voidreadDataInputAssociation(Node xmlNode, org.jbpm.workflow.core.node.ActionNode actionNode)voidwriteNode(org.jbpm.workflow.core.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 org.jbpm.workflow.core.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, org.jbpm.workflow.core.Node node, Node xmlLinkNode, org.drools.core.xml.ExtensibleXmlParser parser)
-
handleSignalNode
public void handleSignalNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException- Throws:
SAXException
-
handleMessageNode
public void handleMessageNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException- Throws:
SAXException
-
handleEscalationNode
public void handleEscalationNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException- Throws:
SAXException
-
readDataInputAssociation
protected void readDataInputAssociation(Node xmlNode, org.jbpm.workflow.core.node.ActionNode actionNode)
-
writeNode
public void writeNode(org.jbpm.workflow.core.Node node, StringBuilder xmlDump, int metaDataType)- Specified by:
writeNodein classAbstractNodeHandler
-
-