public interface BambooStreamRootMapper extends BambooRootMapper
Modifier and Type | Method and Description |
---|---|
void |
exportData(OutputStream outputStream,
ExportDetailsBean exportDetailsBean)
Perform data export
|
String |
getFileName()
Returns local name of the XML parent node handled by this mapper
|
void |
importData(InputStream inputStream)
Perform data import
|
isShouldExport
@NotNull String getFileName()
void exportData(@NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean) throws Exception
outputStream
- exportDetailsBean
- Exception
- when something went wrongvoid importData(@NotNull InputStream inputStream) throws Exception
inputStream
- Exception
- when something went wrongCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.