Uses of Enum Class
org.exoplatform.wiki.model.PermissionType
Packages that use PermissionType
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of PermissionType in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type PermissionTypeModifier and TypeMethodDescriptionbooleanJPADataStorage.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity identity) booleanJPADataStorage.hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity identity) -
Uses of PermissionType in org.exoplatform.wiki.jpa.entity
Methods in org.exoplatform.wiki.jpa.entity that return PermissionTypeMethods in org.exoplatform.wiki.jpa.entity with parameters of type PermissionTypeModifier and TypeMethodDescriptionvoidPermissionEntity.setPermissionType(PermissionType permissionType) Constructors in org.exoplatform.wiki.jpa.entity with parameters of type PermissionTypeModifierConstructorDescriptionPermissionEntity(String identity, String identityType, PermissionType permissionType) -
Uses of PermissionType in org.exoplatform.wiki.model
Methods in org.exoplatform.wiki.model that return PermissionTypeModifier and TypeMethodDescriptionPermission.getPermissionType()static PermissionTypeReturns the enum constant of this class with the specified name.static PermissionType[]PermissionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.wiki.model with parameters of type PermissionTypeModifier and TypeMethodDescriptionvoidPermission.setPermissionType(PermissionType permissionType) Constructors in org.exoplatform.wiki.model with parameters of type PermissionType -
Uses of PermissionType in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type PermissionTypeModifier and TypeMethodDescriptionbooleanDataStorage.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user) Check if the identity has the given permission type on a pagebooleanNoteService.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user) Checks if the given user has the permission on a pagebooleanDataStorage.hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity identity) Check if the identity has the given permission type on a wikibooleanWikiService.hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity user) Check if the identity has the given permission type on a wiki -
Uses of PermissionType in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type PermissionTypeModifier and TypeMethodDescriptionbooleanNoteServiceImpl.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user) booleanWikiServiceImpl.hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity user)