Interface IOfflineMgmt


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

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

    • allocateOfflineIds Link icon

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