Class ZipImportActionServiceImpl
java.lang.Object
ch.tocco.nice2.dms.impl.upload.zip.ZipImportActionServiceImpl
- All Implemented Interfaces:
ZipImportActionService
-
Constructor Summary
ConstructorDescriptionZipImportActionServiceImpl
(ZipImporter importer, ContentTreeService contentTree, EntityExplorerActionSelectionService selectionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
importZipFile
(EntityExplorerActionSelection selection, org.directwebremoting.io.FileTransfer zipFile, String modeString, boolean publishResources)
-
Constructor Details
-
ZipImportActionServiceImpl
public ZipImportActionServiceImpl(ZipImporter importer, ContentTreeService contentTree, EntityExplorerActionSelectionService selectionService)
-
-
Method Details
-
importZipFile
public void importZipFile(EntityExplorerActionSelection selection, org.directwebremoting.io.FileTransfer zipFile, String modeString, boolean publishResources) throws IOException, RpcExecutionException, ZipImportException - Specified by:
importZipFile
in interfaceZipImportActionService
- Throws:
IOException
RpcExecutionException
ZipImportException
-