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