Uses of Class
org.saidone.model.NodeContentStream
Packages that use NodeContentStream
-
Uses of NodeContentStream in org.saidone.service
Methods in org.saidone.service with parameters of type NodeContentStreamModifier and TypeMethodDescriptionvoid
AlfrescoService.restoreNodeContent
(String nodeId, NodeContentStream nodeContentStream) Restores the content of a node by uploading the provided content stream. -
Uses of NodeContentStream in org.saidone.service.content
Methods in org.saidone.service.content that return NodeContentStreamModifier and TypeMethodDescriptionContentService.getNodeContent
(String nodeId) Retrieves previously archived content for the given node id.GridFsContentService.getNodeContent
(String nodeId) Retrieves the content of a node stored in GridFS by node ID.S3ContentService.getNodeContent
(String nodeId) Retrieves the content of a node from S3.