Class BusinessRuleTaskHandler

java.lang.Object
io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
io.automatiko.engine.workflow.bpmn2.xml.BusinessRuleTaskHandler
All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler

public class BusinessRuleTaskHandler extends AbstractNodeHandler
  • Constructor Details

    • BusinessRuleTaskHandler

      public BusinessRuleTaskHandler()
  • Method Details

    • createNode

      protected io.automatiko.engine.workflow.process.core.Node createNode(Attributes attrs)
      Specified by:
      createNode in class AbstractNodeHandler
    • generateNodeFor

      public Class generateNodeFor()
    • handleNode

      protected void handleNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
      Overrides:
      handleNode in class AbstractNodeHandler
      Throws:
      SAXException
    • writeNode

      public void writeNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType)
      Specified by:
      writeNode in class AbstractNodeHandler
    • readDataInputAssociation

      protected void readDataInputAssociation(Node xmlNode, io.automatiko.engine.workflow.process.core.node.RuleSetNode ruleSetNode, Map<String,String> dataInputs)
    • readDataOutputAssociation

      protected void readDataOutputAssociation(Node xmlNode, io.automatiko.engine.workflow.process.core.node.RuleSetNode ruleSetNode, Map<String,String> dataOutputs)
    • end

      public Object end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
      Specified by:
      end in interface io.automatiko.engine.workflow.compiler.xml.Handler
      Overrides:
      end in class AbstractNodeHandler
      Throws:
      SAXException
    • adjustNodeConfiguration

      protected void adjustNodeConfiguration(io.automatiko.engine.workflow.process.core.Node orignalNode, io.automatiko.engine.workflow.process.core.node.ForEachNode forEachNode)
    • handleForEachNode

      protected void handleForEachNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
    • writeIO

      protected void writeIO(io.automatiko.engine.workflow.process.core.node.RuleSetNode ruleSetNode, StringBuilder xmlDump)