Uses of Enum Class
io.goobi.viewer.model.job.quartz.TaskTriggerStatus
Packages that use TaskTriggerStatus
Package
Description
Provides Quartz scheduler integration for the Goobi viewer, defining recurring job
implementations, trigger configurations, and listener infrastructure for scheduled tasks.
-
Uses of TaskTriggerStatus in io.goobi.viewer.model.job.quartz
Methods in io.goobi.viewer.model.job.quartz that return TaskTriggerStatusModifier and TypeMethodDescriptionRecurringTaskTrigger.getStatus()static TaskTriggerStatusReturns the enum constant of this class with the specified name.static TaskTriggerStatus[]TaskTriggerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.job.quartz with parameters of type TaskTriggerStatusModifier and TypeMethodDescriptionvoidQuartzListener.addTrigger(Map<String, RecurringTaskTrigger> storedTriggers, List<RecurringTaskTrigger> triggers, ITaskType taskType, TaskTriggerStatus defaultStatus) voidRecurringTaskTrigger.setStatus(TaskTriggerStatus status)