Class ProcessLoopAwareParseHandler
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<Process>
-
- com.flowable.platform.engine.impl.sandbox.process.ProcessLoopAwareParseHandler
-
- All Implemented Interfaces:
BpmnParseHandler
public class ProcessLoopAwareParseHandler extends AbstractBpmnParseHandler<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 ProcessLoopAwareParseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddExecutionListener(FlowElement flowElement)protected voidaddExecutionListenerToChildren(FlowElementsContainer container)protected voidexecuteParse(BpmnParse bpmnParse, Process element)protected Class<? extends BaseElement>getHandledType()-
Methods inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler
createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts
-
-
-
-
Method Detail
-
getHandledType
protected Class<? extends BaseElement> getHandledType()
- Specified by:
getHandledTypein classAbstractBpmnParseHandler<Process>
-
executeParse
protected void executeParse(BpmnParse bpmnParse, Process element)
- Specified by:
executeParsein classAbstractBpmnParseHandler<Process>
-
addExecutionListenerToChildren
protected void addExecutionListenerToChildren(FlowElementsContainer container)
-
addExecutionListener
protected void addExecutionListener(FlowElement flowElement)
-
-