Class SearchOptions
java.lang.Object
com.atlassian.confluence.api.model.search.SearchOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchOptions
static SearchOptions.Builder
builder()
boolean
boolean
-
Constructor Details
-
SearchOptions
-
-
Method Details
-
getExcerptStrategy
- Returns:
- The excerpt strategy to apply when building the search result
-
getSearchContext
-
isIncludeArchivedSpaces
public boolean isIncludeArchivedSpaces() -
isFireSearchPerformed
public boolean isFireSearchPerformed()- Returns:
- true if a com.atlassian.confluence.event.events.search.SearchPerformedEvent should be fired for this search
-
buildDefault
- Returns:
- a SearchOptions with an empty context and no excerpt
-
builder
-