Class StartEventHandler

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

public class StartEventHandler extends AbstractNodeHandler
  • Field Details

    • transformerRegistry

      protected io.automatiko.engine.workflow.base.core.impl.DataTransformerRegistry transformerRegistry
  • Constructor Details

    • StartEventHandler

      public StartEventHandler()
  • 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
    • readDataOutputAssociation

      protected void readDataOutputAssociation(Node xmlNode, io.automatiko.engine.workflow.process.core.node.StartNode startNode)
    • readDataOutput

      protected void readDataOutput(Node xmlNode, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
    • populateDataOutputs

      protected void populateDataOutputs(Node xmlNode, String outputName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
    • writeNode

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

      protected void handleTimerNode(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
    • handleCompensationNode

      protected void handleCompensationNode(io.automatiko.engine.workflow.process.core.node.StartNode startNode, Node xmlNode)