Skip to content

Documents

perspective-documents is the content management surface. Binary artefacts (images, PDFs, spreadsheets, archives) are managed here, backed by the internal CMIS store or a configured external provider.

Layout

  • Folder tree - hierarchical browser of the active CMS root.
  • Document list - files in the selected folder with size, MIME type, modified date.
  • Toolbar - upload, new folder, download, overwrite, delete, search.

Backends

The active backend is selected by the deployed engine:

EngineBackend
engine-cms-internalRepository-backed CMIS (default).
engine-cms-s3Amazon S3 / S3-compatible store.
engine-cms-sharepointMicrosoft SharePoint.

Tenant isolation

When multi-tenancy is enabled (DIRIGIBLE_MULTI_TENANT_MODE=true, the default), the documents tree is scoped to the calling tenant. Each tenant sees only its own files.

Programmatic access

The same operations are available from user code:

Released under the EPL-2.0 License.