Uses of Class
com.atlassian.confluence.it.SearchResult
-
Packages that use SearchResult Package Description com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.xmlrpc -
-
Uses of SearchResult in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
ConfluenceRpc. getLabelContent(long labelId)
Deprecated.List<SearchResult>
ConfluenceRpc. getLabelContent(String labelName)
Deprecated.List<SearchResult>
LabelsRpc. getLabelContentById(long labelId)
List<SearchResult>
LabelsRpc. getLabelContentByName(String labelName)
List<SearchResult>
ConfluenceRpc. getLabelContentByObject(Object remoteLabel)
Deprecated.Returns the content for a given label objectList<SearchResult>
LabelsRpc. getLabelContentByObject(Object remoteLabel)
Returns the content for a given label object -
Uses of SearchResult in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
XmlRpcLabelsClient. getLabelContentById(long labelId)
List<SearchResult>
XmlRpcLabelsClient. getLabelContentByName(String labelName)
List<SearchResult>
XmlRpcLabelsClient. getLabelContentByObject(Object remoteLabel)
Returns the content for a given label object
-