Package org.codice.ddf.confluence.api
Interface ContentIdRestrictionResource
@Path("/content/{id}/restriction")
public interface ContentIdRestrictionResource
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsebyOperation(String id, String expand) javax.ws.rs.core.Response
-
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
-