@Path(value="/item/{uuid}/history")
public class ItemHistory
extends RemoteMapAccess
RestHandler.AuthDataCOOKIENAME| Constructor and Description |
|---|
ItemHistory() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getEvent(String uuid,
String eventId,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
getEventJSONOutcome(String uuid,
String eventId,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
getEventXMLOutcome(String uuid,
String eventId,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
list(String uuid,
Integer start,
Integer batchSize,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
get, listcreateWebAppException, createWebAppException, createWebAppException, enumerate, getOutcomeResponse, getPropertySummary, getProxy, makeCollectionData, makeEventData, makeJobDatacheckAuthCookie, checkAuthData, encryptAuthData, getAgent, getAgent, toJSON@GET
@Produces(value="application/json")
public javax.ws.rs.core.Response list(@PathParam(value="uuid")
String uuid,
@QueryParam(value="start")
Integer start,
@QueryParam(value="batch")
Integer batchSize,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
@GET
@Path(value="{eventId}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getEvent(@PathParam(value="uuid")
String uuid,
@PathParam(value="eventId")
String eventId,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
@GET
@Path(value="{eventId}/data")
@Produces(value="application/json")
public javax.ws.rs.core.Response getEventJSONOutcome(@PathParam(value="uuid")
String uuid,
@PathParam(value="eventId")
String eventId,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
@GET
@Path(value="{eventId}/data")
@Produces(value="text/xml")
public javax.ws.rs.core.Response getEventXMLOutcome(@PathParam(value="uuid")
String uuid,
@PathParam(value="eventId")
String eventId,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
Copyright © 2017 CRISTAL-iSE. All rights reserved.