jBPM distribution 6.0.0.Final

org.jbpm.bpmn2.xml
Class BusinessRuleTaskHandler

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

public class BusinessRuleTaskHandler
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
BusinessRuleTaskHandler()
           
 
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, RuleSetNode ruleSetNode, Map<String,String> dataInputs)
           
protected  void readDataOutputAssociation(Node xmlNode, RuleSetNode ruleSetNode, Map<String,String> dataOutputs)
           
protected  void writeIO(RuleSetNode ruleSetNode, StringBuilder xmlDump)
           
 void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
end, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, handleScript, handleThrowCompensationEventNode, 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

BusinessRuleTaskHandler

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

writeNode

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

readDataInputAssociation

protected void readDataInputAssociation(Node xmlNode,
                                        RuleSetNode ruleSetNode,
                                        Map<String,String> dataInputs)

readDataOutputAssociation

protected void readDataOutputAssociation(Node xmlNode,
                                         RuleSetNode ruleSetNode,
                                         Map<String,String> dataOutputs)

writeIO

protected void writeIO(RuleSetNode ruleSetNode,
                       StringBuilder xmlDump)

jBPM distribution 6.0.0.Final

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