org.rhq.enterprise.server.rest.reporting
Interface InventorySummaryLocal

All Known Implementing Classes:
DriftComplianceHandler, InventorySummaryHandler

public interface InventorySummaryLocal


Method Summary
 javax.ws.rs.core.StreamingOutput generateReport(javax.servlet.http.HttpServletRequest request, String resourceTypeId, String version)
          Generates an inventory summary report.
 

Method Detail

generateReport

javax.ws.rs.core.StreamingOutput generateReport(@Context
                                                javax.servlet.http.HttpServletRequest request,
                                                String resourceTypeId,
                                                String version)
Generates an inventory summary report. The report can be in either a master or details format.

Parameters:
request -
resourceTypeId - Corresponds to the resourceTypeId query string parameter and must be specified to generate the details version of the report.
version - Corresponds to the version query string parameter and should be specified to generate the details version of the report.
Returns:
An output stream that contains the CSV report.


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.