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
@Internal public final class ContentSearchResult extends SearchResult<Content>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.api.model.search.SearchResult
SearchResult.Builder<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Content
getContent()
Reference<Content>
getEntityRef()
-
Methods inherited from class com.atlassian.confluence.api.model.search.SearchResult
builder, getEntity, getEntityType, getExcerpt, getFriendlyLastModified, getIconCssClass, getLastModified, getResourceType, getResultGlobalContainer, getResultGlobalContainerRef, getResultParent, getResultParentContainer, getResultParentRef, getTitle, getUrl
-
-
-
-
Method Detail
-
getEntityRef
public Reference<Content> getEntityRef()
- Specified by:
getEntityRef
in classSearchResult<Content>
- Returns:
- a reference to the result entity that this searchResult wraps.
-
getContent
public Content getContent()
-
-