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.Exception
int storeFile(FileRequest saveReq) throws java.lang.Exception
saveReq
- FileRequestjava.lang.Exception
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.