Uses of Interface
com.ibm.pim.job.Report

Packages that use Report
com.ibm.pim.job   
 

Uses of Report in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return Report
 Report JobManager.createReport(java.lang.String reportName, Document reportScript, ScriptInputSpec reportInputSpec, Distribution distribution)
          Creates a new report
 Report JobManager.getReport(java.lang.String reportName)
          Fetches the report with the specified name
 

Methods in com.ibm.pim.job that return types with arguments of type Report
 java.util.Collection<Report> JobManager.getReports()
          Fetches all the reports.