Uses of Class
com.gentics.contentnode.rest.model.response.NodeRestrictionResponse
-
Packages that use NodeRestrictionResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of NodeRestrictionResponse in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return NodeRestrictionResponse Modifier and Type Method Description NodeRestrictionResponse
NodeRestrictionResponse. setHidden(Integer hidden)
Set number of restrictions to hidden nodesNodeRestrictionResponse
NodeRestrictionResponse. 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 NodeRestrictionResponse Modifier and Type Method Description NodeRestrictionResponse
UserResource. addGroupNodeRestriction(String id, String groupId, String nodeId)
Add node restriction to the assignment of the user to the groupNodeRestrictionResponse
UserResource. getGroupNodeRestrictions(String id, String groupId)
Get node restrictions for the assignment of the user to the groupNodeRestrictionResponse
UserResource. removeGroupNodeRestriction(String id, String groupId, String nodeId)
Remove node restriction from the assignment of the user to the group
-