Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.report.birt.admin.ReportRunInfo

  • Packages that use ReportRunInfo 
    Package Description
    com.ibm.tivoli.maximo.report.birt  
    com.ibm.tivoli.maximo.report.birt.admin  
    com.ibm.tivoli.maximo.report.birt.engine  
    com.ibm.tivoli.maximo.report.birt.servlet  
    • Uses of ReportRunInfo in com.ibm.tivoli.maximo.report.birt

      Methods in com.ibm.tivoli.maximo.report.birt that return ReportRunInfo 
      Modifier and Type Method and Description
      static ReportRunInfo ReportUtil.prepareReportForRun(ReportData reportData) 
    • Uses of ReportRunInfo in com.ibm.tivoli.maximo.report.birt.admin

      Methods in com.ibm.tivoli.maximo.report.birt.admin that return ReportRunInfo 
      Modifier and Type Method and Description
      ReportRunInfo ReportAdminService.prepareReportDesignForRun(UserInfo userInfo, java.lang.String reportName, boolean extractAll)
      Prepares the report for run.
      ReportRunInfo ReportAdminService.prepareReportDesignForRun(UserInfo userInfo, java.lang.String reportName, boolean extractAll, boolean forExport)
      Prepares the report for run.
      protected ReportRunInfo ReportAdminService.prepareReportForExport(UserInfo userInfo, java.lang.String reportName, java.lang.String appName)
      Prepares the report for export.
      ReportRunInfo ReportAdminService.prepareReportForRun(UserInfo userInfo, java.lang.String reportName, java.lang.String appName)
      Prepares a report for run.
      ReportRunInfo ReportAdminServiceRemote.prepareReportForRun(UserInfo userInfo, java.lang.String reportName, java.lang.String appName)
      Prepares a report for run.
      protected ReportRunInfo ReportAdminService.prepareReportForRun(UserInfo userInfo, java.lang.String reportName, java.lang.String appName, boolean authorizationCheck)
      Prepares a report for run.
      ReportRunInfo ReportAdminService.prepareReportLibraryForExport(UserInfo userInfo, java.lang.String reportName)
      Prepares the report library for export.
      Methods in com.ibm.tivoli.maximo.report.birt.admin with parameters of type ReportRunInfo 
      Modifier and Type Method and Description
      void ReportAdminService.cleanupReportResources(ReportRunInfo reportRunInfo)
      Removes all the temporary files created as part of the prepareReportForRun method call.
      void ReportAdminServiceRemote.cleanupReportResources(ReportRunInfo reportRunInfo)
      Removes all the temporary files created as part of the prepareReportForRun method call.
    • Uses of ReportRunInfo in com.ibm.tivoli.maximo.report.birt.engine

      Methods in com.ibm.tivoli.maximo.report.birt.engine with parameters of type ReportRunInfo 
      Modifier and Type Method and Description
      void MXReportEngine.executeReport(ReportRunInfo reportRunInfo, ReportParameterData parameterData, java.lang.String outputFileName, java.lang.String outputFormat, UserInfo userInfo, java.util.Map additionalInfoMap) 
      void MXReportEngine.executeReport(ReportRunInfo reportRunInfo, ReportParameterData parameterData, java.lang.String outputFileName, java.lang.String outputFormat, UserInfo userInfo, java.util.Map additionalInfoMap, boolean scheduleMode) 
      void MXReportEngine.executeReportInImmediateMode(ReportRunInfo reportRunInfo, ReportParameterData parameterData, java.lang.String outputFileName, java.lang.String outputFormat, UserInfo userInfo, java.util.Map additionalInfoMap) 
    • Uses of ReportRunInfo in com.ibm.tivoli.maximo.report.birt.servlet

      Methods in com.ibm.tivoli.maximo.report.birt.servlet that return ReportRunInfo 
      Modifier and Type Method and Description
      ReportRunInfo SessionReportRunInfo.getReportRunInfo() 
      Constructors in com.ibm.tivoli.maximo.report.birt.servlet with parameters of type ReportRunInfo 
      Constructor and Description
      SessionReportRunInfo(ReportRunInfo reportRunInfo, ReportAdminServiceRemote birtAdminService) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes