public abstract class AbstractActivityBpmnParseHandler<T extends FlowNode> extends AbstractFlowNodeBpmnParseHandler<T>
PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_IS_FOR_COMPENSATION, PROPERTYNAME_TIMER_DECLARATION| Constructor and Description |
|---|
AbstractActivityBpmnParseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createMultiInstanceLoopCharacteristics(BpmnParse bpmnParse,
Activity modelActivity) |
void |
parse(BpmnParse bpmnParse,
BaseElement element)
The actual delegation method.
|
addEventSubscriptionDeclaration, createActivityOnCurrentScope, createActivityOnScope, createAssociation, createExecutionListener, createExecutionListenersOnScope, createExecutionListenersOnTransition, executeParse, findActivity, getHandledType, getHandledTypes, getPrecedingEventBasedGateway, processArtifacts, processDataObjectspublic void parse(BpmnParse bpmnParse, BaseElement element)
BpmnParseHandlerBpmnParseHandler.getHandledTypes() return value.parse in interface BpmnParseHandlerparse in class AbstractFlowNodeBpmnParseHandler<T extends FlowNode>bpmnParse - The BpmnParse instance that acts as container for all things produced during the parsing.Copyright © 2023 Flowable. All rights reserved.