Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteContentPermission
-
Packages that use RemoteContentPermission Package Description 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 Modifier and Type Method Description boolean
ConfluenceSoapService. setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
Set the content permissions for a particular permission type on some content.boolean
WikiSoapService. setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
boolean
XhtmlSoapService. setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
-
Uses of RemoteContentPermission in com.atlassian.confluence.rpc.soap.beans
Methods in com.atlassian.confluence.rpc.soap.beans that return RemoteContentPermission Modifier and Type Method Description RemoteContentPermission[]
RemoteContentPermissionSet. getContentPermissions()
RemoteContentPermission[]
RemoteSpacePermissionSet. getSpacePermissions()
-
Uses of RemoteContentPermission in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteContentPermission Modifier and Type Method Description boolean
PagesSoapService. setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
-