Class RepairBinaryReferenceCountBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.dms.impl.maintenance.RepairBinaryReferenceCountBatchJob
- All Implemented Interfaces:
org.quartz.Job
@Component
@DisallowConcurrentExecution
public class RepairBinaryReferenceCountBatchJob
extends AbstractJob
BatchJob which periodically calls the
RepairReferenceCountService to
initialize (or repair) invalid reference_count columns in _nice_binary.
This can't be done during DB migration due to performance reasons.-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager -
Constructor Summary
ConstructorsConstructorDescriptionRepairBinaryReferenceCountBatchJob(RepairReferenceCountService repairReferenceCountService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Constructor Details
-
RepairBinaryReferenceCountBatchJob
-
-
Method Details
-
doExecute
- Specified by:
doExecutein classAbstractJob
-