Interface IExplorerRuntimeImportExport
- All Superinterfaces:
IExplorerAbstractImportExport
Interface for contributing import and export within WebSphere MQ Explorer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
COPYRIGHT_NOTICE
Common copyright notice- See Also:
-
SCCSID
CMVC descriptors - expanded during extraction- See Also:
-
-
Method Details
-
importData
Import from the specified input memento for the specified categoryId and subcategoryId.- Parameters:
categoryId
- the category id to import forsubcategoryId
- the subcategory id to import forinput
- the input IMemento to read from- Returns:
- boolean true if successful, false otherwise
-
exportData
Return a memento for the specified categoryId and subcategoryId.- Parameters:
categoryId
- the category id to export forsubcategoryId
- 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.
-