Class ImportServices

    • Constructor Detail

      • ImportServices

        public ImportServices()
    • Method Detail

      • importEntity

        @POST
        @Path("/{entity}")
        @Consumes("application/json")
        @Produces("application/json")
        public Set<String> importEntity​(@PathParam("entity")
                                        String entity,
                                        @QueryParam("path")
                                        String path,
                                        @QueryParam("importAll")
                                        boolean importAll,
                                        @QueryParam("overwrite")
                                        boolean overwrite)
                                 throws Exception
        Throws:
        Exception