Class ForEachNodeHandler

  • All Implemented Interfaces:
    io.automatiko.engine.workflow.compiler.xml.Handler

    public class ForEachNodeHandler
    extends AbstractCompositeNodeHandler
    • Constructor Detail

      • ForEachNodeHandler

        public ForEachNodeHandler()
    • Method Detail

      • createNode

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

        public java.lang.Class generateNodeFor()
      • writeNode

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

        protected java.util.List<io.automatiko.engine.workflow.process.core.Node> getSubNodes​(io.automatiko.engine.workflow.process.core.node.ForEachNode forEachNode)