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()
BambooStreamRootMapper
getFileName
in interface BambooStreamRootMapper
public void exportData(@NotNull OutputStream outputStream, ExportDetailsBean exportDetailsBean) throws Exception
BambooStreamRootMapper
exportData
in interface BambooStreamRootMapper
Exception
- when something went wrongpublic void importData(@NotNull InputStream inputStream) throws Exception
BambooStreamRootMapper
importData
in interface BambooStreamRootMapper
Exception
- when something went wrongCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.