Uses of Class
com.logicaldoc.core.task.Task
Packages that use Task
Package
Description
Contains the definitions of
Folder
as well
as other related objectsThe core of the search engine.
API to define the basics for the scheduled tasks that are long-running
operations you can schedule in several ways
-
Uses of Task in com.logicaldoc.core.document
Subclasses of Task in com.logicaldoc.core.documentModifier and TypeClassDescriptionclass
This task takes care of calculating the documents digestclass
This task generate all data needed by the tag cloud panel and the tags drop-down lists. -
Uses of Task in com.logicaldoc.core.folder
Subclasses of Task in com.logicaldoc.core.folderModifier and TypeClassDescriptionclass
This task calculate the path attributes of the folders(only those folders without path will be processed. -
Uses of Task in com.logicaldoc.core.searchengine
Subclasses of Task in com.logicaldoc.core.searchengineModifier and TypeClassDescriptionclass
This task enlists all non-indexed documents and performs the indexingclass
This task optimises all indexes -
Uses of Task in com.logicaldoc.core.stats
Subclasses of Task in com.logicaldoc.core.statsModifier and TypeClassDescriptionclass
Collects statistical informations to the stats site -
Uses of Task in com.logicaldoc.core.task
Subclasses of Task in com.logicaldoc.core.taskModifier and TypeClassDescriptionclass
A base implementation for those tasks that process documentsMethods in com.logicaldoc.core.task that return TaskMethods in com.logicaldoc.core.task that return types with arguments of type TaskModifier and TypeMethodDescriptionTaskManager.getTasks()
Retrieves the collection of all defined tasks: the ones enlisted in the Task extension point.Methods in com.logicaldoc.core.task with parameters of type Task