com.atlassian.confluence.search.v2
Interface SearchFilter

All Known Implementing Classes:
AuthorSearchFilter, ChainedSearchFilter, ContentPermissionsSearchFilter, ExcludePersonalInformationSearchFilter, SiteSearchPermissionsSearchFilter, SpacePermissionsSearchFilter

public interface SearchFilter

A filter to be performed against the search index during search time (not post results). Implementations should be immutable.

Search filters consist of a key (a unique string, usually a plugin module complete key, to identify the type of search filter being performed).


Method Summary
 java.lang.String getKey()
           
 

Method Detail

getKey

java.lang.String getKey()
Returns:
the plugin key


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.