Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Set<Permission>> |
GroupsResponse.getPerms()
User permissions on the returned items, if requested
|
Map<Integer,Set<Permission>> |
AbstractListResponse.getPerms()
User permissions on the returned items, if applicable and requested
|
Modifier and Type | Method and Description |
---|---|
void |
GroupsResponse.setPerms(Map<Integer,Set<Permission>> perms)
Set user permissions
|
void |
AbstractListResponse.setPerms(Map<Integer,Set<Permission>> perms)
Set user permissions
|
Modifier and Type | Method and 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
|
Modifier and Type | Field and Description |
---|---|
List<Permission> |
PageListParameterBean.permission
List of folder permissions which must be granted for folders in order to include their pages in the result
|
Modifier and Type | Method and Description |
---|---|
PageListParameterBean |
PageListParameterBean.setPermission(List<Permission> permission) |
Copyright © 2024 Gentics Software. All rights reserved.