public class FlowNodeHistoryParseHandler extends Object implements BpmnParseHandler
Modifier and Type | Field and Description |
---|---|
protected static ActivityInstanceEndHandler |
ACTIVITI_INSTANCE_END_LISTENER |
protected static ActivityInstanceStartHandler |
ACTIVITY_INSTANCE_START_LISTENER |
protected static Set<Class<? extends org.activiti.bpmn.model.BaseElement>> |
supportedElementClasses |
Constructor and Description |
---|
FlowNodeHistoryParseHandler() |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends org.activiti.bpmn.model.BaseElement>> |
getHandledTypes()
The types for which this handler must be calleding during process parsing.
|
void |
parse(BpmnParse bpmnParse,
org.activiti.bpmn.model.BaseElement element)
The actual delegation method.
|
protected static final ActivityInstanceEndHandler ACTIVITI_INSTANCE_END_LISTENER
protected static final ActivityInstanceStartHandler ACTIVITY_INSTANCE_START_LISTENER
public Set<Class<? extends org.activiti.bpmn.model.BaseElement>> getHandledTypes()
BpmnParseHandler
getHandledTypes
in interface BpmnParseHandler
public void parse(BpmnParse bpmnParse, org.activiti.bpmn.model.BaseElement element)
BpmnParseHandler
BpmnParseHandler.getHandledTypes()
return value.parse
in interface BpmnParseHandler
bpmnParse
- The BpmnParse
instance that acts as container
for all things produced during the parsing.Copyright © 2016 Alfresco. All rights reserved.