Package com.illumon.iris.gui.workspace
Interface WorkspaceExporter
- All Known Implementing Classes:
ExportWorkspaceHelper
public interface WorkspaceExporter
-
Method Summary
Modifier and TypeMethodDescriptionorg.jdom2.Element
exportWorkspace
(Workspace workspace) Exports a Workspace.
-
Method Details
-
exportWorkspace
Exports a Workspace. This is similarWorkspace.getWorkspaceInfo()
but may only save a subset of the data. Returns null if a Workspace cannot be exported.- Returns:
- An
Element
containing the data to persist, null if the workspace cannot be exported
-