Methods in org.duracloud.client.report that throw NotFoundException |
protected void |
BaseReportManager.checkResponse(org.duracloud.common.web.RestHttpHelper.HttpResponse response,
int expectedCode)
|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManager.getCompletedServicesReport(java.lang.String reportId)
Retrieves a specific service report by ID. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManagerImpl.getCompletedServicesReport(java.lang.String reportId)
|
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getLatestStorageReport()
Retrieves the latest completed storage report. |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getLatestStorageReport()
|
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getStorageReport(java.lang.String reportId)
Retrieves a storage report indicated by a report ID. |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getStorageReport(java.lang.String reportId)
|