|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Outputs
Root resource class for outputs management. Contains methods to treat HTTP requests on "output" resources.
| Field Summary | |
|---|---|
static String |
RESOURCE_NAME
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
changeOutput(org.ow2.jasmine.probe.api.generated.OutputBaseType outputDef,
String name)
Process HTTP PUT requests having /output/{name} URI and updated output definition in its body. |
javax.ws.rs.core.Response |
createOutput(org.ow2.jasmine.probe.api.generated.OutputBaseType outputDef)
Process HTTP POST requests having /output URI and new output definition in its body. |
javax.ws.rs.core.Response |
deleteOutput(String name)
Process HTTP DELETE requests having /output/{name} URI Corresponds to output-remove name |
javax.ws.rs.core.Response |
getOutput(String name,
javax.ws.rs.core.UriInfo ui)
Process HTTP GET requests having /output/{name} URI Correspond to output-list -n name |
javax.ws.rs.core.Response |
getOutputs(String type,
boolean verbose,
javax.ws.rs.core.UriInfo ui)
Process HTTP GET requests. |
| Field Detail |
|---|
static final String RESOURCE_NAME
| Method Detail |
|---|
javax.ws.rs.core.Response getOutputs(String type,
boolean verbose,
@Context
javax.ws.rs.core.UriInfo ui)
javax.ws.rs.core.Response getOutput(String name,
@Context
javax.ws.rs.core.UriInfo ui)
name - output nametype -
javax.ws.rs.core.Response createOutput(org.ow2.jasmine.probe.api.generated.OutputBaseType outputDef)
outputDef - new output's definition
javax.ws.rs.core.Response changeOutput(org.ow2.jasmine.probe.api.generated.OutputBaseType outputDef,
String name)
outputDef - updated output definition
javax.ws.rs.core.Response deleteOutput(String name)
name - the name of the output to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||