Interface BpmnParseHandler

    • Method Detail

      • getHandledTypes

        Collection<Class<? extends BaseElement>> getHandledTypes()
        The types for which this handler must be called during process parsing.
      • parse

        void parse​(BpmnParse bpmnParse,
                   BaseElement element)
        The actual delegation method. The parser will calls this method on a match with the getHandledTypes() return value.
        Parameters:
        bpmnParse - The BpmnParse instance that acts as container for all things produced during the parsing.