Class ProcessLoopAwareParseHandler

java.lang.Object
org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.flowable.bpmn.model.Process>
com.flowable.platform.engine.impl.sandbox.process.ProcessLoopAwareParseHandler
All Implemented Interfaces:
org.flowable.engine.parse.BpmnParseHandler

public class ProcessLoopAwareParseHandler extends org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.flowable.bpmn.model.Process>
Author:
Filip Hrisafov
  • Field Summary

    Fields inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler

    PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_TIMER_DECLARATION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addExecutionListener(org.flowable.bpmn.model.FlowElement flowElement)
     
    protected void
    addExecutionListenerToChildren(org.flowable.bpmn.model.FlowElementsContainer container)
     
    protected void
    executeParse(org.flowable.engine.impl.bpmn.parser.BpmnParse bpmnParse, org.flowable.bpmn.model.Process element)
     
    protected Class<? extends org.flowable.bpmn.model.BaseElement>
     

    Methods inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler

    createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProcessLoopAwareParseHandler

      public ProcessLoopAwareParseHandler()
  • Method Details

    • getHandledType

      protected Class<? extends org.flowable.bpmn.model.BaseElement> getHandledType()
      Specified by:
      getHandledType in class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.flowable.bpmn.model.Process>
    • executeParse

      protected void executeParse(org.flowable.engine.impl.bpmn.parser.BpmnParse bpmnParse, org.flowable.bpmn.model.Process element)
      Specified by:
      executeParse in class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.flowable.bpmn.model.Process>
    • addExecutionListenerToChildren

      protected void addExecutionListenerToChildren(org.flowable.bpmn.model.FlowElementsContainer container)
    • addExecutionListener

      protected void addExecutionListener(org.flowable.bpmn.model.FlowElement flowElement)