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