| java.lang.Object | |
| ↳ | com.atlassian.confluence.user.DefaultSearchEntitiesManager |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.confluence.user.SearchEntitiesManager
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Find the groups that match a particular query, optionally filtering out groups not visible to the current
user.
| |||||||||||
Find all groups matching a particular query.
| |||||||||||
Finds users according to the specified query.
| |||||||||||
Returns an instance of TermQuery based on the passed Class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||
From interface
com.atlassian.confluence.user.SearchEntitiesManager
| |||||||||||||||||||||||
Find the groups that match a particular query, optionally filtering out groups not visible to the current user. The filterGroups argument will only make a difference if the Confluence server is running in shared mode.
| tQuery | the query to search on |
|---|---|
| filterGroups | true will filter out groups the current user is not permitted to see |
| EntityException |
|---|
Find all groups matching a particular query.
| tQuery | the query to search on |
|---|
| EntityException |
|---|
Finds users according to the specified query.
| userQuery | the user query |
|---|
getName() will be returned.| EntityException |
|---|
Returns an instance of TermQuery based on the passed Class.
For example to retrieve a UserNameTermQuery you can call: getTermQuery(usernameTerm, UserNameTermQuery.class)| term | The search term |
|---|---|
| termQueryClass | The class of the object that should be returned |
| EntityQueryException |
|---|

