@Path(value="/system/inputs/{inputId}/staticfields")
public class StaticFieldsResource
extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
StaticFieldsResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(String body,
String inputId) |
javax.ws.rs.core.Response |
delete(String key,
String inputId) |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response create(String body, @PathParam(value="inputId") String inputId) throws NotFoundException
NotFoundException@DELETE
@Consumes(value="application/json")
@Produces(value="application/json")
@Path(value="/{key}")
public javax.ws.rs.core.Response delete(@PathParam(value="key")
String key,
@PathParam(value="inputId")
String inputId)
throws NotFoundException
NotFoundExceptionCopyright © 2012–2014 TORCH GmbH. All rights reserved.