Uses of Class
org.saidone.model.NodeContent
Packages that use NodeContent
-
Uses of NodeContent in org.saidone.service
Methods in org.saidone.service with parameters of type NodeContentModifier and TypeMethodDescriptionvoid
AlfrescoService.restoreNodeContent
(String nodeId, NodeContent nodeContent) Restores the content of a node by uploading the provided content stream. -
Uses of NodeContent in org.saidone.service.content
Methods in org.saidone.service.content that return NodeContentModifier 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.