public interface ServiceReportManager
extends org.duracloud.common.model.Securable
Modifier and Type | Method and Description |
---|---|
List<org.duracloud.serviceconfig.ServiceSummary> |
getCompletedServicesReport()
Retrieves a listing of completed services up to the default
limit (currently 20).
|
List<org.duracloud.serviceconfig.ServiceSummary> |
getCompletedServicesReport(int limit)
Retrieves a listing of completed services, including as many services
as have completed up to the provided limit.
|
List<org.duracloud.serviceconfig.ServiceSummary> |
getCompletedServicesReport(String reportId)
Retrieves a specific service report by ID.
|
List<String> |
getCompletedServicesReportList()
Retrieves the list of all service report files which have been created.
|
List<org.duracloud.serviceconfig.ServiceSummary> |
getDeployedServicesReport()
Retrieves a listing of services which are currently deployed in
DuraCloud.
|
List<org.duracloud.serviceconfig.ServiceSummary> getDeployedServicesReport() throws ReportException
ReportException
List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport() throws ReportException
ReportException
List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport(int limit) throws ReportException
limit
- the maximum number of services to be included in the listReportException
List<String> getCompletedServicesReportList() throws ReportException
ReportException
List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport(String reportId) throws NotFoundException, ReportException
reportId
- NotFoundException
ReportException
Copyright © 2009-2012 DuraSpace. All Rights Reserved.