Uses of Class
com.logicaldoc.core.task.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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Collects statistical informations to the stats site -
Uses of Task in com.logicaldoc.core.task
Modifier and TypeClassDescriptionclass
A base implementation for those tasks that process documentsModifier and TypeMethodDescriptionTaskManager.getTasks()
Retrieves the collection of all defined tasks: the ones enlisted in the Task extension point.