Class AdminDataMigrationResource


  • @Path("/adminmanagement/v1")
    @ApplicationPath("webresources")
    public class AdminDataMigrationResource
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response migrateTo​(javax.ws.rs.core.HttpHeaders headers)
      Migration Api
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • migrateTo

        @POST
        @Path("/migrate")
        @Produces("application/json")
        @VitamAuthentication(authentLevel=BASIC_AUTHENT)
        public javax.ws.rs.core.Response migrateTo​(@Context
                                                   javax.ws.rs.core.HttpHeaders headers)
        Migration Api
        Parameters:
        headers - headers
        Returns:
        Response