Interface BambooStreamRootMapper

    • Method Detail

      • getFileName

        @NotNull
        @NotNull String getFileName()
        Returns local name of the XML parent node handled by this mapper
        Returns:
        local name of the XML parent node
      • exportData

        void exportData​(@NotNull
                        @NotNull OutputStream outputStream,
                        ExportDetailsBean exportDetailsBean)
                 throws Exception
        Perform data export
        Parameters:
        outputStream -
        exportDetailsBean -
        Throws:
        Exception - when something went wrong
      • importData

        void importData​(@NotNull
                        @NotNull InputStream inputStream)
                 throws Exception
        Perform data import
        Parameters:
        inputStream -
        Throws:
        Exception - when something went wrong