Package com.logicaldoc.core.task
API to define the basics for the scheduled tasks that are long-running
operations you can schedule in several ways
- Since:
- 8.5.3
-
Interface Summary Interface Description TaskListener Implementations of this listener are notified when changes occurs in the Task state -
Class Summary Class Description SchedulerFactoryBean Scheduler factory to enable/disable the scheduler depending on the runlevel.Task A task is a long running process that is fired regularlyTaskManager A manager that collects all operations about tasks.TaskScheduling Scheduling configuration for a TaskTaskTrigger This trigger wraps both a SimpleTrigger and a CronTrigger