|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportId | |
---|---|
de.smartics.maven.util.report | Provides utilities for Maven for generating reports. |
de.smartics.maven.util.report.link | Provides helper classes to render links to external reports. |
Uses of ReportId in de.smartics.maven.util.report |
---|
Methods in de.smartics.maven.util.report that return types with arguments of type ReportId | |
---|---|
List<ReportId> |
ExternalReportReferences.getReportIds() Returns the list of report IDs that are to referenced. |
Methods in de.smartics.maven.util.report with parameters of type ReportId | |
---|---|
void |
ExternalReportReferences.addReportId(ReportId reportId) Adds the report ID to the list of IDs to render report references. |
ExternalReport |
MavenExternalReportFactory.createExternalReport(ReportId reportId, LinkConstructorStrategy strategy) Constructs an external report. |
ExternalReport |
ExternalReportReferences.get(ReportId reportId) Returns the report with the given ID. |
boolean |
ExternalReportReferences.registerReport(boolean create, ReportId reportId, LinkConstructorStrategy strategy) Registers a report with the given identifier and strategy with a guard. |
boolean |
ExternalReportReferences.registerReport(ReportId reportId, LinkConstructorStrategy strategy) Registers a report with the given identifier and strategy. |
Method parameters in de.smartics.maven.util.report with type arguments of type ReportId | |
---|---|
List<ExternalReport> |
ExternalReportReferences.getReports(List<ReportId> reportIds) Returns the list of reports with the given IDs. |
Uses of ReportId in de.smartics.maven.util.report.link |
---|
Fields in de.smartics.maven.util.report.link declared as ReportId | |
---|---|
protected ReportId |
ExternalReport.reportId The report ID this strategy is constructed for. |
Methods in de.smartics.maven.util.report.link that return ReportId | |
---|---|
ReportId |
ExternalReport.getReportId() Returns the report ID this strategy is constructed for. |
Methods in de.smartics.maven.util.report.link with parameters of type ReportId | |
---|---|
ExternalReport |
ExternalReportFactory.createExternalReport(ReportId reportId, LinkConstructorStrategy strategy) Constructs an external report. |
Constructors in de.smartics.maven.util.report.link with parameters of type ReportId | |
---|---|
ExternalReport(ReportId reportId, String basePath, LinkConstructorStrategy strategy) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |