public interface ContentServiceHelper
| Modifier and Type | Method and Description |
|---|---|
void |
updateContent(org.alfresco.service.cmr.repository.NodeRef downloadNode,
java.io.File archiveFile)
Implementations should update the content of downlaodNode with contents of archiveFile.
|
void updateContent(org.alfresco.service.cmr.repository.NodeRef downloadNode,
java.io.File archiveFile)
throws org.alfresco.service.cmr.repository.ContentIOException,
java.io.FileNotFoundException,
java.io.IOException
downloadNode - archiveFile - org.alfresco.service.cmr.repository.ContentIOExceptionjava.io.FileNotFoundExceptionjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.