Class ZipFileImportJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
ch.tocco.nice2.dms.impl.zipextractor.AbstractZipExtractionJob
ch.tocco.nice2.dms.impl.action.zipimport.ZipFileImportJob
- All Implemented Interfaces:
org.quartz.InterruptableJob,org.quartz.Job
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.dms.impl.zipextractor.AbstractZipExtractionJob
AbstractZipExtractionJob.Progress -
Field Summary
Fields inherited from class ch.tocco.nice2.dms.impl.zipextractor.AbstractZipExtractionJob
CHARSETS, IGNORED_ENTRY_NAMESFields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager -
Constructor Summary
ConstructorsConstructorDescriptionZipFileImportJob(org.slf4j.Logger log, BinaryFactory binaryFactory, CommandExecutor commandExecutor, ContentTreeService contentTreeService, InternalEntityDocumentsService entityDocumentsService) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfilterEntriesPredicate(ZipEntry zipEntry) protected voidprocessZipEntries(org.quartz.JobExecutionContext context, JobDataMapReader jobData, List<ZipExtractionArgs> zipEntries, AbstractZipExtractionJob.Progress progress) Methods inherited from class ch.tocco.nice2.dms.impl.zipextractor.AbstractZipExtractionJob
doExecuteMethods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
interrupt, isCancelledMethods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Constructor Details
-
ZipFileImportJob
public ZipFileImportJob(org.slf4j.Logger log, BinaryFactory binaryFactory, CommandExecutor commandExecutor, ContentTreeService contentTreeService, InternalEntityDocumentsService entityDocumentsService)
-
-
Method Details
-
filterEntriesPredicate
- Specified by:
filterEntriesPredicatein classAbstractZipExtractionJob
-
processZipEntries
protected void processZipEntries(org.quartz.JobExecutionContext context, JobDataMapReader jobData, List<ZipExtractionArgs> zipEntries, AbstractZipExtractionJob.Progress progress) - Specified by:
processZipEntriesin classAbstractZipExtractionJob
-