Class EventLogicCopyJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
ch.tocco.nice2.optional.event.impl.actions.logiccopy.EventLogicCopyJob
- All Implemented Interfaces:
- org.quartz.InterruptableJob,- org.quartz.Job
- 
Field SummaryFields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJobbusinessUnitManager, l10N, logger, principalManager, securityManager
- 
Constructor SummaryConstructorsConstructorDescriptionEventLogicCopyJob(TextResources textResources, ValidationResultPrinter validationResultPrinter, EventLogicCopyService eventLogicCopyService) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoExecute(org.quartz.JobExecutionContext jobContext, JobDataMapReader jobDataMapReader) Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJobinterrupt, isCancelledMethods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJobexecute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManagerMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Jobexecute
- 
Constructor Details- 
EventLogicCopyJobpublic EventLogicCopyJob(TextResources textResources, ValidationResultPrinter validationResultPrinter, EventLogicCopyService eventLogicCopyService) 
 
- 
- 
Method Details- 
doExecuteprotected void doExecute(org.quartz.JobExecutionContext jobContext, JobDataMapReader jobDataMapReader) - Specified by:
- doExecutein class- AbstractJob
 
 
-