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

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

public class ExcludePersonalInformationSearchFilter
extends AbstractChainableSearchFilter

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 com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
and, or
 
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()
Returns:
the plugin key

getInstance

public static ExcludePersonalInformationSearchFilter getInstance()


Copyright © 2003-2014 Atlassian. All Rights Reserved.