Class ImportServices

java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
step.core.imports.ImportServices

@Singleton @Path("import") public class ImportServices extends AbstractStepServices
  • Constructor Details

    • ImportServices

      public ImportServices()
  • Method Details

    • init

      @PostConstruct public void init() throws Exception
      Overrides:
      init in class AbstractStepServices
      Throws:
      Exception
    • 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