jBPM distribution 6.2.0.CR1

org.jbpm.bpmn2.xml
Class StartEventHandler

java.lang.Object
  extended by org.drools.core.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.AbstractNodeHandler
          extended by org.jbpm.bpmn2.xml.StartEventHandler
All Implemented Interfaces:
org.drools.core.xml.Handler

public class StartEventHandler
extends AbstractNodeHandler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
StartEventHandler()
           
 
Method Summary
protected  Node createNode(Attributes attrs)
           
 Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
 Class generateNodeFor()
           
protected  void handleCompensationNode(StartNode startNode, Element element, Node xmlNode, org.drools.core.xml.ExtensibleXmlParser parser)
           
protected  void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
protected  void handleTimerNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
protected  void readDataOutput(Node xmlNode, StartNode startNode)
           
protected  void readDataOutputAssociation(Node xmlNode, StartNode startNode)
           
 void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, 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

StartEventHandler

public StartEventHandler()
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

end

public Object end(String uri,
                  String localName,
                  org.drools.core.xml.ExtensibleXmlParser parser)
           throws SAXException
Specified by:
end in interface org.drools.core.xml.Handler
Overrides:
end in class AbstractNodeHandler
Throws:
SAXException

readDataOutputAssociation

protected void readDataOutputAssociation(Node xmlNode,
                                         StartNode startNode)

readDataOutput

protected void readDataOutput(Node xmlNode,
                              StartNode startNode)

writeNode

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

handleTimerNode

protected void handleTimerNode(Node node,
                               Element element,
                               String uri,
                               String localName,
                               org.drools.core.xml.ExtensibleXmlParser parser)
                        throws SAXException
Throws:
SAXException

handleCompensationNode

protected void handleCompensationNode(StartNode startNode,
                                      Element element,
                                      Node xmlNode,
                                      org.drools.core.xml.ExtensibleXmlParser parser)
                               throws SAXException
Throws:
SAXException

jBPM distribution 6.2.0.CR1

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