Uses of Class
io.goobi.viewer.model.job.quartz.RecurringTaskTrigger
Packages that use RecurringTaskTrigger
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Provides Quartz scheduler integration for the Goobi viewer, defining recurring job
implementations, trigger configurations, and listener infrastructure for scheduled tasks.
-
Uses of RecurringTaskTrigger in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return RecurringTaskTriggerModifier and TypeMethodDescriptionIDAO.getRecurringTaskTrigger(Long id) IDAO.getRecurringTaskTriggerForTask(ITaskType task) Methods in io.goobi.viewer.dao that return types with arguments of type RecurringTaskTriggerMethods in io.goobi.viewer.dao with parameters of type RecurringTaskTriggerModifier and TypeMethodDescriptionbooleanIDAO.addRecurringTaskTrigger(RecurringTaskTrigger trigger) booleanIDAO.updateRecurringTaskTrigger(RecurringTaskTrigger trigger) -
Uses of RecurringTaskTrigger in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return RecurringTaskTriggerModifier and TypeMethodDescriptionJPADAO.getRecurringTaskTrigger(Long id) JPADAO.getRecurringTaskTriggerForTask(ITaskType task) Methods in io.goobi.viewer.dao.impl that return types with arguments of type RecurringTaskTriggerMethods in io.goobi.viewer.dao.impl with parameters of type RecurringTaskTriggerModifier and TypeMethodDescriptionbooleanJPADAO.addRecurringTaskTrigger(RecurringTaskTrigger trigger) booleanJPADAO.updateRecurringTaskTrigger(RecurringTaskTrigger trigger) -
Uses of RecurringTaskTrigger in io.goobi.viewer.model.job.quartz
Method parameters in io.goobi.viewer.model.job.quartz with type arguments of type RecurringTaskTriggerModifier and TypeMethodDescriptionvoidQuartzListener.addTrigger(Map<String, RecurringTaskTrigger> storedTriggers, List<RecurringTaskTrigger> triggers, ITaskType taskType, TaskTriggerStatus defaultStatus) voidQuartzListener.addTrigger(Map<String, RecurringTaskTrigger> storedTriggers, List<RecurringTaskTrigger> triggers, ITaskType taskType, TaskTriggerStatus defaultStatus)