Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
Packages that use RemoteSearchResult
-
Uses of RemoteSearchResult in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteSearchResultModifier and TypeMethodDescriptionConfluenceSoapService.getLabelContentById
(String token, long labelId) Deprecated.since 9.3.0, use CQL insteadWikiSoapService.getLabelContentById
(String token, long labelId) XhtmlSoapService.getLabelContentById
(String token, long labelId) ConfluenceSoapService.getLabelContentByName
(String token, String labelName) Deprecated.since 9.3.0, use CQL insteadWikiSoapService.getLabelContentByName
(String token, String labelName) XhtmlSoapService.getLabelContentByName
(String token, String labelName) ConfluenceSoapService.getLabelContentByObject
(String token, RemoteLabel labelObject) Deprecated.since 9.3.0, use CQL insteadWikiSoapService.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
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteSearchResultModifier and TypeMethodDescriptionLabelsSoapService.getLabelContentById
(long labelId) LabelsSoapService.getLabelContentByName
(String labelName) LabelsSoapService.getLabelContentByObject
(RemoteLabel labelObject)