public class BusinessRuleTaskHandler extends AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
Constructor and Description |
---|
BusinessRuleTaskHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.jbpm.workflow.core.Node |
createNode(Attributes attrs) |
Class |
generateNodeFor() |
protected void |
handleNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
readDataInputAssociation(Node xmlNode,
org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
Map<String,String> dataInputs) |
protected void |
readDataOutputAssociation(Node xmlNode,
org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
Map<String,String> dataOutputs) |
protected void |
writeIO(org.jbpm.workflow.core.node.RuleSetNode ruleSetNode,
StringBuilder xmlDump) |
void |
writeNode(org.jbpm.workflow.core.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, writeVariableName
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
protected org.jbpm.workflow.core.Node createNode(Attributes attrs)
createNode
in class AbstractNodeHandler
public Class generateNodeFor()
protected void handleNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
handleNode
in class AbstractNodeHandler
SAXException
public void writeNode(org.jbpm.workflow.core.Node node, StringBuilder xmlDump, int metaDataType)
writeNode
in class AbstractNodeHandler
protected void readDataInputAssociation(Node xmlNode, org.jbpm.workflow.core.node.RuleSetNode ruleSetNode, Map<String,String> dataInputs)
protected void readDataOutputAssociation(Node xmlNode, org.jbpm.workflow.core.node.RuleSetNode ruleSetNode, Map<String,String> dataOutputs)
protected void writeIO(org.jbpm.workflow.core.node.RuleSetNode ruleSetNode, StringBuilder xmlDump)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.