|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.impl.delegation.search.query.DelegatingEntityQueryParser
Constructor Summary | |
DelegatingEntityQueryParser(java.util.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(java.util.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 EntityQueryParser
EntityException
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 EntityQueryParser
EntityException
public SearchResult findUsers(Query query, QueryContext context) throws EntityException
EntityQueryParser
SearchResult
object holding results for each RepositoryIdentifier
the
entityQueryParser has been instructed, via a QueryContext
to search.
findUsers
in interface EntityQueryParser
EntityException
public SearchResult findGroups(Query query, QueryContext context) throws EntityException
EntityQueryParser
SearchResult
object holding results for each RepositoryIdentifier
the
entityQueryParser has been instructed, via a QueryContext
to search.
findGroups
in interface EntityQueryParser
EntityException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |