public class

HandleBasedSubsetResultFilter

extends Object
implements ResultFilter
java.lang.Object
   ↳ com.atlassian.confluence.search.v2.filter.HandleBasedSubsetResultFilter

Class Overview

Result filter that returns a subset of the total result set starting from the index document that comes after the document with the specified handle.

Summary

Public Constructors
HandleBasedSubsetResultFilter(Handle handle, int pageSize)
Public Methods
Handle getHandle()
String getKey()
Gets the unique key that identifies this type of result filter.
int getPageSize()
List getParameters()
Gets the parameters that configure this result filter.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.search.v2.ResultFilter

Public Constructors

public HandleBasedSubsetResultFilter (Handle handle, int pageSize)

Public Methods

public Handle getHandle ()

public String getKey ()

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

Returns
  • the filter key

public int getPageSize ()

public List getParameters ()

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

Returns
  • the filter parameters