com.ibm.mq.explorer.ui.extensions

Interface IExplorerImportExport

    • Field Summary

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method and Description
      boolean exportData(java.lang.String categoryId, java.lang.String subcategoryId, java.io.OutputStream outputStream)
      Deprecated. 
      Export to the specified output stream for the specified categoryId and subcategoryId.
      boolean importData(java.lang.String categoryId, java.lang.String subcategoryId, java.io.InputStream inputStream)
      Deprecated. 
      Import from the specified input stream for the specified categoryId and subcategoryId.
    • Field Detail

      • COPYRIGHT_NOTICE

        static final java.lang.String COPYRIGHT_NOTICE
        Deprecated. 
        Common copyright notice
        See Also:
        Constant Field Values
      • SCCSID

        static final java.lang.String SCCSID
        Deprecated. 
        CMVC descriptors - expanded during extraction
        See Also:
        Constant Field Values
    • Method Detail

      • importData

        boolean importData(java.lang.String categoryId,
                           java.lang.String subcategoryId,
                           java.io.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(java.lang.String categoryId,
                           java.lang.String subcategoryId,
                           java.io.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