Interface IExplorerImportExport

All Superinterfaces:
IExplorerAbstractImportExport

@Deprecated public interface IExplorerImportExport extends IExplorerAbstractImportExport
Deprecated.
Superseded by IExplorerRuntimeImportExport.
Interface for contributing import and export within WebSphere MQ Explorer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Common copyright notice
    static final String
    Deprecated.
    CMVC descriptors - expanded during extraction
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    exportData(String categoryId, String subcategoryId, OutputStream outputStream)
    Deprecated.
    Export to the specified output stream for the specified categoryId and subcategoryId.
    boolean
    importData(String categoryId, String subcategoryId, InputStream inputStream)
    Deprecated.
    Import from the specified input stream for the specified categoryId and subcategoryId.
  • Field Details

  • Method Details

    • importData

      boolean importData(String categoryId, String subcategoryId, InputStream inputStream)
      Deprecated.
      Import from the specified input stream for the specified categoryId and subcategoryId.
      Parameters:
      categoryId - the category id to import for
      subcategoryId - the subcategory id to import for
      inputStream - the input stream to import from. THIS STREAM SHOULD NOT BE CLOSED.
      Returns:
      boolean true if successful, false otherwise
    • exportData

      boolean exportData(String categoryId, String subcategoryId, OutputStream outputStream)
      Deprecated.
      Export to the specified output stream for the specified categoryId and subcategoryId.
      Parameters:
      categoryId - the category id to export for
      subcategoryId - the subcategory id to export for
      outputStream - the output stream to export to. THIS STREAM SHOULD NOT BE CLOSED.
      Returns:
      boolean true if successful, false otherwise