All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addEventSubscriptionDeclaration(BpmnParse bpmnParse,
EventSubscriptionDeclaration subscription,
EventDefinition parsedEventDefinition,
ScopeImpl scope) |
ActivityImpl |
createActivityOnCurrentScope(BpmnParse bpmnParse,
FlowElement flowElement,
String xmlLocalName) |
ActivityImpl |
createActivityOnScope(BpmnParse bpmnParse,
FlowElement flowElement,
String xmlLocalName,
ScopeImpl scopeElement) |
protected void |
createAssociation(BpmnParse bpmnParse,
Association association,
ScopeImpl parentScope) |
protected ExecutionListener |
createExecutionListener(BpmnParse bpmnParse,
FlowableListener activitiListener) |
protected void |
createExecutionListenersOnScope(BpmnParse bpmnParse,
List<FlowableListener> activitiListenerList,
ScopeImpl scope) |
protected void |
createExecutionListenersOnTransition(BpmnParse bpmnParse,
List<FlowableListener> activitiListenerList,
TransitionImpl transition) |
protected abstract void |
executeParse(BpmnParse bpmnParse,
T element) |
protected ActivityImpl |
findActivity(BpmnParse bpmnParse,
String id) |
protected abstract Class<? extends BaseElement> |
getHandledType() |
Set<Class<? extends BaseElement>> |
getHandledTypes()
The types for which this handler must be called during process parsing.
|
protected String |
getPrecedingEventBasedGateway(BpmnParse bpmnParse,
IntermediateCatchEvent event) |
void |
parse(BpmnParse bpmnParse,
BaseElement element)
The actual delegation method.
|
protected void |
processArtifacts(BpmnParse bpmnParse,
Collection<Artifact> artifacts,
ScopeImpl scope) |
protected Map<String,Object> |
processDataObjects(BpmnParse bpmnParse,
Collection<ValuedDataObject> dataObjects,
ScopeImpl scope) |