public class

ExcludePersonalInformationSearchFilter

extends AbstractChainableSearchFilter
java.lang.Object
   ↳ com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
     ↳ com.atlassian.confluence.hosted.search.v2.searchfilter.ExcludePersonalInformationSearchFilter

Class Overview

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.

Summary

Public Constructors
ExcludePersonalInformationSearchFilter()
Public Methods
static ExcludePersonalInformationSearchFilter getInstance()
String getKey()
[Expand]
Inherited Methods
From class com.atlassian.confluence.search.v2.AbstractChainableSearchFilter
From class java.lang.Object
From interface com.atlassian.confluence.search.v2.SearchFilter

Public Constructors

public ExcludePersonalInformationSearchFilter ()

Public Methods

public static ExcludePersonalInformationSearchFilter getInstance ()

public String getKey ()