Interface IOfflineMgmt


@Path("/offline/{domainUid}/{ownerUid}") public interface IOfflineMgmt
  • Method Summary

    Modifier and Type
    Method
    Description
    allocateOfflineIds(int idCount)
     
  • Method Details

    • allocateOfflineIds

      @POST @Path("_allocateOfflineIds") IdRange allocateOfflineIds(@QueryParam("idCount") int idCount)