Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
-
Uses of RemoteSearchResult in com.atlassian.confluence.rpc.soap
Modifier and TypeMethodDescriptionConfluenceSoapService.getLabelContentById
(String token, long labelId) Returns the content for a given label IDWikiSoapService.getLabelContentById
(String token, long labelId) XhtmlSoapService.getLabelContentById
(String token, long labelId) ConfluenceSoapService.getLabelContentByName
(String token, String labelName) Returns the content for a given label nameWikiSoapService.getLabelContentByName
(String token, String labelName) XhtmlSoapService.getLabelContentByName
(String token, String labelName) ConfluenceSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) Returns the content for a given label objectWikiSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) XhtmlSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) Search Confluence for the supplied query String.Search Confluence for the supplied query String. -
Uses of RemoteSearchResult in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionLabelsSoapService.getLabelContentById
(long labelId) LabelsSoapService.getLabelContentByName
(String labelName) LabelsSoapService.getLabelContentByObject
(RemoteLabel labelObject)