Package org.jbpm.bpmn2.xml
Class ReceiveTaskHandler
- java.lang.Object
-
- org.drools.core.xml.BaseAbstractHandler
-
- org.jbpm.bpmn2.xml.AbstractNodeHandler
-
- org.jbpm.bpmn2.xml.TaskHandler
-
- org.jbpm.bpmn2.xml.ReceiveTaskHandler
-
- All Implemented Interfaces:
org.drools.core.xml.Handler
public class ReceiveTaskHandler extends TaskHandler
-
-
Field Summary
-
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description ReceiveTaskHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NodecreateNode(Attributes attrs)ClassgenerateNodeFor()protected StringgetTaskName(Element element)protected voidhandleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)voidwriteNode(Node node, StringBuilder xmlDump, boolean includeMeta)-
Methods inherited from class org.jbpm.bpmn2.xml.TaskHandler
end, handleForEachNode, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, writeNode
-
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, 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)
- Overrides:
createNodein classTaskHandler
-
generateNodeFor
public Class generateNodeFor()
- Specified by:
generateNodeForin interfaceorg.drools.core.xml.Handler- Overrides:
generateNodeForin classTaskHandler
-
handleNode
protected void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
- Overrides:
handleNodein classTaskHandler- Throws:
SAXException
-
getTaskName
protected String getTaskName(Element element)
- Overrides:
getTaskNamein classTaskHandler
-
writeNode
public void writeNode(Node node, StringBuilder xmlDump, boolean includeMeta)
-
-