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
- FileRequestException
int storeFile(FileRequest saveReq) throws Exception
saveReq
- FileRequestException
Copyright © 2005–2017 Alfresco Software. All rights reserved.