@Path(value="execution") public class Executions extends Object
| Constructor and Description |
|---|
Executions() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionDescriptor |
get(Long executionId) |
javax.ws.rs.core.Response |
getAll() |
ExecutionDescriptor |
submit(javax.ws.rs.core.UriInfo info) |
@POST @Produces(value="application/json") public ExecutionDescriptor submit(@Context javax.ws.rs.core.UriInfo info)
@GET @Produces(value="application/json") public javax.ws.rs.core.Response getAll()
@GET
@Produces(value="application/json")
@Path(value="{executionId}")
public ExecutionDescriptor get(@PathParam(value="executionId")
Long executionId)
Copyright © 2020. All Rights Reserved.