@Path(value="/agent/{uuid}")
public class AgentJobList
extends RemoteMapAccess
RestHandler.AuthDataCOOKIENAME| Constructor and Description |
|---|
AgentJobList() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getEvent(String uuid,
String jobId,
javax.ws.rs.core.Cookie authCookie,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
getRoles(String uuid,
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
@Path(value="job")
@Produces(value="application/json")
public javax.ws.rs.core.Response list(@PathParam(value="uuid")
String uuid,
@DefaultValue(value="0") @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="job/{jobId}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getEvent(@PathParam(value="uuid")
String uuid,
@PathParam(value="jobId")
String jobId,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
@GET
@Path(value="roles")
@Produces(value="application/json")
public javax.ws.rs.core.Response getRoles(@PathParam(value="uuid")
String uuid,
@CookieParam(value="cauth")
javax.ws.rs.core.Cookie authCookie,
@Context
javax.ws.rs.core.UriInfo uri)
Copyright © 2017 CRISTAL-iSE. All rights reserved.