Package | Description |
---|---|
com.gentics.contentnode.rest.model.perm |
Modifier and Type | Field and Description |
---|---|
protected Map<PermType,Boolean> |
PermissionsMap.permissions |
Modifier and Type | Method and Description |
---|---|
PermType |
TypePermissionItem.getType()
Permission type
|
static PermType |
PermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermType[] |
PermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<PermType,Boolean> |
RolePermissions.getFile()
Role permissions for files
|
Map<PermType,Boolean> |
RolePermissions.getPage()
Role permissions for all pages
|
Map<String,Map<PermType,Boolean>> |
RolePermissions.getPageLanguages()
Language specific role permissions
|
Map<PermType,Boolean> |
PermissionsMap.getPermissions()
Permissions not specific to languages
|
Modifier and Type | Method and Description |
---|---|
TypePermissionItem |
TypePermissionItem.setType(PermType type)
Set type
|
Modifier and Type | Method and Description |
---|---|
void |
RolePermissions.setFile(Map<PermType,Boolean> file)
Set role permissions for files
|
void |
RolePermissions.setPage(Map<PermType,Boolean> page)
Set role permissions for all pages
|
void |
RolePermissions.setPageLanguages(Map<String,Map<PermType,Boolean>> pageLanguages)
Set language specific role permissions
|
void |
PermissionsMap.setPermissions(Map<PermType,Boolean> permissions)
Set the permissions map
|
Copyright © 2019 Gentics Software. All rights reserved.