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 |
addDeleteListener(ActivityImpl activity) |
protected void |
addEndEventListener(ActivityImpl activity) |
protected void |
addStartEventListener(ActivityImpl activity) |
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(ActivityImpl activity)
protected void addEndEventListener(ActivityImpl activity)
protected void addStartEventListener(ActivityImpl activity)
Copyright © 2016 Alfresco. All rights reserved.