com.atlassian.bamboo.migration.stream.activeobjects
Class ActiveObjectsMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.stream.activeobjects.ActiveObjectsMapper
All Implemented Interfaces:
BambooRootMapper, BambooStreamRootMapper

public class ActiveObjectsMapper
extends java.lang.Object
implements BambooStreamRootMapper


Constructor Summary
ActiveObjectsMapper()
           
 
Method Summary
 void exportData(java.io.OutputStream outputStream, ExportDetailsBean exportDetailsBean)
          Perform data export
 java.lang.String getFileName()
          Returns local name of the XML parent node handled by this mapper
 void importData(java.io.InputStream inputStream)
          Perform data import
 boolean isShouldExport(ExportDetailsBean exportDetailsBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveObjectsMapper

public ActiveObjectsMapper()
Method Detail

isShouldExport

public boolean isShouldExport(@NotNull
                              ExportDetailsBean exportDetailsBean)
Specified by:
isShouldExport in interface BambooRootMapper

getFileName

@NotNull
public java.lang.String getFileName()
Description copied from interface: BambooStreamRootMapper
Returns local name of the XML parent node handled by this mapper

Specified by:
getFileName in interface BambooStreamRootMapper
Returns:
local name of the XML parent node

exportData

public void exportData(@NotNull
                       java.io.OutputStream outputStream,
                       ExportDetailsBean exportDetailsBean)
                throws java.lang.Exception
Description copied from interface: BambooStreamRootMapper
Perform data export

Specified by:
exportData in interface BambooStreamRootMapper
Throws:
java.lang.Exception - when something went wrong

importData

public void importData(@NotNull
                       java.io.InputStream inputStream)
                throws java.lang.Exception
Description copied from interface: BambooStreamRootMapper
Perform data import

Specified by:
importData in interface BambooStreamRootMapper
Throws:
java.lang.Exception - when something went wrong


Copyright © 2012 Atlassian. All Rights Reserved.