jBPM distribution 6.0.0.Beta3

org.jbpm.bpmn2.xml
Class CompositeContextNodeHandler

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

public class CompositeContextNodeHandler
extends AbstractNodeHandler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, outputAssociation
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
CompositeContextNodeHandler()
           
 
Method Summary
protected  Node createNode(Attributes attrs)
           
 Class generateNodeFor()
           
protected  List<Connection> getSubConnections(CompositeNode compositeNode)
           
protected  List<Node> getSubNodes(CompositeNode compositeNode)
           
 void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
end, endNode, endNode, extractScript, getDataType, handleNode, handleScript, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, 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

CompositeContextNodeHandler

public CompositeContextNodeHandler()
Method Detail

createNode

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

generateNodeFor

public Class generateNodeFor()

writeNode

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

getSubNodes

protected List<Node> getSubNodes(CompositeNode compositeNode)

getSubConnections

protected List<Connection> getSubConnections(CompositeNode compositeNode)

jBPM distribution 6.0.0.Beta3

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