Class ImportServices


  • @Singleton
    @Path("import")
    public class ImportServices
    extends AbstractServices
    • Constructor Detail

      • ImportServices

        public ImportServices()
    • Method Detail

      • importEntity

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