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 Summary
Fields inherited from class AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager -
Constructor Summary
ConstructorsConstructorDescriptionEventLogicCopyJob(TextResources textResources, ValidationResultPrinter validationResultPrinter, EventLogicCopyService eventLogicCopyService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.quartz.JobExecutionContext jobContext, JobDataMapReader jobDataMapReader) Methods inherited from class AbstractInterruptableJob
interrupt, isCancelledMethods inherited from class AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManagerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Constructor Details
-
EventLogicCopyJob
public EventLogicCopyJob(TextResources textResources, ValidationResultPrinter validationResultPrinter, EventLogicCopyService eventLogicCopyService)
-
-
Method Details
-
doExecute
protected void doExecute(org.quartz.JobExecutionContext jobContext, JobDataMapReader jobDataMapReader) - Specified by:
doExecutein classAbstractJob
-