Class TagsProcessor

java.lang.Object
com.logicaldoc.core.task.Task
com.logicaldoc.core.document.TagsProcessor
All Implemented Interfaces:
Runnable

@Component("TagsProcessor") public class TagsProcessor extends Task
This task generate all data needed by the tag cloud panel and the tags drop-down lists.
Since:
4.0
Author:
Marco Meschieri - LogicalDOC
  • Field Details

  • Constructor Details

    • TagsProcessor

      public TagsProcessor()
  • Method Details

    • isIndeterminate

      public boolean isIndeterminate()
      Description copied from class: Task
      Concrete implementations must override this method declaring if the task is indeterminate. An indeterminate task is not able to compute it's time length
      Specified by:
      isIndeterminate in class Task
      Returns:
      true if the task is indeterminate
    • isConcurrent

      public boolean isConcurrent()
      Description copied from class: Task
      Concrete implementations must override this method declaring if the task supports multiple instances running concurrently.
      Specified by:
      isConcurrent in class Task
      Returns:
      true if the task is concurrent
    • getSize

      public long getSize()
      Description copied from class: Task
      The the total size of the processing(number of units of work)
      Overrides:
      getSize in class Task
      Returns:
      total number of steps
    • setDocumentDao

      public void setDocumentDao(DocumentDAO documentDao)