Class CatchLinkNodeHandler

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

public class CatchLinkNodeHandler extends AbstractNodeHandler implements io.automatiko.engine.workflow.compiler.xml.Handler
  • Constructor Details

    • CatchLinkNodeHandler

      public CatchLinkNodeHandler()
  • Method Details

    • generateNodeFor

      public Class<?> generateNodeFor()
      Specified by:
      generateNodeFor in interface io.automatiko.engine.workflow.compiler.xml.Handler
    • createNode

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

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