Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteContentPermissionSet |
WikiSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
XhtmlSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType) |
RemoteContentPermissionSet |
ConfluenceSoapService.getContentPermissionSet(String token,
long contentId,
String permissionType)
Get the content permission set of a certain type for a particular piece of content
|
RemoteContentPermissionSet[] |
WikiSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
XhtmlSoapService.getContentPermissionSets(String token,
long contentId) |
RemoteContentPermissionSet[] |
ConfluenceSoapService.getContentPermissionSets(String token,
long contentId)
Get the content permission sets for a particular piece of content
|
Modifier and Type | Method and Description |
---|---|
RemoteContentPermissionSet |
PagesSoapService.getContentPermissionSet(long contentId,
String permissionType) |
RemoteContentPermissionSet[] |
PagesSoapService.getContentPermissionSets(long contentId) |
Copyright © 2003–2017 Atlassian. All rights reserved.