Class RemoteSearchResult
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteSearchResult
-
Constructor Summary
ConstructorDescriptionRemoteSearchResult
(Addressable addressable) Construct a new RemoteSearchResult from properties obtained from an AddressableRemoteSearchResult
(SearchResult searchResult) RemoteSearchResult
(SearchResult searchResult, String query) Construct a new RemoteSearchResult from a SearchResult and the original query -
Method Summary
-
Constructor Details
-
RemoteSearchResult
public RemoteSearchResult() -
RemoteSearchResult
-
RemoteSearchResult
Construct a new RemoteSearchResult from a SearchResult and the original query -
RemoteSearchResult
Construct a new RemoteSearchResult from properties obtained from an Addressable
-
-
Method Details
-
setType
-
setId
public void setId(long id) -
setTitle
-
setUrl
-
setExcerpt
-
getType
-
getId
public long getId()Retreive the database identifier for this object.Warning: Since the id is obtained from the search index, it might be outdated.
- Returns:
- Database id key if available, -1 otherwise.
-
getTitle
-
getUrl
-
getExcerpt
-
toString
-