Class LegacySendMailJob
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
ch.tocco.nice2.optional.address.impl.action.mail.legacy.LegacySendMailJob
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated.A bean for durable and ephemeral attachements. -
Field Summary
Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionLegacySendMailJob
(org.slf4j.Logger log, ContextManager contextManager, CommandExecutor executor, MailBuilder mailBuilder, MailReceiverService mailReceiverService, EntityExplorerActionSelectionService selectionService, UriResolver uriResolver, MultiUploadService multiUploadService, MailArchive mailArchive) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobDataMap) Deprecated.void
setExtensions
(List<MailActionExtension> extensions) Deprecated.Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractInterruptableJob
interrupt, isCancelled
Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.quartz.Job
execute
-
Field Details
-
MAX_BATCH_SIZE
public static final int MAX_BATCH_SIZEDeprecated.- See Also:
-
-
Constructor Details
-
LegacySendMailJob
public LegacySendMailJob(org.slf4j.Logger log, ContextManager contextManager, CommandExecutor executor, MailBuilder mailBuilder, MailReceiverService mailReceiverService, EntityExplorerActionSelectionService selectionService, UriResolver uriResolver, MultiUploadService multiUploadService, MailArchive mailArchive) Deprecated.
-
-
Method Details
-
setExtensions
Deprecated. -
doExecute
Deprecated.- Specified by:
doExecute
in classAbstractJob
-