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 TypeClassDescriptionclassThis task takes care of calculating the documents digestclassThis 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 TypeClassDescriptionclassThis 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.searchengine -
Uses of Task in com.logicaldoc.core.searchengine.indexer
Subclasses of Task in com.logicaldoc.core.searchengine.indexerModifier and TypeClassDescriptionclassThis task enlists all non-indexed documents and performs the indexing -
Uses of Task in com.logicaldoc.core.stats
Subclasses of Task in com.logicaldoc.core.statsModifier and TypeClassDescriptionclassCollects statistical informations to the stats site -
Uses of Task in com.logicaldoc.core.task
Subclasses of Task in com.logicaldoc.core.taskModifier and TypeClassDescriptionclassA 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