com.atlassian.confluence.search
Interface ConfluenceSearchScope

All Known Implementing Classes:
CompositeSearch, ExcludeMailAttachmentsScope, ExcludeProfileAttachmentsScope, LabelScope, ModifiedInLastDaysScope, ModifiedSinceScope, PermittedSpacesScope, SpaceScope, TextScope, TypeScope

public interface ConfluenceSearchScope

Determines the scope of a search.


Method Summary
 void restrictQuery(com.atlassian.user.User user, org.apache.lucene.search.BooleanQuery query)
           
 

Method Detail

restrictQuery

void restrictQuery(com.atlassian.user.User user,
                   org.apache.lucene.search.BooleanQuery query)


Copyright © 2003-2014 Atlassian. All Rights Reserved.