Interface IExplorerRuntimeImportExport

All Superinterfaces:
IExplorerAbstractImportExport

public interface IExplorerRuntimeImportExport extends IExplorerAbstractImportExport
Interface for contributing import and export within WebSphere MQ Explorer
  • Field Summary

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

    Modifier and Type
    Method
    Description
    org.eclipse.ui.IMemento
    exportData(String categoryId, String subcategoryId)
    Return a memento for the specified categoryId and subcategoryId.
    boolean
    importData(String categoryId, String subcategoryId, org.eclipse.ui.IMemento input)
    Import from the specified input memento for the specified categoryId and subcategoryId.
    boolean
     
    boolean
    Persist any plugin data to disk
  • Field Details

  • Method Details

    • importData

      boolean importData(String categoryId, String subcategoryId, org.eclipse.ui.IMemento input)
      Import from the specified input memento for the specified categoryId and subcategoryId.
      Parameters:
      categoryId - the category id to import for
      subcategoryId - the subcategory id to import for
      input - the input IMemento to read from
      Returns:
      boolean true if successful, false otherwise
    • exportData

      org.eclipse.ui.IMemento exportData(String categoryId, String subcategoryId)
      Return a memento for the specified categoryId and subcategoryId.
      Parameters:
      categoryId - the category id to export for
      subcategoryId - the subcategory id to export for
      Returns:
      IMemento preference data
    • persistData

      boolean persistData()
      Persist any plugin data to disk
      Returns:
      boolean true if successful, false otherwise
    • isDestructiveImport

      boolean isDestructiveImport()
      Returns:
      boolean true if the import overrides existing data within Websphere MQ Explorer.