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

public class OperationHandler extends io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler implements io.automatiko.engine.workflow.compiler.xml.Handler
  • Field Summary

    Fields inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler

    allowNesting, validParents, validPeers
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
     
     
    start(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
     

    Methods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler

    allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.automatiko.engine.workflow.compiler.xml.Handler

    allowNesting, getValidParents, getValidPeers
  • Constructor Details

    • OperationHandler

      public OperationHandler()
  • Method Details

    • start

      public Object start(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
      Specified by:
      start in interface io.automatiko.engine.workflow.compiler.xml.Handler
      Throws:
      SAXException
    • end

      public Object end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException
      Specified by:
      end in interface io.automatiko.engine.workflow.compiler.xml.Handler
      Throws:
      SAXException
    • generateNodeFor

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