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

Packages that use RemoteContentPermissionSet
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
 

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

Methods in com.atlassian.confluence.rpc.soap that return RemoteContentPermissionSet
 RemoteContentPermissionSet XhtmlSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet WikiSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
           
 RemoteContentPermissionSet ConfluenceSoapService.getContentPermissionSet(String token, long contentId, String permissionType)
          Get the content permission set of a certain type for a particular piece of content
 RemoteContentPermissionSet[] XhtmlSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] WikiSoapService.getContentPermissionSets(String token, long contentId)
           
 RemoteContentPermissionSet[] ConfluenceSoapService.getContentPermissionSets(String token, long contentId)
          Get the content permission sets for a particular piece of content
 

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

Methods in com.atlassian.confluence.rpc.soap.services that return RemoteContentPermissionSet
 RemoteContentPermissionSet PagesSoapService.getContentPermissionSet(long contentId, String permissionType)
           
 RemoteContentPermissionSet[] PagesSoapService.getContentPermissionSets(long contentId)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.