com.atlassian.jira.plugin.link.confluence.service.rpc.ConfluenceRpcService |
Known Indirect Subclasses |
Helper class for making XMLRPC calls to Confluence servers.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the page with the given id, on the Confluence server given by the application link.
| |||||||||||
Get the list of spaces for the Confluence instance matching the given ApplicationLink.
| |||||||||||
Search the Confluence instance matching the given ApplicationLink.
|
Gets the page with the given id, on the Confluence server given by the application link.
applicationLink | the application link of the Confluence server |
---|---|
pageId | the page id |
RemoteResponse
containing a ConfluencePage
and properties of the HTTP responseCredentialsRequiredException | thrown if authentication is required |
---|---|
ResponseException | thrown if the response cannot be retrieved |
Get the list of spaces for the Confluence instance matching the given ApplicationLink.
applicationLink | the link to the Confluence instance |
---|
RemoteResponse
containing a List of ConfluenceSpace
s and properties of the HTTP responseCredentialsRequiredException | thrown if authentication is required |
---|---|
ResponseException | thrown if the response cannot be retrieved |
Search the Confluence instance matching the given ApplicationLink.
applicationLink | the link to the Confluence instance |
---|---|
query | the search term |
maxResults | the maximum number of results to return |
spaceKey | the space to search within, or if null, search all spaces |
RemoteResponse
containing a List of ConfluenceSearchResult
s and properties of the HTTP responseCredentialsRequiredException | thrown if authentication is required |
---|---|
ResponseException | thrown if the response cannot be retrieved |