|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Filter
com.atlassian.confluence.search.lucene.filter.SpacePermissionsFilter
public class SpacePermissionsFilter
Class that filters results by the spaces the current user is allowed to see. There will be a singleton instance of this class in the system which allows the possibility of caching some of the filtering being done here.
| Constructor Summary | |
|---|---|
SpacePermissionsFilter(SpacePermissionsFilterDao spacePermissionsFilterDao,
org.apache.lucene.search.Filter inSpaceFilter)
|
|
| Method Summary | |
|---|---|
java.util.BitSet |
bits(org.apache.lucene.index.IndexReader reader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpacePermissionsFilter(SpacePermissionsFilterDao spacePermissionsFilterDao,
org.apache.lucene.search.Filter inSpaceFilter)
| Method Detail |
|---|
public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
throws java.io.IOException
bits in class org.apache.lucene.search.Filterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||