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 Exception
loadReq - FileRequestExceptionint storeFile(FileRequest saveReq) throws Exception
saveReq - FileRequestExceptionCopyright © 2005–2015 Alfresco Software. All rights reserved.