Uses of Enum Class
com.gentics.contentnode.rest.model.request.Permission
Package
Description
-
Uses of Permission in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionstatic Permission
Returns the enum constant of this class with the specified name.static Permission[]
Permission.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Permission in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionAbstractListResponse.getPerms()
User permissions on the returned items, if applicable and requestedGroupsResponse.getPerms()
User permissions on the returned items, if requestedModifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionPermResource.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
Modifier and TypeFieldDescriptionPageListParameterBean.permission
List of folder permissions which must be granted for folders in order to include their pages in the resultModifier and TypeMethodDescriptionPageListParameterBean.setPermission
(List<Permission> permission)