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 RemoteContentPermissionSetConfluenceSoapService. getContentPermissionSet(String token, long contentId, String permissionType)Get the content permission set of a certain type for a particular piece of contentRemoteContentPermissionSetWikiSoapService. getContentPermissionSet(String token, long contentId, String permissionType)RemoteContentPermissionSetXhtmlSoapService. 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 RemoteContentPermissionSetPagesSoapService. getContentPermissionSet(long contentId, String permissionType)RemoteContentPermissionSet[]PagesSoapService. getContentPermissionSets(long contentId)
-