Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission

Packages that use RemoteContentPermission
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.beans   
com.atlassian.confluence.rpc.soap.services   
 

Uses of RemoteContentPermission in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteContentPermission
 boolean XhtmlSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean WikiSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean ConfluenceSoapService.setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
          Set the content permissions for a particular permission type on some content.
 

Uses of RemoteContentPermission in com.atlassian.confluence.rpc.soap.beans
 

Methods in com.atlassian.confluence.rpc.soap.beans that return RemoteContentPermission
 RemoteContentPermission[] RemoteContentPermissionSet.getContentPermissions()
           
 

Uses of RemoteContentPermission in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteContentPermission
 boolean PagesSoapService.setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.