Uses of Class
de.aristaflow.adept2.util.CheckReport.ReportEntry
-
Packages that use CheckReport.ReportEntry Package Description de.aristaflow.adept2.model.common de.aristaflow.adept2.util de.aristaflow.ilm.model.common -
-
Uses of CheckReport.ReportEntry in de.aristaflow.adept2.model.common
Subclasses of CheckReport.ReportEntry in de.aristaflow.adept2.model.common Modifier and Type Class Description static class
LocalisedCheckReport.LocalisedReportEntry
A report entry extension providing localised messages. -
Uses of CheckReport.ReportEntry in de.aristaflow.adept2.util
Fields in de.aristaflow.adept2.util with type parameters of type CheckReport.ReportEntry Modifier and Type Field Description protected List<CheckReport.ReportEntry>
CheckReport. reportEntries
List that keeps the report entries.Methods in de.aristaflow.adept2.util that return CheckReport.ReportEntry Modifier and Type Method Description CheckReport.ReportEntry
CheckReport. getLastAddedReportEntry()
Returns the last added report entryMethods in de.aristaflow.adept2.util that return types with arguments of type CheckReport.ReportEntry Modifier and Type Method Description List<? extends CheckReport.ReportEntry>
CheckReport. getEntriesForCheckID(String checkID)
Returns all check report entries which do have the given checkIDList<? extends CheckReport.ReportEntry>
CheckReport. getReportEntries()
Returns all report entries that keep the output of the different checks and are assigned to the check report.Methods in de.aristaflow.adept2.util with parameters of type CheckReport.ReportEntry Modifier and Type Method Description protected void
CheckReport. addReportEntry(CheckReport.ReportEntry entry)
Adds the designated new entry to the report. -
Uses of CheckReport.ReportEntry in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with parameters of type CheckReport.ReportEntry Modifier and Type Method Description protected static CheckReport.Entry
Transformation. toIlm(CheckReport.ReportEntry entry)
-