com.ibm.mq.explorer.ui.extensions

Interface IExplorerRuntimeImportExport

    • Field Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      org.eclipse.ui.IMemento exportData(java.lang.String categoryId, java.lang.String subcategoryId)
      Return a memento for the specified categoryId and subcategoryId.
      boolean importData(java.lang.String categoryId, java.lang.String subcategoryId, org.eclipse.ui.IMemento input)
      Import from the specified input memento for the specified categoryId and subcategoryId.
      boolean isDestructiveImport() 
      boolean persistData()
      Persist any plugin data to disk
    • Field Detail

      • COPYRIGHT_NOTICE

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

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

      • importData

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