java.lang.Object
io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
io.automatiko.engine.workflow.bpmn2.xml.SubProcessHandler
All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
Direct Known Subclasses:
TransactionHandler

public class SubProcessHandler extends AbstractNodeHandler
  • Constructor Details

    • SubProcessHandler

      public SubProcessHandler()
  • Method Details

    • createNode

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

      public Class generateNodeFor()
    • 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
    • handleCompositeContextNode

      protected void handleCompositeContextNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
      Throws:
      SAXException
    • 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, boolean isAsync) throws SAXException
      Throws:
      SAXException
    • applyAsync

      protected void applyAsync(io.automatiko.engine.workflow.process.core.Node node, boolean isAsync)
    • writeNode

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