@Path(value="/algorithm") public class Algorithm extends Object
| Constructor and Description |
|---|
Algorithm(javax.servlet.ServletConfig servletContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
algorithmGet(String subjectid,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
@GET
@Produces(value={"text/uri-list","application/json"})
public javax.ws.rs.core.Response algorithmGet(@HeaderParam(value="subjectid")
String subjectid,
@Context
javax.ws.rs.core.SecurityContext securityContext,
@Context
javax.ws.rs.core.UriInfo uriInfo,
@Context
javax.ws.rs.core.HttpHeaders headers)
throws NotFoundException,
IOException
NotFoundExceptionIOExceptionCopyright © 2018. All rights reserved.