@Path(value="/reports") public class RestReports extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationService |
configurationService |
static String |
REST_RPT_URL |
| Constructor and Description |
|---|
RestReports() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
customReport(String report_nickname,
javax.ws.rs.core.UriInfo uriInfo) |
Report[] |
reportIndex()
Return html page with information about REST api.
|
protected ConfigurationService configurationService
public static final String REST_RPT_URL
@GET @Produces(value="application/xml") public Report[] reportIndex() throws javax.ws.rs.WebApplicationException
javax.ws.rs.WebApplicationException@Path(value="/{report_nickname}")
@GET
public javax.ws.rs.core.Response customReport(@PathParam(value="report_nickname")
String report_nickname,
@Context
javax.ws.rs.core.UriInfo uriInfo)
throws javax.ws.rs.WebApplicationException
javax.ws.rs.WebApplicationExceptionCopyright © 2019 DuraSpace. All rights reserved.