Uses of Class
com.gentics.contentnode.rest.model.perm.RolePermissions
-
Packages that use RolePermissions Package Description com.gentics.contentnode.rest.model.perm -
-
Uses of RolePermissions in com.gentics.contentnode.rest.model.perm
Fields in com.gentics.contentnode.rest.model.perm declared as RolePermissions Modifier and Type Field Description protected RolePermissions
PermissionsMap. rolePermissions
Methods in com.gentics.contentnode.rest.model.perm that return RolePermissions Modifier and Type Method Description RolePermissions
PermissionsMap. getRolePermissions()
Role specific permissionsMethods in com.gentics.contentnode.rest.model.perm with parameters of type RolePermissions Modifier and Type Method Description void
PermissionsMap. setRolePermissions(RolePermissions rolePermissions)
Set the role specific permissions
-