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.
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 TypeMethodDescriptiondownloadContent(String nodeId) Downloads content for a node directly from the Alfresco repository.
-
Method Details
-
downloadContent
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
-