| java.lang.Object | |
| ↳ | com.atlassian.confluence.search.service.DefaultPredefinedSearchBuilder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a recent update search.
| |||||||||||
Create and return the
Search used to perform a site wide search in Confluence. | |||||||||||
Create and return the
Search used to find users know to the system based on parts of their name or
user name. | |||||||||||
This method is deprecated.
See super class javadoc.
| |||||||||||
This method is deprecated.
See super class javadoc.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.confluence.search.service.PredefinedSearchBuilder
| |||||||||||||||||||||
Create a recent update search.
| params | the params |
|---|---|
| startIndex | to support paging, specify the index of the first result to be included in the result. The startIndex should be greater than 0, |
| numberOfResults | the maximum number of results to return |
Create and return the Search used to perform a site wide search in Confluence.
| searchQueryParams | the query to execute |
|---|---|
| startIndex | to support paging, specify the index of the first result to be included in the result. The startIndex should be greater than 0, |
| pageSize | the maximum number of results to return. This must be greater than 0. |
Create and return the Search used to find users know to the system based on parts of their name or
user name. You should not use wild card within the supplied query, simply supply as much as you know of the
user(s) required e.g. parts of names such as "Andr" or "Peter An" or parts of usernames.
| query | the query term |
|---|---|
| maxResults | the maximum number of results to return |
This method is deprecated.
See super class javadoc.
This method is deprecated.
See super class javadoc.

