Modifier and Type | Interface and Description |
---|---|
interface |
TransformationReport
TODO Type description
|
interface |
TransformationReporter
Reporter for transformation messages
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransformationReporter
Reporter for transformation messages
|
class |
PreparedTransformationReporter
Reporter for transformation messages
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOReport
Report for I/O tasks
|
interface |
IOReporter
Reporter for I/O providers
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIOReporter
Default I/O report implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReportDefinition<T extends Report<?>>
String representations of
Report are explicitly allowed to span
multiple lines. |
Modifier and Type | Interface and Description |
---|---|
interface |
Reporter<T extends Message>
Reporter interface
|
Modifier and Type | Method and Description |
---|---|
<M extends Message,R extends Report<M>> |
ReportSession.addReport(R report)
Add a
Report to this session. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportSession.getAllReports()
Get all reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportSession.getAllReports()
Get all reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportSession.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportSession.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
Modifier and Type | Method and Description |
---|---|
void |
ReportHandler.publishReport(Report<?> report)
Publish the given report.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReportDefinition<T extends Report<?>,R extends T>
Abstract report definition.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReporter<T extends Message>
Abstract report implementation
|
class |
DefaultReporter<T extends Message>
Default report implementation
|
Modifier and Type | Method and Description |
---|---|
protected Report |
ReportImplDefintion.configureReport(Reporter<?> reporter,
Properties props) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ReportWriter.write(File file,
boolean append,
Report<?>... reports)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ReportWriter.write(File file,
Collection<Report<?>> reports,
boolean append)
|
Modifier and Type | Method and Description |
---|---|
void |
ReportFile.publishReport(Report<?> report) |
Modifier and Type | Interface and Description |
---|---|
interface |
InstanceValidationReport
Report with InstanceValidationMessage s. |
interface |
InstanceValidationReporter
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstanceValidationReporter
Reporter for instance validation messages.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReportHandler.publishReport(Report<?> report) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReportListener<R extends Report<M>,M extends Message>
Report listener interface.
|
Modifier and Type | Method and Description |
---|---|
<M extends Message,R extends Report<M>> |
ReportService.addReport(R report)
Adds a report
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportService.getCurrentReports()
Get all current reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportService.getCurrentReports()
Get all current reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportService.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportService.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
Modifier and Type | Method and Description |
---|---|
<M extends Message,R extends Report<M>> |
ReportServiceImpl.addReport(R report) |
protected <M extends Message,R extends Report<M>> |
ReportServiceImpl.notifyReportAdded(Class<? extends R> reportType,
Class<M> messageType,
R report)
Notify listeners that a report has been added
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportServiceImpl.getCurrentReports()
Get all reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportServiceImpl.getCurrentReports()
Get all reports.
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportServiceImpl.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
ReportServiceImpl.getReports(Class<? extends Message> messageType)
Get all reports matching the given message type
|
Modifier and Type | Method and Description |
---|---|
void |
ReportList.reportAdded(Report<Message> report) |
void |
ReportList.selectReport(Report<? extends Message> report)
Selects the given report if it exists, otherwise the selection is
removed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReportDetailsPage.setReport(Report<?> report)
Set the currently selected report to the given report.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Report<?>> |
CustomReportDetailsPageFactory.getReportType()
Returns the
Report class this detail page is registered for. |
Modifier and Type | Method and Description |
---|---|
CustomReportDetailsPage |
CustomReportDetailsPageExtension.getDetailPage(Class<? extends Report> reportType)
Returns the registered detail page for the given report type.
It searches for registered pages for the specified type or any of its super types/interfaces. |
Modifier and Type | Field and Description |
---|---|
Report<?> |
AbstractReportSummary.report
Contains the report to display.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a