public interface BackgroundFileLoader
Provides methods called by the multi-threaded background loader to load/save file data to a temporary file.
| Modifier and Type | Method and Description |
|---|---|
int |
loadFile(FileRequest loadReq)
Load a file
|
int |
storeFile(FileRequest saveReq)
Store a file
|
int loadFile(FileRequest loadReq) throws java.lang.Exception
loadReq - FileRequestjava.lang.Exceptionint storeFile(FileRequest saveReq) throws java.lang.Exception
saveReq - FileRequestjava.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.