Uses of Class
com.gentics.contentnode.rest.model.response.NodeRestrictionResponse
Packages that use NodeRestrictionResponse
Package
Description
-
Uses of NodeRestrictionResponse in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return NodeRestrictionResponseModifier and TypeMethodDescriptionSet number of restrictions to hidden nodesNodeRestrictionResponse.setNodeIds
(Set<Integer> nodeIds) Set node IDs -
Uses of NodeRestrictionResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return NodeRestrictionResponseModifier and TypeMethodDescriptionUserResource.addGroupNodeRestriction
(String id, String groupId, String nodeId) Add node restriction to the assignment of the user to the groupUserResource.getGroupNodeRestrictions
(String id, String groupId) Get node restrictions for the assignment of the user to the groupUserResource.removeGroupNodeRestriction
(String id, String groupId, String nodeId) Remove node restriction from the assignment of the user to the group