Interface RepositoryContentStorage

All Known Implementing Classes:
AlfrescoRepositoryContentClient
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RepositoryContentStorage
Port interface for downloading content directly from Alfresco repository. Used when content does not require transformation (source and target MIME types match).
  • Method Summary

    Modifier and Type
    Method
    Description
    Downloads content for a node directly from the Alfresco repository.
  • Method Details

    • downloadContent

      File downloadContent(String nodeId)
      Downloads content for a node directly from the Alfresco repository.
      Parameters:
      nodeId - the node ID (UUID format, without workspace://SpacesStore/ prefix)
      Returns:
      the file content