|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
public class DelegatingEntityQueryParser
| Constructor Summary | |
|---|---|
DelegatingEntityQueryParser(List entityQueryParsers)
|
|
| Method Summary | |
|---|---|
SearchResult |
findGroups(Query query)
Generates a SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. |
SearchResult |
findGroups(Query query,
QueryContext context)
Generates a SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search. |
SearchResult |
findUsers(Query query)
Generates a SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. |
SearchResult |
findUsers(Query query,
QueryContext context)
Generates a SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatingEntityQueryParser(List entityQueryParsers)
| Method Detail |
|---|
public SearchResult findUsers(Query query)
throws EntityException
SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. These are grouped in an array and returned.
Thus, if the entityQueryParser only knows about one configuration, the array
will either have a size of 0 (no sucesses) or 1.
findUsers in interface EntityQueryParserEntityException
public SearchResult findGroups(Query query)
throws EntityException
SearchResult object for each RepositoryIdentifier the
entityQueryParser can search. These are grouped in an array and returned.
Thus, if the entityQueryParser only knows about one configuration, the array
will either have a size of 0 (no sucesses) or 1.
findGroups in interface EntityQueryParserEntityException
public SearchResult findUsers(Query query,
QueryContext context)
throws EntityException
EntityQueryParserSearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search.
findUsers in interface EntityQueryParserEntityException
public SearchResult findGroups(Query query,
QueryContext context)
throws EntityException
EntityQueryParserSearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search.
findGroups in interface EntityQueryParserEntityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||