Class DataPoolPluginServices


  • @Singleton
    @Path("/datapool")
    public class DataPoolPluginServices
    extends AbstractServices
    • Constructor Detail

      • DataPoolPluginServices

        public DataPoolPluginServices()
    • Method Detail

      • getDataPoolDefaultInstance

        @GET
        @Path("/types/{id}")
        @Consumes("application/json")
        @Produces("application/json")
        public DataPoolConfiguration getDataPoolDefaultInstance​(@PathParam("id")
                                                                java.lang.String type)
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception