com.atlassian.confluence.search.scope
Class LabelScope

java.lang.Object
  extended by com.atlassian.confluence.search.scope.LabelScope
All Implemented Interfaces:
ConfluenceSearchScope

public class LabelScope
extends java.lang.Object
implements ConfluenceSearchScope


Constructor Summary
LabelScope(java.util.List labels)
           
LabelScope(java.util.List labels, org.apache.lucene.search.BooleanClause.Occur labelOccur)
           
 
Method Summary
 void restrictQuery(com.atlassian.user.User user, org.apache.lucene.search.BooleanQuery query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelScope

public LabelScope(java.util.List labels)

LabelScope

public LabelScope(java.util.List labels,
                  org.apache.lucene.search.BooleanClause.Occur labelOccur)
Method Detail

restrictQuery

public void restrictQuery(com.atlassian.user.User user,
                          org.apache.lucene.search.BooleanQuery query)
Specified by:
restrictQuery in interface ConfluenceSearchScope


Copyright © 2003-2013 Atlassian. All Rights Reserved.