public interface

SearchRequestViewsAction

com.atlassian.jira.web.action.issue.SearchRequestViewsAction

Class Overview

Interface that should be implemented by actions which wish to display search requests with multiple views (both system defined and pluginised ones).

Public Methods

public SearchRequestViewModuleDescriptor getAllExcelFields ()

public SearchRequestViewModuleDescriptor getCurrentExcelFields ()

public SearchRequestViewModuleDescriptor getFullContent ()

public Collection<SearchRequestViewModuleDescriptor> getNonSystemSearchRequestViews ()

Returns
  • all the SearchRequestViewModuleDescriptors loaded via plugins (no system defined ones).

public SearchRequestViewModuleDescriptor getPrintable ()

public SearchRequestViewModuleDescriptor getRssComments ()

public SearchRequestViewModuleDescriptor getRssIssues ()