Class ContentSearchResult
java.lang.Object
com.atlassian.confluence.api.model.search.SearchResult<Content>
com.atlassian.confluence.api.model.search.ContentSearchResult
- All Implemented Interfaces:
com.atlassian.sal.api.search.SearchMatch
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.confluence.api.model.search.SearchResult
SearchResult.Builder<T> -
Method Summary
Methods inherited from class com.atlassian.confluence.api.model.search.SearchResult
builder, getEntity, getEntityType, getExcerpt, getFriendlyLastModified, getIconCssClass, getLastModifiedAt, getResourceType, getResultGlobalContainer, getResultGlobalContainerRef, getResultParent, getResultParentContainer, getResultParentRef, getTitle, getUrl
-
Method Details
-
getEntityRef
- Specified by:
getEntityRefin classSearchResult<Content>- Returns:
- a reference to the result entity that this searchResult wraps.
-
getContent
-