@Path(value="gxrest") public class RMTestForGXRest extends Object
| Constructor and Description |
|---|
RMTestForGXRest() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(String rrURL,
String context) |
javax.ws.rs.core.Response |
delete(String uuid)
e.g.
|
javax.ws.rs.core.Response |
update(String id,
String rrURL) |
@DELETE
@Path(value="{ContextUUID}")
@Produces(value="application/json;charset=UTF-8")
public javax.ws.rs.core.Response delete(@PathParam(value="ContextUUID")
String uuid)
@POST
@Produces(value="application/json;charset=UTF-8")
public javax.ws.rs.core.Response create(@QueryParam(value="rrURL")
String rrURL,
String context)
throws URISyntaxException
URISyntaxException@PUT
@Path(value="{ContextUUID}")
@Produces(value="application/json;charset=UTF-8")
public javax.ws.rs.core.Response update(@PathParam(value="ContextUUID")
String id,
@QueryParam(value="rrURL")
String rrURL)
throws URISyntaxException,
com.fasterxml.jackson.core.JsonProcessingException
URISyntaxExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2019. All Rights Reserved.