Class AbstractAlertFactory<T extends org.quartz.Job>
java.lang.Object
io.camunda.optimize.service.alert.AbstractAlertFactory<T>
- Direct Known Subclasses:
AlertCheckJobFactory,AlertReminderJobFactory
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAlertFactory(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.quartz.JobDetailorg.quartz.TriggercreateTrigger(AlertDefinitionDto alert, org.quartz.JobDetail jobDetail) org.springframework.context.ApplicationContextprotected abstract AlertIntervalgetInterval(AlertDefinitionDto alert) protected abstract Stringprotected org.quartz.JobKeygetJobKey(AlertDefinitionDto alert) protected abstract StringgetJobName(AlertDefinitionDto alert) protected abstract Stringprotected org.quartz.TriggerKeygetTriggerKey(AlertDefinitionDto toDelete) protected abstract StringgetTriggerName(AlertDefinitionDto alert)
-
Constructor Details
-
AbstractAlertFactory
protected AbstractAlertFactory(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
createTrigger
-
createJobDetails
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext() -
getJobKey
-
getTriggerKey
-
getInterval
-
getJobClass
-
getJobGroup
-
getJobName
-
getTriggerName
-
getTriggerGroup
-