Class Executions


  • @Path("execution")
    public class Executions
    extends Object
    • Constructor Detail

      • Executions

        public Executions()
    • Method Detail

      • submit

        @POST
        @Produces("application/json")
        public ExecutionDescriptor submit​(@Context
                                          javax.ws.rs.core.UriInfo info)
      • getAll

        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getAll()
      • get

        @GET
        @Produces("application/json")
        @Path("{executionId}")
        public ExecutionDescriptor get​(@PathParam("executionId")
                                       Long executionId)