Package com.logicaldoc.core.task
Class TaskManager
java.lang.Object
com.logicaldoc.core.task.TaskManager
A manager that collects all operations about tasks.
 
Important: Only tasks defined in the Task extension point will be considered
- Since:
- 3.5.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor Details- 
TaskManagerpublic TaskManager()
 
- 
- 
Method Details- 
getTasksRetrieves the collection of all defined tasks: the ones enlisted in the Task extension point.- Returns:
- collection of tasks
 
- 
stoppublic void stop()Stops all tasks and waits for them
 
-