Uses of Class
org.exoplatform.wiki.mow.api.PermissionType
-
Packages that use PermissionType Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.entity org.exoplatform.wiki.mow.api org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of PermissionType in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type PermissionType Modifier and Type Method Description booleanJPADataStorage. 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 PermissionType Modifier and Type Method Description PermissionTypePermissionEntity. getPermissionType()Methods in org.exoplatform.wiki.jpa.entity with parameters of type PermissionType Modifier and Type Method Description voidPermissionEntity. setPermissionType(PermissionType permissionType)Constructors in org.exoplatform.wiki.jpa.entity with parameters of type PermissionType Constructor Description PermissionEntity(String identity, String identityType, PermissionType permissionType) -
Uses of PermissionType in org.exoplatform.wiki.mow.api
Methods in org.exoplatform.wiki.mow.api that return PermissionType Modifier and Type Method Description PermissionTypePermission. getPermissionType()static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.wiki.mow.api with parameters of type PermissionType Modifier and Type Method Description voidPermission. setPermissionType(PermissionType permissionType)Constructors in org.exoplatform.wiki.mow.api with parameters of type PermissionType Constructor Description Permission(PermissionType permissionType, boolean isAllowed) -
Uses of PermissionType in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type PermissionType Modifier and Type Method Description booleanNoteService. hasPermissionOnNote(Page note, PermissionType permissionType, org.exoplatform.services.security.Identity user)Checks if the given user has the permission on a notebooleanDataStorage. hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user)Check if the identity has the given permission type on a pagebooleanWikiService. 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 PermissionType Modifier and Type Method Description booleanNoteServiceImpl. hasPermissionOnNote(Page note, PermissionType permissionType, org.exoplatform.services.security.Identity user)booleanWikiServiceImpl. hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user)booleanWikiServiceImpl. hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity user)
-