Interface PolicyMapResource
- All Superinterfaces:
AuthenticatedResource
@Path("/policyMap")
@Consumes("*/*")
public interface PolicyMapResource
extends AuthenticatedResource
API for reading from the policy map.
-
Method Summary
Methods inherited from interface com.gentics.contentnode.rest.resource.AuthenticatedResource
setSessionId
-
Method Details
-
getPolicyGroup
@GET @Path("/partType/{typeId}/policyGroup") PolicyGroupResponse getPolicyGroup(@PathParam("typeId") int typeId) throws Exception - Throws:
Exception
-
getPolicy
- Throws:
Exception
-