public class CheckerIssue extends Object implements Comparable<CheckerIssue>
| Constructor and Description |
|---|
CheckerIssue(String ruleName,
CriticalityEnum classification,
String bpmnFile,
String resourceFile,
String elementId,
String elementName,
String variable,
Anomaly anomaly,
List<Path> invalidPaths,
String message)
CheckerIssue
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CheckerIssue cI) |
Anomaly |
getAnomaly() |
String |
getBpmnFile() |
CriticalityEnum |
getClassification() |
String |
getElementId() |
String |
getElementName() |
String |
getId() |
List<Path> |
getInvalidPaths() |
static String |
getMD5(String input) |
String |
getMessage() |
String |
getResourceFile() |
String |
getRuleName() |
String |
getVariable() |
void |
setBpmnFile(String bpmnFile) |
void |
setClassification(CriticalityEnum classification) |
void |
setElementId(String elementId) |
void |
setElementName(String elementName) |
void |
setMessage(String message) |
public CheckerIssue(String ruleName, CriticalityEnum classification, String bpmnFile, String resourceFile, String elementId, String elementName, String variable, Anomaly anomaly, List<Path> invalidPaths, String message)
ruleName - Name of the Ruleclassification - Classification (Info, Warning or Error) of the rulebpmnFile - Path to the BPMNFileresourceFile - Path to resource file (e.g. dmn oder java)elementId - Id of the Element with issueelementName - Name of the Element woth issuevariable - Name of variableanomaly - Type of anomaly (DD, DU, UR)invalidPaths - Invalid pathmessage - Issue messagepublic String getId()
public String getRuleName()
public String getVariable()
public Anomaly getAnomaly()
public CriticalityEnum getClassification()
public String getBpmnFile()
public String getResourceFile()
public String getElementId()
public String getElementName()
public String getMessage()
public void setClassification(CriticalityEnum classification)
public void setBpmnFile(String bpmnFile)
public void setElementId(String elementId)
public void setElementName(String elementName)
public void setMessage(String message)
public int compareTo(CheckerIssue cI)
compareTo in interface Comparable<CheckerIssue>Copyright © 2017 viadee Unternehmensberatung GmbH. All rights reserved.