public class ActiveObjectsMapper extends Object implements BambooStreamRootMapper
| Constructor and Description |
|---|
ActiveObjectsMapper() |
| 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
|
boolean |
isShouldExport(ExportDetailsBean exportDetailsBean) |
public boolean isShouldExport(@NotNull
ExportDetailsBean exportDetailsBean)
isShouldExport in interface BambooRootMapper@NotNull public String getFileName()
BambooStreamRootMappergetFileName in interface BambooStreamRootMapperpublic void exportData(@NotNull
OutputStream outputStream,
ExportDetailsBean exportDetailsBean)
throws Exception
BambooStreamRootMapperexportData in interface BambooStreamRootMapperException - when something went wrongpublic void importData(@NotNull
InputStream inputStream)
throws Exception
BambooStreamRootMapperimportData in interface BambooStreamRootMapperException - when something went wrongCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.