| Package | Description |
|---|---|
| com.atlassian.confluence.rpc.soap | |
| com.atlassian.confluence.rpc.soap.services |
| Modifier and Type | Method and Description |
|---|---|
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentById(String token,
long labelId) |
RemoteSearchResult[] |
WikiSoapService.getLabelContentById(String token,
long labelId) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentById(String token,
long labelId)
Returns the content for a given label ID
|
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentByName(String token,
String labelName) |
RemoteSearchResult[] |
WikiSoapService.getLabelContentByName(String token,
String labelName) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByName(String token,
String labelName)
Returns the content for a given label name
|
RemoteSearchResult[] |
XhtmlSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
WikiSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject) |
RemoteSearchResult[] |
ConfluenceSoapService.getLabelContentByObject(String token,
RemoteLabel labelObject)
Returns the content for a given label object
|
RemoteSearchResult[] |
XhtmlSoapService.search(String token,
String query,
int maxResults) |
RemoteSearchResult[] |
WikiSoapService.search(String token,
String query,
int maxResults) |
RemoteSearchResult[] |
ConfluenceSoapService.search(String token,
String query,
int maxResults)
Search Confluence for the supplied query String.
|
RemoteSearchResult[] |
XhtmlSoapService.search(String token,
String query,
Map params,
int maxResults) |
RemoteSearchResult[] |
WikiSoapService.search(String token,
String query,
Map params,
int maxResults) |
RemoteSearchResult[] |
ConfluenceSoapService.search(String token,
String query,
Map params,
int maxResults)
Search Confluence for the supplied query String.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteSearchResult[] |
LabelsSoapService.getLabelContentById(long labelId) |
RemoteSearchResult[] |
LabelsSoapService.getLabelContentByName(String labelName) |
RemoteSearchResult[] |
LabelsSoapService.getLabelContentByObject(RemoteLabel labelObject) |
RemoteSearchResult[] |
PagesSoapService.search(String query,
int maxResults) |
RemoteSearchResult[] |
PagesSoapService.search(String query,
Map params,
int maxResults) |
Copyright © 2003–2022 Atlassian. All rights reserved.