Class IntermediateThrowEventHandler

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

    public class IntermediateThrowEventHandler
    extends AbstractNodeHandler
    • Constructor Detail

      • IntermediateThrowEventHandler

        public IntermediateThrowEventHandler()
    • Method Detail

      • generateNodeFor

        public Class generateNodeFor()
      • handleLinkNode

        protected void handleLinkNode​(Element element,
                                      io.automatiko.engine.workflow.process.core.Node node,
                                      Node xmlLinkNode,
                                      io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
      • handleSignalNode

        public void handleSignalNode​(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
      • handleMessageNode

        public void handleMessageNode​(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
      • handleEscalationNode

        public void handleEscalationNode​(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
      • readDataInputAssociation

        protected void readDataInputAssociation​(Node xmlNode,
                                                io.automatiko.engine.workflow.process.core.node.ActionNode actionNode,
                                                io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)