public interface

ResultFilter

com.atlassian.confluence.search.v2.ResultFilter
Known Indirect Subclasses

Class Overview

Represents some method for filtering search results before they are returned from the search subsystem. Result filters

Summary

Public Methods
String getKey()
Gets the unique key that identifies this type of result filter.
List getParameters()
Gets the parameters that configure this result filter.

Public Methods

public String getKey ()

Gets the unique key that identifies this type of result filter.

Returns
  • the filter key

public List getParameters ()

Gets the parameters that configure this result filter. Parameters should either be strings, or ResultFilter implementations.

Returns
  • the filter parameters