Package ch.tocco.nice2.dms.impl.batch
Class UpdateUrlIndexBatchJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.dms.impl.batch.UpdateUrlIndexBatchJob
- All Implemented Interfaces:
org.quartz.Job
Updates the URL index for the children of all nodes marked with `index_children_urls`.
-
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionUpdateUrlIndexBatchJob
(PersistenceService persistenceService, UrlIndexUpdateService urlIndexUpdateService, ContentTreeService contentTreeService, PublicUriResolveStrategy publicUriResolveStrategy, DataModel dataModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) void
setContributions
(List<UpdateUrlIndexBatchJobContribution> contributions) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Constructor Details
-
UpdateUrlIndexBatchJob
public UpdateUrlIndexBatchJob(PersistenceService persistenceService, UrlIndexUpdateService urlIndexUpdateService, ContentTreeService contentTreeService, PublicUriResolveStrategy publicUriResolveStrategy, DataModel dataModel)
-
-
Method Details
-
setContributions
@Autowired(required=false) public void setContributions(List<UpdateUrlIndexBatchJobContribution> contributions) -
doExecute
protected void doExecute(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMapReader) throws org.quartz.JobExecutionException - Specified by:
doExecute
in classAbstractJob
- Throws:
org.quartz.JobExecutionException
-