|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceReportManager
Method Summary | |
---|---|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
getCompletedServicesReport()
Retrieves a listing of completed services up to the default limit (currently 20). |
java.util.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. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
getCompletedServicesReport(java.lang.String reportId)
Retrieves a specific service report by ID. |
java.util.List<java.lang.String> |
getCompletedServicesReportList()
Retrieves the list of all service report files which have been created. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
getDeployedServicesReport()
Retrieves a listing of services which are currently deployed in DuraCloud. |
Methods inherited from interface org.duracloud.common.model.Securable |
---|
login, logout |
Method Detail |
---|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> getDeployedServicesReport() throws ReportException
ReportException
java.util.List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport() throws ReportException
ReportException
java.util.List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport(int limit) throws ReportException
limit
- the maximum number of services to be included in the list
ReportException
java.util.List<java.lang.String> getCompletedServicesReportList() throws ReportException
ReportException
java.util.List<org.duracloud.serviceconfig.ServiceSummary> getCompletedServicesReport(java.lang.String reportId) throws NotFoundException, ReportException
reportId
-
NotFoundException
ReportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |