jBPM distribution 6.0.0.Beta1

org.jbpm.bpmn2.xml
Class CallActivityHandler

java.lang.Object
  extended by org.drools.core.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.AbstractNodeHandler
          extended by org.jbpm.bpmn2.xml.CallActivityHandler
All Implemented Interfaces:
org.drools.core.xml.Handler
Direct Known Subclasses:
GetReusableSubProcessesHandler

public class CallActivityHandler
extends AbstractNodeHandler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
CallActivityHandler()
           
 
Method Summary
protected  Node createNode(Attributes attrs)
           
 Class generateNodeFor()
           
protected  void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
protected  void readDataInputAssociation(Node xmlNode, SubProcessNode subProcessNode, Map<String,String> dataInputs)
           
protected  void readDataOutputAssociation(Node xmlNode, SubProcessNode subProcessNode, Map<String,String> dataOutputs)
           
protected  void readIoSpecification(Node xmlNode, Map<String,String> dataInputs, Map<String,String> dataOutputs)
           
protected  void writeIO(SubProcessNode subProcessNode, StringBuilder xmlDump)
           
 void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
end, endNode, endNode, extractScript, handleScript, initValidParents, initValidPeers, start, writeNode, writeScript, writeScripts, writeScripts
 
Methods inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.core.xml.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

CallActivityHandler

public CallActivityHandler()
Method Detail

createNode

protected Node createNode(Attributes attrs)
Specified by:
createNode in class AbstractNodeHandler

generateNodeFor

public Class generateNodeFor()

handleNode

protected void handleNode(Node node,
                          Element element,
                          String uri,
                          String localName,
                          org.drools.core.xml.ExtensibleXmlParser parser)
                   throws SAXException
Overrides:
handleNode in class AbstractNodeHandler
Throws:
SAXException

readIoSpecification

protected void readIoSpecification(Node xmlNode,
                                   Map<String,String> dataInputs,
                                   Map<String,String> dataOutputs)
Overrides:
readIoSpecification in class AbstractNodeHandler

readDataInputAssociation

protected void readDataInputAssociation(Node xmlNode,
                                        SubProcessNode subProcessNode,
                                        Map<String,String> dataInputs)

readDataOutputAssociation

protected void readDataOutputAssociation(Node xmlNode,
                                         SubProcessNode subProcessNode,
                                         Map<String,String> dataOutputs)

writeNode

public void writeNode(Node node,
                      StringBuilder xmlDump,
                      int metaDataType)
Specified by:
writeNode in class AbstractNodeHandler

writeIO

protected void writeIO(SubProcessNode subProcessNode,
                       StringBuilder xmlDump)

jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.