public interface BpmnParseHandler
ProcessEngineConfigurationImpl.
 The handler will then be called whenever a BPMN 2.0 element is parsed that matches
 the types returned by the getHandledTypes() method.AbstractBpmnParseHandler| Modifier and Type | Method and Description | 
|---|---|
Collection<Class<? extends org.activiti.bpmn.model.BaseElement>> | 
getHandledTypes()
The types for which this handler must be calleding during process parsing. 
 | 
void | 
parse(org.activiti.engine.impl.bpmn.parser.BpmnParse bpmnParse,
     org.activiti.bpmn.model.BaseElement element)
The actual delegation method. 
 | 
Collection<Class<? extends org.activiti.bpmn.model.BaseElement>> getHandledTypes()
void parse(org.activiti.engine.impl.bpmn.parser.BpmnParse bpmnParse,
           org.activiti.bpmn.model.BaseElement element)
getHandledTypes() return value.bpmnParse - The BpmnParse instance that acts as container
                  for all things produced during the parsing.Copyright © 2017 Flowable. All rights reserved.