| Methods in org.openengsb.domain.report that throw NoSuchReportException |
void |
ReportDomain.addReportPart(String reportId,
ReportPart reportPart)
Add the given report part to the report data currently collected for the given reportId. |
Report |
ReportDomain.generateReport(String reportId,
String category,
String reportName)
Generate the report using the information stored under the given reportId and stop collecting data for this
report. |
Report |
ReportDomain.getDraft(String reportId,
String draftName)
Generate a report based on the currently available data stored for the given reportId. |
void |
ReportDomain.processEvent(String reportId,
Event event)
Analyzes the given event and adds all information stored in the event to the report data collection associated
with the given reportId, which was initialized by calling #collectData(IdType, String). |