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


public interface FilterSearchForm

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


Method Summary
 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.
 

Method Detail

isSortAscending

boolean isSortAscending()
Whether the desired sorting of results is ascending or descending.

Returns:
true only if the sort order is ascending.

getSortColumn

String getSortColumn()
The column to sort by.

Returns:
the name of the column to sort by.

getFilterView

String getFilterView()
The name of the view or tab.

Returns:

getSearchName

String getSearchName()

getSearchOwnerUserName

String getSearchOwnerUserName()

getSearchShareType

String getSearchShareType()

getProjectShare

String getProjectShare()

getRoleShare

String getRoleShare()

getGroupShare

String getGroupShare()

getPagingOffset

Long getPagingOffset()

getShowProjects

String getShowProjects()


Copyright © 2002-2013 Atlassian. All Rights Reserved.