public class PathCoverageParseListener
extends org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
| Constructor and Description |
|---|
PathCoverageParseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
parseIntermediateCatchEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement,
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope,
org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity) |
void |
parseSequenceFlow(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement,
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement,
org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition) |
void |
setCoverageTestRunState(CoverageTestRunState coverageTestRunState) |
parseBoundaryConditionalEventDefinition, parseBoundaryErrorEventDefinition, parseBoundaryEscalationEventDefinition, parseBoundaryEvent, parseBoundaryMessageEventDefinition, parseBoundarySignalEventDefinition, parseBoundaryTimerEventDefinition, parseBusinessRuleTask, parseCallActivity, parseCompensateEventDefinition, parseConditionalStartEventForEventSubprocess, parseEndEvent, parseEventBasedGateway, parseExclusiveGateway, parseInclusiveGateway, parseIntermediateConditionalEventDefinition, parseIntermediateMessageCatchEventDefinition, parseIntermediateSignalCatchEventDefinition, parseIntermediateThrowEvent, parseIntermediateTimerEventDefinition, parseManualTask, parseMultiInstanceLoopCharacteristics, parseParallelGateway, parseProcess, parseProperty, parseReceiveTask, parseRootElement, parseScriptTask, parseSendTask, parseServiceTask, parseStartEvent, parseSubProcess, parseTask, parseTransaction, parseUserTaskpublic void parseSequenceFlow(org.camunda.bpm.engine.impl.util.xml.Element sequenceFlowElement,
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scopeElement,
org.camunda.bpm.engine.impl.pvm.process.TransitionImpl transition)
parseSequenceFlow in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListenerparseSequenceFlow in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListenerpublic void parseIntermediateCatchEvent(org.camunda.bpm.engine.impl.util.xml.Element intermediateEventElement,
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl scope,
org.camunda.bpm.engine.impl.pvm.process.ActivityImpl activity)
parseIntermediateCatchEvent in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListenerparseIntermediateCatchEvent in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListenerpublic void setCoverageTestRunState(CoverageTestRunState coverageTestRunState)
Copyright © 2020 Camunda Services GmbH. All rights reserved.