Package ru.slie.luna.issue.export
Interface IssuesExportModule
public interface IssuesExportModule
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoExport(SearchResult<Issue> result, OutputStream stream, ExportParams exportParams) getExportFileInfo(ExportParams exportParams) getKey()getName()
-
Method Details
-
getKey
String getKey() -
getName
String getName() -
doExport
void doExport(SearchResult<Issue> result, OutputStream stream, ExportParams exportParams) throws IOException - Throws:
IOException
-
getExportFileInfo
- Throws:
ValidateException
-
getWebComponent
String getWebComponent()
-