Uses of Class
com.gentics.contentnode.rest.model.response.PermBitsResponse
-
Packages that use PermBitsResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of PermBitsResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return PermBitsResponse Modifier and Type Method Description PermBitsResponse
PermResource. getPermissions(String objType, boolean privilegeMap)
Get the permission bits valid for the current user and the given typePermBitsResponse
PermResource. getPermissions(String objType, int objId, int nodeId, int checkType, int languageId, boolean privilegeMap)
Get the permission bits valid for the current user on the given object (and optionally for the given node).
-