public interface InventorySummaryLocal
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.StreamingOutput |
generateReport(javax.servlet.http.HttpServletRequest request,
String resourceTypeId,
String version)
Generates an inventory summary report.
|
javax.ws.rs.core.StreamingOutput |
generateReportInternal(javax.servlet.http.HttpServletRequest request,
String resourceTypeId,
String version,
org.rhq.core.domain.auth.Subject user) |
javax.ws.rs.core.StreamingOutput generateReport(@Context
javax.servlet.http.HttpServletRequest request,
String resourceTypeId,
String version)
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.Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.