Uses of Enum Class
com.gentics.contentnode.rest.model.perm.PermType
Packages that use PermType
-
Uses of PermType in com.gentics.contentnode.rest.model.perm
Fields in com.gentics.contentnode.rest.model.perm with type parameters of type PermTypeMethods in com.gentics.contentnode.rest.model.perm that return PermTypeModifier and TypeMethodDescriptionTypePermissionItem.getType()
Permission typestatic PermType
Returns the enum constant of this class with the specified name.static PermType[]
PermType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gentics.contentnode.rest.model.perm that return types with arguments of type PermTypeModifier and TypeMethodDescriptionRolePermissions.getFile()
Role permissions for filesRolePermissions.getPage()
Role permissions for all pagesRolePermissions.getPageLanguages()
Language specific role permissionsPermissionsMap.getPermissions()
Permissions not specific to languagesMethods in com.gentics.contentnode.rest.model.perm with parameters of type PermTypeModifier and TypeMethodDescriptionSet typeMethod parameters in com.gentics.contentnode.rest.model.perm with type arguments of type PermTypeModifier and TypeMethodDescriptionvoid
Set role permissions for filesvoid
Set role permissions for all pagesvoid
Set language specific role permissionsvoid
PermissionsMap.setPermissions
(Map<PermType, Boolean> permissions) Set the permissions map