public class CheckerIssue extends Object implements Comparable<CheckerIssue>
| Constructor and Description |
|---|
CheckerIssue(String ruleName,
CriticalityEnum classification,
String bpmnFile,
String elementId,
String elementName,
String message)
CheckerIssue
|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String elementId,
String elementName,
String message)
CheckerIssue
|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String elementId,
String elementName,
String message,
String elementDescription)
CheckerIssue
|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String resourceFile,
String elementId,
String elementName,
String variable,
Anomaly anomaly,
List<Path> invalidPaths,
String message)
CheckerIssue
|
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
|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String resourceFile,
String elementId,
String elementName,
String message,
String elementDescription)
CheckerIssue
|
CheckerIssue(String ruleName,
String ruleDescription,
CriticalityEnum classification,
String bpmnFile,
String resourceFile,
String elementId,
String elementName,
String variable,
String message,
String description)
CheckerIssue
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CheckerIssue cI) |
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
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 CheckerIssue(String ruleName, String ruleDescription, CriticalityEnum classification, String bpmnFile, String resourceFile, String elementId, String elementName, String variable, Anomaly anomaly, List<Path> invalidPaths, String message)
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 with issuevariable - Variableanomaly - Type of anomaly (DD, DU, UR)invalidPaths - Invalid pathmessage - Issue messagepublic CheckerIssue(String ruleName, String ruleDescription, CriticalityEnum classification, String bpmnFile, String resourceFile, String elementId, String elementName, 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 issuemessage - Issue messageelementDescription - Issue elementDescriptionpublic CheckerIssue(String ruleName, String ruleDescription, CriticalityEnum classification, String bpmnFile, String elementId, String elementName, String message, String elementDescription)
ruleName - Name of the RuleruleDescription - Issue ruleDescriptionclassification - Classification (Info, Warning or Error) of the rulebpmnFile - Path to the BPMNFileelementId - Id of the Element with issueelementName - Name of the Element woth issuemessage - Issue messageelementDescription - Issue elementDescriptionpublic CheckerIssue(String ruleName, String ruleDescription, CriticalityEnum classification, String bpmnFile, String elementId, String elementName, String message)
ruleName - Name of the RuleruleDescription - Issue ruleDescriptionclassification - Classification (Info, Warning or Error) of the rulebpmnFile - Path to the BPMNFileelementId - Id of the Element with issueelementName - Name of the Element woth issuemessage - Issue messagepublic CheckerIssue(String ruleName, CriticalityEnum classification, String bpmnFile, String elementId, String elementName, String message)
ruleName - Name of the Ruleclassification - Classification (Info, Warning or Error) of the rulebpmnFile - BpmnFileelementId - Id of the Element with issueelementName - Name of the Element woth issuemessage - Issue messagepublic CheckerIssue(String ruleName, String ruleDescription, CriticalityEnum classification, String bpmnFile, String resourceFile, String elementId, String elementName, String variable, String message, String description)
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 variablemessage - Issue messagedescription - Issue descriptionpublic 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 © 2019 viadee Unternehmensberatung AG. All rights reserved.