Interface | Description |
---|---|
ContentNameSearcher |
Search for Confluence content by its name (for Pages we search title, for users, we search full names, etc.).
|
ContentNameSearchSectionSpec |
Specifies how a
ContentNameSearchSection is populated. |
ContentNameSearchSectionsProvider |
This interface must be implemented by plugins who wish to include results in the Confluence quick nav.
|
ContentNameSearchService |
An search service that will take a query String and apply it as a search across the 'universal title'
field within the Confluence search index.
|
QueryTokenizer |
Tokenizes a query string into
QueryToken s. |
Class | Description |
---|---|
Category |
Represents a category in which results coming back from a content name search can be put in.
|
ContentNameSearchContext |
A context of the environment that is passed to
ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext) . |
ContentNameSearchSection |
Defines a section in the results of the quick nav dropdown.
|
ContentNameSearchSectionsProviderModuleDescriptor | |
DefaultContentNameSearchSectionsProvider |
The default section provider for quick nav that searches through pages, blogs, attachments, peoples and spaces.
|
DefaultContentNameSearchService | |
QueryToken |
A token emitted from tokenization performed by
QueryTokenizer . |
ResultTemplate |
Class that allows clients to specify what categories of results to get back from any content name search.
|
SearchResult |
Represents a search result from a content name search.
|
SemaphoreHolder |
Holds the semaphore used to enforce a limit on the number of simultaneous quick nav searches.
|
SemaphoreRefreshListener |
Listener that listens for changes to the global configuration.
|
Enum | Description |
---|---|
QueryToken.Type |
Copyright © 2003–2020 Atlassian. All rights reserved.