public class FlowNodeHistoryParseHandler extends Object implements BpmnParseHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
ACTIVITI_INSTANCE_END_LISTENER |
protected static String |
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 |
---|---|
protected void |
addExecutionListenerAtEnd(String event,
String className,
org.activiti.bpmn.model.FlowElement element) |
protected void |
addExecutionListenerAtStart(String event,
String className,
org.activiti.bpmn.model.FlowElement element) |
protected org.activiti.bpmn.model.ActivitiListener |
createActivitiListener(String event,
String className) |
Set<Class<? extends org.activiti.bpmn.model.BaseElement>> |
getHandledTypes()
The types for which this handler must be called during process parsing.
|
void |
parse(BpmnParse bpmnParse,
org.activiti.bpmn.model.BaseElement element)
The actual delegation method.
|
protected static final String ACTIVITY_INSTANCE_START_LISTENER
protected static final String ACTIVITI_INSTANCE_END_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.protected void addExecutionListenerAtStart(String event, String className, org.activiti.bpmn.model.FlowElement element)
protected void addExecutionListenerAtEnd(String event, String className, org.activiti.bpmn.model.FlowElement element)
Copyright © 2015 Alfresco. All rights reserved.