Interface ReportProcessor<T>
public interface ReportProcessor<T>
- 
Method Summary
Modifier and TypeMethodDescriptionprocessReport(RMDocument report, ReportResource resource, ReportExecutionContext executionContext)  
- 
Method Details
- 
processReport
T processReport(RMDocument report, ReportResource resource, ReportExecutionContext executionContext) throws Exception - Throws:
 Exception
 
 -