public class SearchRequestCsvWithBomViewCurrentFields extends SearchRequestCsvViewCurrentFields
csvIssueExporter
descriptor
Constructor and Description |
---|
SearchRequestCsvWithBomViewCurrentFields(ApplicationProperties applicationProperties,
CsvIssueExporter csvIssueExporter,
JiraAuthenticationContext authenticationContext,
TableLayoutFactory tableLayoutFactory) |
Modifier and Type | Method and Description |
---|---|
void |
writeSearchResults(SearchRequest searchRequest,
SearchRequestParams searchRequestParams,
Writer writer)
Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
|
getFieldsToBeExported
writeHeaders
init, writeHeaders
public SearchRequestCsvWithBomViewCurrentFields(ApplicationProperties applicationProperties, CsvIssueExporter csvIssueExporter, JiraAuthenticationContext authenticationContext, TableLayoutFactory tableLayoutFactory)
public void writeSearchResults(SearchRequest searchRequest, SearchRequestParams searchRequestParams, Writer writer) throws SearchException
SearchRequestView
writeSearchResults
in interface SearchRequestView
writeSearchResults
in class AbstractCsvSearchRequestView
searchRequest
- the original search request submitted by the usersearchRequestParams
- stores a shallow copy of the session and a pagerfilter to determine how many results to displaywriter
- The writer used to stream the response.SearchException
- Exceptions occured while trying to peform a search on the SearchRequest
Copyright © 2002-2024 Atlassian. All Rights Reserved.