|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public SearchResult findUsers(Query query) throws EntityException
SearchResult
object holding results for each RepositoryIdentifier
the
the entityQueryParser can access..
EntityException
public SearchResult findGroups(Query query) throws EntityException
SearchResult
object holding results for each RepositoryIdentifier
the
the entityQueryParser can access..
EntityException
public 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
public 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 |