public interface PermissionsFilterGenerator
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
getQuery(com.atlassian.crowd.embedded.api.User searcher)
Generates a lucene
Query that is the canonical set of permissions for viewable issues for the given user. |
org.apache.lucene.search.Query getQuery(com.atlassian.crowd.embedded.api.User searcher)
Query
that is the canonical set of permissions for viewable issues for the given user.
This query can then be used to filter out impermissible documents from a lucene search.searcher
- the user performing the searchCopyright © 2002-2015 Atlassian. All Rights Reserved.