@Path(value="/item/{uuid}/history")
public class ItemHistory
extends ItemUtils
RestHandler.AuthDataPREDEFINED_PATHCOOKIENAME, PASSWORD, USERNAME| 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 |
listEvents(String uuid,
Integer start,
Integer batchSize,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
createWebAppException, createWebAppException, createWebAppException, enumerate, enumerate, executeJob, executePredefinedStep, getAllViewpoints, getItemName, getItemNames, getItemURI, getItemURI, getItemURI, getItemURI, getJobActivityData, getJobItemData, getJobOutcomeData, getJobTransitionData, getOutcome, getOutcomeResponse, getOutcomeResponse, getOutcomeResponse, getPropertySummary, getProxy, getViewpointOutcome, makeCollectionData, makeEventData, makeItemDomainPathsData, makeJobData, produceJSONcheckAuthCookie, encryptAuthData, getAgent, getAgent, getPagedResult, getPropertiesFromQParams, toJSON@GET
@Produces(value="application/json")
public javax.ws.rs.core.Response listEvents(@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 © 2019 CRISTAL-iSE. All rights reserved.