Package org.jbpm.bpmn2.xml
Class CatchLinkNodeHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.bpmn2.xml.AbstractNodeHandler
-
- org.jbpm.bpmn2.xml.CatchLinkNodeHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class CatchLinkNodeHandler extends AbstractNodeHandler implements org.drools.core.xml.Handler
-
-
Field Summary
-
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description CatchLinkNodeHandler()
-
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()
- Specified by:
generateNodeForin interfaceorg.drools.core.xml.Handler
-
createNode
protected Node createNode(Attributes attrs)
- Specified by:
createNodein classAbstractNodeHandler
-
writeNode
public void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
- Specified by:
writeNodein classAbstractNodeHandler
-
-