public class InMemoryZipImport extends ZipImport
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
InMemoryZipImport(Document docVo) |
Modifier and Type | Method and Description |
---|---|
protected void |
addEntry(org.apache.tools.zip.ZipFile zip,
org.apache.tools.zip.ZipEntry ze,
Folder parent)
Stores a file in the repository of LogicalDOC and inserts some
information in the database of LogicalDOC (folder, document, filename,
title, tags, templateid, created user, locale)
|
void |
process(File zipsource,
Folder parent,
long userId,
String sessionId) |
void |
process(File zipsource,
Folder parent,
long userId,
String encoding,
String sessionId) |
addEntry, isNotifyUser, process, sendNotificationMessage, setNotifyUser
public InMemoryZipImport(Document docVo)
public void process(File zipsource, Folder parent, long userId, String encoding, String sessionId)
protected void addEntry(org.apache.tools.zip.ZipFile zip, org.apache.tools.zip.ZipEntry ze, Folder parent) throws ZipException, IOException
zis
- file
- ze
- IOException
ZipException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.