Class DigestProcessor

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

@Component("DigestProcessor") public class DigestProcessor extends Task
This task takes care of calculating the documents digest
Since:
6.4
Author:
Marco Meschieri - LogicalDOC
  • Field Details

  • Constructor Details

    • DigestProcessor

      public DigestProcessor()
  • Method Details

    • setDocumentDao

      public void setDocumentDao(DocumentDAO documentDao)
    • 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