public static class CheckReport.ReportEntry
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ReportEntry(int entryNumber,
java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String message,
java.net.URI... affectedElements)
Constructs the report entry with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI[] |
getAffectedADEPT2ProcessElements()
Returns the process element identifier URIs that references the process
elements which are affected by this report item.
|
java.lang.String |
getCheckID()
Returns ID of the check which created the entry.
|
int |
getEntryNumber()
Returns the number of the entry.
|
java.lang.String |
getMessage()
Returns the message of the check report entry.
|
CheckReport.ResultType |
getReportEntryType()
Returns the type of the entry that identifies the entry e.g. as an error.
|
protected ReportEntry(int entryNumber,
java.lang.String checkID,
CheckReport.ResultType reportEntryType,
java.lang.String message,
java.net.URI... affectedElements)
entryNumber - the number of this entry in the reportcheckID - the check which created the entryreportEntryType - the type of the entrymessage - the message itselfaffectedElements - the process elements affected by this entrypublic java.lang.String getCheckID()
public java.lang.String getMessage()
public CheckReport.ResultType getReportEntryType()
public int getEntryNumber()
public java.net.URI[] getAffectedADEPT2ProcessElements()