|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.user.search.query.AbstractEntityQueryParser
com.atlassian.user.impl.hibernate.search.query.HibernateEntityQueryParser
public class HibernateEntityQueryParser
Handles Query objects on a HibernateRepository.
| Constructor Summary | |
|---|---|
HibernateEntityQueryParser(RepositoryIdentifier identifier,
HibernateRepository repository)
|
|
| Method Summary | |
|---|---|
SearchResult |
findGroups(Query query)
Generates a SearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access.. |
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 holding results for each RepositoryIdentifier the
the entityQueryParser can access.. |
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 com.atlassian.user.search.query.AbstractEntityQueryParser |
|---|
identifyDefiningQuery, matchQueryToQueryType, validateBooleanToQueryType, validateQuery |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HibernateEntityQueryParser(RepositoryIdentifier identifier,
HibernateRepository repository)
| Method Detail |
|---|
public SearchResult findUsers(Query query)
throws EntityException
EntityQueryParserSearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access..
findUsers in interface EntityQueryParserEntityException
public SearchResult findGroups(Query query)
throws EntityException
EntityQueryParserSearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access..
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 | |||||||||