Interface WorkspaceExporter

All Known Implementing Classes:
ExportWorkspaceHelper

public interface WorkspaceExporter
  • Method Summary

    Modifier and Type Method Description
    org.jdom2.Element exportWorkspace​(Workspace workspace)
    Exports a Workspace.
  • Method Details

    • exportWorkspace

      org.jdom2.Element exportWorkspace​(Workspace workspace)
      Exports a Workspace. This is similar Workspace.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