com.atlassian.confluence.user
Interface SearchEntitiesManager
- All Known Implementing Classes:
- DefaultSearchEntitiesManager
- public interface SearchEntitiesManager
MATCH_ALL
public static final String MATCH_ALL
- See Also:
- Constant Field Values
MATCH_ANY
public static final String MATCH_ANY
- See Also:
- Constant Field Values
findGroups
public SearchResult findGroups(TermQuery tQuery)
throws EntityException
- Throws:
EntityException
findUsers
public SearchResult findUsers(Query finalQuery)
throws EntityException
- Throws:
EntityException
getTermQuery
public TermQuery getTermQuery(String term,
Class termQueryClass)
throws EntityQueryException
- Throws:
EntityQueryException
getGroupNameTermQuery
public TermQuery getGroupNameTermQuery(String groupnameTerm)
throws EntityQueryException
- Throws:
EntityQueryException
createUserQuery
public Query createUserQuery(List searchTerms,
String operator)
throws EntityQueryException
- Throws:
EntityQueryException