@Path(value="/item/{uuid}/property")
public class ItemProperty
extends ItemUtils
RestHandler.AuthDataCOOKIENAME| Constructor and Description |
|---|
ItemProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String uuid,
String name,
javax.ws.rs.core.Cookie authCookie) |
javax.ws.rs.core.Response |
getPropertyDetails(String uuid,
String name,
javax.ws.rs.core.Cookie authCookie) |
javax.ws.rs.core.Response |
listProperties(String uuid,
javax.ws.rs.core.Cookie authCookie) |
createWebAppException, 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 listProperties(@PathParam(value="uuid")
String uuid,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie)
@GET
@Path(value="{name}")
@Produces(value="text/plain")
public String getProperty(@PathParam(value="uuid")
String uuid,
@PathParam(value="name")
String name,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie)
Copyright © 2017 CRISTAL-iSE. All rights reserved.