Interface ReportProcessor<T>
- 
 public interface ReportProcessor<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TprocessReport(RMDocument report, ReportResource resource, ReportExecutionContext executionContext)
 
- 
- 
- 
Method Detail- 
processReportT processReport(RMDocument report, ReportResource resource, ReportExecutionContext executionContext) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-