| Package | Description |
|---|---|
| de.viadee.bpm.vPAV.processing.model.data |
| Modifier and Type | Method and Description |
|---|---|
CriticalityEnum |
CheckerIssue.getClassification() |
static CriticalityEnum |
CriticalityEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CriticalityEnum[] |
CriticalityEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerIssue.setClassification(CriticalityEnum classification) |
| Constructor and Description |
|---|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String resourceFile,
String elementId,
String elementName,
String variable,
Anomaly anomaly,
List<Path> invalidPaths,
String message,
String elementDescription)
CheckerIssue
|
Copyright © 2018 viadee Unternehmensberatung GmbH. All rights reserved.