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

Packages that use PermissionEntry
org.exoplatform.wiki.service Wiki Services classes to handle all actions on the wiki. 
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
 

Uses of PermissionEntry in org.exoplatform.wiki.service
 

Methods in org.exoplatform.wiki.service that return types with arguments of type PermissionEntry
 List<PermissionEntry> WikiService.getWikiPermission(String wikiType, String wikiOwner)
          Return a lists permissions for the wiki based on the type and the owner
 

Method parameters in org.exoplatform.wiki.service with type arguments of type PermissionEntry
 void WikiService.setWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries)
          Add new permissions to the wiki
 

Uses of PermissionEntry in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PermissionEntry
 List<PermissionEntry> WikiServiceImpl.getWikiPermission(String wikiType, String wikiOwner)
           
 

Method parameters in org.exoplatform.wiki.service.impl with type arguments of type PermissionEntry
 void WikiServiceImpl.setWikiPermission(String wikiType, String wikiOwner, List<PermissionEntry> permissionEntries)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.