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 booleanConfluenceSoapService. setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)Set the content permissions for a particular permission type on some content.booleanWikiSoapService. setContentPermissions(String token, long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)booleanXhtmlSoapService. 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 booleanPagesSoapService. setContentPermissions(long contentId, String permissionType, RemoteContentPermission[] remoteContentPermissions)
-