@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(java.lang.String body,
java.lang.String inputId) |
javax.ws.rs.core.Response |
delete(java.lang.String key,
java.lang.String inputId) |
bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@POST
@Timed
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response create(java.lang.String body,
@PathParam(value="inputId")
java.lang.String inputId)
throws NotFoundException
NotFoundException@DELETE
@Timed
@Consumes(value="application/json")
@Produces(value="application/json")
@Path(value="/{key}")
public javax.ws.rs.core.Response delete(@PathParam(value="key")
java.lang.String key,
@PathParam(value="inputId")
java.lang.String inputId)
throws NotFoundException
NotFoundExceptionCopyright © 2012-2014 TORCH GmbH. All Rights Reserved.