Uses of Class
com.gentics.contentnode.rest.model.request.Permission
-
-
Uses of Permission in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return Permission Modifier and Type Method Description static Permission
Permission. valueOf(String name)
Returns the enum constant of this type with the specified name.static Permission[]
Permission. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Permission in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Permission Modifier and Type Method Description Map<Integer,Set<Permission>>
AbstractListResponse. getPerms()
User permissions on the returned items, if applicable and requestedMap<Integer,Set<Permission>>
GroupsResponse. getPerms()
User permissions on the returned items, if requestedMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type Permission Modifier and Type Method Description void
AbstractListResponse. setPerms(Map<Integer,Set<Permission>> perms)
Set user permissionsvoid
GroupsResponse. setPerms(Map<Integer,Set<Permission>> perms)
Set user permissions -
Uses of Permission in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type Permission Modifier and Type Method Description PermResponse
PermResource. getObjectPermission(Permission perm, String objType, int objId, int nodeId)
Check whether the user has permission perm on the object defined by type and id -
Uses of Permission in com.gentics.contentnode.rest.resource.parameter
Fields in com.gentics.contentnode.rest.resource.parameter with type parameters of type Permission Modifier and Type Field Description List<Permission>
PageListParameterBean. permission
List of folder permissions which must be granted for folders in order to include their pages in the resultMethod parameters in com.gentics.contentnode.rest.resource.parameter with type arguments of type Permission Modifier and Type Method Description PageListParameterBean
PageListParameterBean. setPermission(List<Permission> permission)
-