Uses of Class
com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse
-
Packages that use GroupsPermBitsResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of GroupsPermBitsResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return GroupsPermBitsResponse Modifier and Type Method Description GroupsPermBitsResponse
PermResource. list(String objType)
List all groups with with their permission bits for the given object type This only lists groups that the current user actually has permission to view (his own groups and their sub groups)GroupsPermBitsResponse
PermResource. list(String objType, int objId)
List all groups with with their permission bits for the given object This only lists groups that the current user actually has permission to view (his own groups and their sub groups)
-