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
- 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addExecutionListener
(FlowElement flowElement) protected void
protected void
executeParse
(BpmnParse bpmnParse, Process element) protected Class<? extends BaseElement>
Methods inherited from class org.flowable.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler
createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts
-
Constructor Details
-
ProcessLoopAwareParseHandler
public ProcessLoopAwareParseHandler()
-
-
Method Details
-
getHandledType
- Specified by:
getHandledType
in classAbstractBpmnParseHandler<Process>
-
executeParse
- Specified by:
executeParse
in classAbstractBpmnParseHandler<Process>
-
addExecutionListenerToChildren
-
addExecutionListener
-