com.atlassian.confluence.hosted.search.v2.searchfilter
Class ExcludePersonalInformationSearchFilter

java.lang.Object
  extended by com.atlassian.confluence.hosted.search.v2.searchfilter.ExcludePersonalInformationSearchFilter
All Implemented Interfaces:
SearchFilter

public class ExcludePersonalInformationSearchFilter
extends java.lang.Object
implements SearchFilter

Excludes Personal Information Objects from the search results. This is used in shared mode where information about users should not be exposed via the search.


Constructor Summary
ExcludePersonalInformationSearchFilter()
           
 
Method Summary
static ExcludePersonalInformationSearchFilter getInstance()
           
 java.lang.String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludePersonalInformationSearchFilter

public ExcludePersonalInformationSearchFilter()
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface SearchFilter
Returns:
the plugin key

getInstance

public static ExcludePersonalInformationSearchFilter getInstance()


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