Class BpmnEndEventCompleteProcessParseHandler

  • All Implemented Interfaces:
    org.flowable.engine.parse.BpmnParseHandler

    public class BpmnEndEventCompleteProcessParseHandler
    extends org.flowable.engine.impl.bpmn.parser.handler.AbstractActivityBpmnParseHandler<org.flowable.bpmn.model.EndEvent>
    Author:
    martin.grofcik
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void executeParse​(org.flowable.engine.impl.bpmn.parser.BpmnParse bpmnParse, org.flowable.bpmn.model.EndEvent endEvent)  
      protected java.lang.Class<? extends org.flowable.bpmn.model.BaseElement> getHandledType()  
      • Methods inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractActivityBpmnParseHandler

        createMultiInstanceActivityBehavior, createMultiInstanceLoopCharacteristics, parse
      • Methods inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler

        createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, processArtifacts
      • Methods inherited from class java.lang.Object

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

      • BpmnEndEventCompleteProcessParseHandler

        public BpmnEndEventCompleteProcessParseHandler()
    • Method Detail

      • getHandledType

        protected java.lang.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.EndEvent>
      • executeParse

        protected void executeParse​(org.flowable.engine.impl.bpmn.parser.BpmnParse bpmnParse,
                                    org.flowable.bpmn.model.EndEvent endEvent)
        Specified by:
        executeParse in class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.flowable.bpmn.model.EndEvent>