public class CheckerIssue extends Object implements Comparable<CheckerIssue>
| 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
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CheckerIssue cI) |
Anomaly |
getAnomaly() |
String |
getBpmnFile() |
CriticalityEnum |
getClassification() |
String |
getElementDescription() |
String |
getElementId() |
String |
getElementName() |
String |
getId() |
List<Path> |
getInvalidPaths() |
static String |
getMD5(String input) |
String |
getMessage() |
String |
getResourceFile() |
String |
getRuleDescription() |
String |
getRuleName() |
String |
getVariable() |
void |
setBpmnFile(String bpmnFile) |
void |
setClassification(CriticalityEnum classification) |
void |
setElementDescription(String elementDescription) |
void |
setElementId(String elementId) |
void |
setElementName(String elementName) |
void |
setMessage(String message) |
void |
setRuleDescription(String ruleDescription) |
public 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)
ruleName - Name of the RuleruleDescription - Issue ruleDescriptionclassification - 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 messageelementDescription - Issue elementDescriptionpublic String getId()
public String getRuleName()
public String getRuleDescription()
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 String getElementDescription()
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 void setElementDescription(String elementDescription)
public void setRuleDescription(String ruleDescription)
public int compareTo(CheckerIssue cI)
compareTo in interface Comparable<CheckerIssue>Copyright © 2018 viadee Unternehmensberatung GmbH. All rights reserved.