public class BusinessRuleTaskHandler extends AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation| Constructor and Description |
|---|
BusinessRuleTaskHandler() |
| Modifier and Type | Method and Description |
|---|---|
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) |
containsExtensionElements, end, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, getSignalExpression, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableNameallowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeersprotected Node createNode(Attributes attrs)
createNode in class AbstractNodeHandlerpublic Class generateNodeFor()
protected void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
handleNode in class AbstractNodeHandlerSAXExceptionpublic void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
writeNode in class AbstractNodeHandlerprotected 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)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.