Uses of Enum Class
com.gentics.contentnode.rest.model.request.Permission
Packages that use Permission
Package
Description
-
Uses of Permission in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return PermissionModifier and TypeMethodDescriptionstatic PermissionReturns 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
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type PermissionModifier and TypeMethodDescriptionAbstractListResponse.getPerms()User permissions on the returned items, if applicable and requestedGroupsResponse.getPerms()User permissions on the returned items, if requestedMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PermissionModifier and TypeMethodDescriptionvoidAbstractListResponse.setPerms(Map<Integer, Set<Permission>> perms) Set user permissionsvoidGroupsResponse.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 PermissionModifier 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
Fields in com.gentics.contentnode.rest.resource.parameter with type parameters of type PermissionModifier and TypeFieldDescriptionPageListParameterBean.permissionList 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 PermissionModifier and TypeMethodDescriptionPageListParameterBean.setPermission(List<Permission> permission)