Package com.logicaldoc.core.transfer
Class ZipImport
java.lang.Object
com.logicaldoc.core.transfer.ZipImport
- Direct Known Subclasses:
- InMemoryZipImport
This is an import utilities that imports documents stored in a zip archive.
 All folders in the zip will be replicated.
- Author:
- Sebastian Stein, Matteo Caruso - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ZipImportConstructor.- Parameters:
- docVo- Value object for the common documents
- fileNameCharset- the charset to use to process the zip
 
 
- 
- 
Method Details- 
processpublic void process(File zipsource, Folder parent, long userId, String sessionId) throws PersistenceException - Throws:
- PersistenceException
 
- 
processpublic void process(String zipsource, Folder parent, long userId, String sessionId) throws PersistenceException - Throws:
- PersistenceException
 
- 
isNotifyUserpublic boolean isNotifyUser()
- 
setNotifyUserpublic void setNotifyUser(boolean notifyUser) 
 
-