public class DriftComplianceHandler extends InventorySummaryHandler implements DriftComplianceLocal
AbstractRestBean.CacheKeyresourceMgrcache, caller, container| Constructor and Description |
|---|
DriftComplianceHandler() |
| 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) |
protected List<String> |
getColumns() |
protected String |
getDebugReportName() |
protected List<String> |
getDetailsColumns() |
protected String |
getDetailsHeader() |
protected org.rhq.core.domain.criteria.ResourceCriteria |
getDetailsQueryCriteria(Integer resourceTypeId,
String version) |
protected String |
getHeader() |
protected LinkedHashMap<String,PropertyConverter<org.rhq.core.domain.resource.Resource>> |
getPropertyConverters(javax.servlet.http.HttpServletRequest request) |
protected List<org.rhq.core.domain.resource.composite.ResourceInstallCount> |
getSummaryCounts() |
fetchGroup, fetchResource, fillGroup, fillRWT, getFromCache, getFromCache, getResourceFromCache, getResourcesFromCacheByParentId, putResourceToCache, putToCache, putToCache, removeFromCache, renderTemplate, startpublic javax.ws.rs.core.StreamingOutput generateReport(javax.servlet.http.HttpServletRequest request,
String resourceTypeId,
String version)
InventorySummaryLocalgenerateReport in interface DriftComplianceLocalgenerateReport in interface InventorySummaryLocalgenerateReport in class InventorySummaryHandlerresourceTypeId - 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.public javax.ws.rs.core.StreamingOutput generateReportInternal(javax.servlet.http.HttpServletRequest request,
String resourceTypeId,
String version,
org.rhq.core.domain.auth.Subject user)
generateReportInternal in interface DriftComplianceLocalgenerateReportInternal in interface InventorySummaryLocalgenerateReportInternal in class InventorySummaryHandlerprotected List<org.rhq.core.domain.resource.composite.ResourceInstallCount> getSummaryCounts()
getSummaryCounts in class InventorySummaryHandlerprotected org.rhq.core.domain.criteria.ResourceCriteria getDetailsQueryCriteria(Integer resourceTypeId, String version)
getDetailsQueryCriteria in class InventorySummaryHandlerprotected String getHeader()
getHeader in class InventorySummaryHandlerprotected String getDetailsHeader()
getDetailsHeader in class InventorySummaryHandlerprotected List<String> getColumns()
getColumns in class InventorySummaryHandlerprotected List<String> getDetailsColumns()
getDetailsColumns in class InventorySummaryHandlerprotected LinkedHashMap<String,PropertyConverter<org.rhq.core.domain.resource.Resource>> getPropertyConverters(javax.servlet.http.HttpServletRequest request)
getPropertyConverters in class InventorySummaryHandlerprotected String getDebugReportName()
getDebugReportName in class InventorySummaryHandlerCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.