Class IntermediateCatchEventHandler

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

    public class IntermediateCatchEventHandler
    extends AbstractNodeHandler
    • Constructor Detail

      • IntermediateCatchEventHandler

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

        protected 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

        protected 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
      • 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
      • handleStateNode

        protected void handleStateNode​(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
      • readDataOutputAssociation

        protected void readDataOutputAssociation​(Node xmlNode,
                                                 io.automatiko.engine.workflow.process.core.node.EventNode eventNode)
      • populateDataOutputs

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