Uses of Class
com.gentics.contentnode.rest.model.perm.PermType
-
Packages that use PermType Package Description com.gentics.contentnode.rest.model.perm -
-
Uses of PermType in com.gentics.contentnode.rest.model.perm
Fields in com.gentics.contentnode.rest.model.perm with type parameters of type PermType Modifier and Type Field Description protected Map<PermType,Boolean>
PermissionsMap. permissions
Methods in com.gentics.contentnode.rest.model.perm that return PermType Modifier and Type Method Description PermType
TypePermissionItem. getType()
Permission typestatic 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.Methods in com.gentics.contentnode.rest.model.perm that return types with arguments of type PermType Modifier and Type Method Description Map<PermType,Boolean>
RolePermissions. getFile()
Role permissions for filesMap<PermType,Boolean>
RolePermissions. getPage()
Role permissions for all pagesMap<String,Map<PermType,Boolean>>
RolePermissions. getPageLanguages()
Language specific role permissionsMap<PermType,Boolean>
PermissionsMap. getPermissions()
Permissions not specific to languagesMethods in com.gentics.contentnode.rest.model.perm with parameters of type PermType Modifier and Type Method Description TypePermissionItem
TypePermissionItem. setType(PermType type)
Set typeMethod parameters in com.gentics.contentnode.rest.model.perm with type arguments of type PermType Modifier and Type Method Description void
RolePermissions. setFile(Map<PermType,Boolean> file)
Set role permissions for filesvoid
RolePermissions. setPage(Map<PermType,Boolean> page)
Set role permissions for all pagesvoid
RolePermissions. setPageLanguages(Map<String,Map<PermType,Boolean>> pageLanguages)
Set language specific role permissionsvoid
PermissionsMap. setPermissions(Map<PermType,Boolean> permissions)
Set the permissions map
-