Uses of Class
org.exoplatform.wiki.service.PermissionType

Packages that use PermissionType
org.exoplatform.wiki.mow.api   
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service   
 

Uses of PermissionType in org.exoplatform.wiki.mow.api
 

Methods in org.exoplatform.wiki.mow.api with parameters of type PermissionType
 boolean Page.hasPermission(PermissionType permissionType)
           
 boolean Attachment.hasPermission(PermissionType permissionType)
           
 boolean Page.hasPermission(PermissionType permissionType, org.exoplatform.services.security.Identity user)
          Check if user has permisison on page or not
abstract  boolean Permission.hasPermission(PermissionType permissionType, String path)
           
abstract  boolean Permission.hasPermission(PermissionType permissionType, String path, org.exoplatform.services.security.Identity user)
           
 

Uses of PermissionType in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type PermissionType
 boolean SimplePageImpl.hasPermission(PermissionType permissionType)
           
 boolean AttachmentImpl.hasPermission(PermissionType permissionType)
           
 boolean PageImpl.hasPermission(PermissionType permissionType)
           
 boolean SimplePageImpl.hasPermission(PermissionType permissionType, org.exoplatform.services.security.Identity user)
           
 boolean PageImpl.hasPermission(PermissionType permissionType, org.exoplatform.services.security.Identity user)
           
 boolean PermissionImpl.hasPermission(PermissionType permissionType, String jcrPath)
           
 boolean PermissionImpl.hasPermission(PermissionType permissionType, String jcrPath, org.exoplatform.services.security.Identity user)
           
 

Uses of PermissionType in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return PermissionType
 PermissionType Permission.getPermissionType()
           
static PermissionType PermissionType.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.service with parameters of type PermissionType
 void Permission.setPermissionType(PermissionType permissionType)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.