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