public interface

FilterSearchForm

com.atlassian.jira.web.action.filter.FilterSearchForm

Class Overview

Represents the form state for a filter search including the multiple tabs, known as filter views.

Summary

Public Methods
String getFilterView()
The name of the view or tab.
String getGroupShare()
Long getPagingOffset()
String getProjectShare()
String getRoleShare()
String getSearchName()
String getSearchOwnerUserName()
String getSearchShareType()
String getShowProjects()
String getSortColumn()
The column to sort by.
boolean isSortAscending()
Whether the desired sorting of results is ascending or descending.

Public Methods

public String getFilterView ()

The name of the view or tab.

public String getGroupShare ()

public Long getPagingOffset ()

public String getProjectShare ()

public String getRoleShare ()

public String getSearchName ()

public String getSearchOwnerUserName ()

public String getSearchShareType ()

public String getShowProjects ()

public String getSortColumn ()

The column to sort by.

Returns
  • the name of the column to sort by.

public boolean isSortAscending ()

Whether the desired sorting of results is ascending or descending.

Returns
  • true only if the sort order is ascending.