Class DashbuilderRuntimeResource


  • @Path("api/")
    @Produces("application/json")
    public class DashbuilderRuntimeResource
    extends Object
    • Constructor Detail

      • DashbuilderRuntimeResource

        public DashbuilderRuntimeResource()
    • Method Detail

      • dashboard

        @GET
        @Path("dashboard/{id}")
        public javax.ws.rs.core.Response dashboard​(@PathParam("id")
                                                   String id)
      • uploadResource

        @POST
        @Path("dashboard")
        @Consumes("multipart/form-data")
        public javax.ws.rs.core.Response uploadResource​(FileUploadModel form)
                                                 throws IOException
        Throws:
        IOException
      • removeAll

        @DELETE
        @Path("dashboard")
        public void removeAll()
      • remove

        @DELETE
        @Path("dashboard/{id}")
        public javax.ws.rs.core.Response remove​(@PathParam("id")
                                                String id)