|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityQueryParser
Implementations can currently only support one boolean condition
| 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. |
| Method Detail |
|---|
SearchResult findUsers(Query query)
throws EntityException
SearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access..
EntityException
SearchResult findGroups(Query query)
throws EntityException
SearchResult object holding results for each RepositoryIdentifier the
the entityQueryParser can access..
EntityException
SearchResult findUsers(Query query,
QueryContext context)
throws EntityException
SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search.
EntityException
SearchResult findGroups(Query query,
QueryContext context)
throws EntityException
SearchResult object holding results for each RepositoryIdentifier the
entityQueryParser has been instructed, via a QueryContext to search.
EntityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||