Class ErrorEventDefinitionParseHandler
java.lang.Object
org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<ErrorEventDefinition>
org.activiti.engine.impl.bpmn.parser.handler.ErrorEventDefinitionParseHandler
- All Implemented Interfaces:
BpmnParseHandler
public class ErrorEventDefinitionParseHandler
extends AbstractBpmnParseHandler<ErrorEventDefinition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteParse(BpmnParse bpmnParse, ErrorEventDefinition eventDefinition) Class<? extends BaseElement>Methods inherited from class org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler
createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts
-
Constructor Details
-
ErrorEventDefinitionParseHandler
public ErrorEventDefinitionParseHandler()
-
-
Method Details
-
getHandledType
- Specified by:
getHandledTypein classAbstractBpmnParseHandler<ErrorEventDefinition>
-
executeParse
- Specified by:
executeParsein classAbstractBpmnParseHandler<ErrorEventDefinition>
-