Uses of Class
com.gentics.contentnode.rest.model.response.PrivilegesResponse
-
Packages that use PrivilegesResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of PrivilegesResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return PrivilegesResponse Modifier and Type Method Description PrivilegesResponse
FileResource. getPrivileges(Integer id)
Get the privileges of the current user on the given filePrivilegesResponse
FolderResource. getPrivileges(Integer id)
Get the privileges of the current user on the given folderPrivilegesResponse
ImageResource. getPrivileges(Integer id)
Get the privileges of the current user on the given imagePrivilegesResponse
PageResource. getPrivileges(Integer id)
Get the privileges of the current user on the given page
-