Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteContentPermissionSet
-
Packages that use RemoteContentPermissionSet Package Description 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 Modifier and Type Method Description RemoteContentPermissionSet
ConfluenceSoapService. getContentPermissionSet(String token, long contentId, String permissionType)
Get the content permission set of a certain type for a particular piece of contentRemoteContentPermissionSet
WikiSoapService. getContentPermissionSet(String token, long contentId, String permissionType)
RemoteContentPermissionSet
XhtmlSoapService. getContentPermissionSet(String token, long contentId, String permissionType)
RemoteContentPermissionSet[]
ConfluenceSoapService. getContentPermissionSets(String token, long contentId)
Get the content permission sets for a particular piece of contentRemoteContentPermissionSet[]
WikiSoapService. getContentPermissionSets(String token, long contentId)
RemoteContentPermissionSet[]
XhtmlSoapService. getContentPermissionSets(String token, long contentId)
-
Uses of RemoteContentPermissionSet in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteContentPermissionSet Modifier and Type Method Description RemoteContentPermissionSet
PagesSoapService. getContentPermissionSet(long contentId, String permissionType)
RemoteContentPermissionSet[]
PagesSoapService. getContentPermissionSets(long contentId)
-