Package org.jbpm.bpmn2.xml
Class ThrowLinkNodeHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.bpmn2.xml.AbstractNodeHandler
-
- org.jbpm.bpmn2.xml.ThrowLinkNodeHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class ThrowLinkNodeHandler extends AbstractNodeHandler
-
-
Field Summary
-
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description ThrowLinkNodeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodecreateNode(Attributes attrs)Class<?>generateNodeFor()voidwriteNode(Node node, StringBuilder xmlDump, int metaDataType)-
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, end, 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
-
-
-
-
Method Detail
-
generateNodeFor
public Class<?> generateNodeFor()
-
createNode
protected Node createNode(Attributes attrs)
- Specified by:
createNodein classAbstractNodeHandler
-
writeNode
public void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
- Specified by:
writeNodein classAbstractNodeHandler
-
-