Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
- 
Packages that use RemoteSearchResult Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services  - 
- 
Uses of RemoteSearchResult in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteSearchResult Modifier and Type Method Description RemoteSearchResult[]ConfluenceSoapService. getLabelContentById(String token, long labelId)Returns the content for a given label IDRemoteSearchResult[]WikiSoapService. getLabelContentById(String token, long labelId)RemoteSearchResult[]XhtmlSoapService. getLabelContentById(String token, long labelId)RemoteSearchResult[]ConfluenceSoapService. getLabelContentByName(String token, String labelName)Returns the content for a given label nameRemoteSearchResult[]WikiSoapService. getLabelContentByName(String token, String labelName)RemoteSearchResult[]XhtmlSoapService. getLabelContentByName(String token, String labelName)RemoteSearchResult[]ConfluenceSoapService. getLabelContentByObject(String token, RemoteLabel labelObject)Returns the content for a given label objectRemoteSearchResult[]WikiSoapService. getLabelContentByObject(String token, RemoteLabel labelObject)RemoteSearchResult[]XhtmlSoapService. getLabelContentByObject(String token, RemoteLabel labelObject)RemoteSearchResult[]ConfluenceSoapService. search(String token, String query, int maxResults)Search Confluence for the supplied query String.RemoteSearchResult[]ConfluenceSoapService. search(String token, String query, Map params, int maxResults)Search Confluence for the supplied query String.RemoteSearchResult[]WikiSoapService. search(String token, String query, int maxResults)RemoteSearchResult[]WikiSoapService. search(String token, String query, Map params, int maxResults)RemoteSearchResult[]XhtmlSoapService. search(String token, String query, int maxResults)RemoteSearchResult[]XhtmlSoapService. search(String token, String query, Map params, int maxResults) - 
Uses of RemoteSearchResult in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSearchResult Modifier and Type Method 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) 
 -