public interface ContentServiceHelper
| Modifier and Type | Method and Description |
|---|---|
void |
updateContent(org.alfresco.service.cmr.repository.NodeRef downloadNode,
File archiveFile)
Implementations should update the content of downlaodNode with contents of archiveFile.
|
void updateContent(org.alfresco.service.cmr.repository.NodeRef downloadNode,
File archiveFile)
throws org.alfresco.service.cmr.repository.ContentIOException,
FileNotFoundException,
IOException
downloadNode - NodeRefarchiveFile - Fileorg.alfresco.service.cmr.repository.ContentIOExceptionFileNotFoundExceptionIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.