public class CdiEventSupportBpmnParseHandler extends Object implements BpmnParseHandler
BpmnParseHandler
registering the CdiExecutionListener
for distributing execution events using the cdi event infrastructureModifier and Type | Field and Description |
---|---|
protected static Set<Class<? extends org.activiti.bpmn.model.BaseElement>> |
supportedTypes |
Constructor and Description |
---|
CdiEventSupportBpmnParseHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addActivitiListenerToElement(org.activiti.bpmn.model.FlowElement flowElement,
String event,
Object instance) |
protected void |
addActivitiListenerToUserTask(org.activiti.bpmn.model.UserTask userTask,
String event,
Object instance) |
protected void |
addDeleteListener(org.activiti.bpmn.model.UserTask userTask) |
protected void |
addEndEventListener(org.activiti.bpmn.model.FlowElement flowElement) |
protected void |
addStartEventListener(org.activiti.bpmn.model.FlowElement flowElement) |
Set<Class<? extends org.activiti.bpmn.model.BaseElement>> |
getHandledTypes() |
void |
parse(BpmnParse bpmnParse,
org.activiti.bpmn.model.BaseElement element) |
public Set<Class<? extends org.activiti.bpmn.model.BaseElement>> getHandledTypes()
getHandledTypes
in interface BpmnParseHandler
public void parse(BpmnParse bpmnParse, org.activiti.bpmn.model.BaseElement element)
parse
in interface BpmnParseHandler
protected void addDeleteListener(org.activiti.bpmn.model.UserTask userTask)
protected void addStartEventListener(org.activiti.bpmn.model.FlowElement flowElement)
protected void addEndEventListener(org.activiti.bpmn.model.FlowElement flowElement)
protected void addActivitiListenerToElement(org.activiti.bpmn.model.FlowElement flowElement, String event, Object instance)
Copyright © 2015 Alfresco. All rights reserved.