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 ConfluenceSoapServiceImpl.setContentPermissions(java.lang.String token, long contentId, java.lang.String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean ConfluenceSoapServiceDelegator.setContentPermissions(java.lang.String token, long contentId, java.lang.String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 boolean ConfluenceSoapService.setContentPermissions(java.lang.String token, long contentId, java.lang.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, java.lang.String permissionType, RemoteContentPermission[] remoteContentPermissions)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.