Interface ContentIdRestrictionResource


@Path("/content/{id}/restriction") public interface ContentIdRestrictionResource
  • Method Details

    • forOperation

      @GET @Produces("application/json") @Path("/byOperation/{operationKey}") javax.ws.rs.core.Response forOperation(@PathParam("operationKey") String operationKey, @PathParam("id") String id, @QueryParam("expand") @DefaultValue("restrictions.user,restrictions.group") String expand, @QueryParam("start") Integer start, @QueryParam("limit") @DefaultValue("100") Integer limit)
    • byOperation

      @GET @Produces("application/json") @Path("/byOperation") javax.ws.rs.core.Response byOperation(@PathParam("id") String id, @QueryParam("expand") @DefaultValue("update.restrictions.user,read.restrictions.group,read.restrictions.user,update.restrictions.group") String expand)