com.atlassian.jira.web.action.issue
Interface SearchRequestViewsAction
- All Known Implementing Classes:
- IssueNavigator
public interface SearchRequestViewsAction
Interface that should be implemented by actions which wish to display search requests with multiple views (both
system defined and pluginised ones).
- Since:
- v4.0
getPrintable
SearchRequestViewModuleDescriptor getPrintable()
getFullContent
SearchRequestViewModuleDescriptor getFullContent()
getXml
SearchRequestViewModuleDescriptor getXml()
getRssIssues
SearchRequestViewModuleDescriptor getRssIssues()
getRssComments
SearchRequestViewModuleDescriptor getRssComments()
getWord
SearchRequestViewModuleDescriptor getWord()
getAllExcelFields
SearchRequestViewModuleDescriptor getAllExcelFields()
getCurrentExcelFields
SearchRequestViewModuleDescriptor getCurrentExcelFields()
getChart
SearchRequestViewModuleDescriptor getChart()
getNonSystemSearchRequestViews
Collection<SearchRequestViewModuleDescriptor> getNonSystemSearchRequestViews()
- Returns:
- all the SearchRequestViewModuleDescriptors loaded via plugins (no system defined ones).
Copyright © 2002-2012 Atlassian. All Rights Reserved.