Class DigestProcessor

All Implemented Interfaces:
Runnable

@Component("digestProcessor") public class DigestProcessor extends AbstractDocumentProcessor
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

    • 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
      Overrides:
      isIndeterminate in class AbstractDocumentProcessor
      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. tHIbernat
      Overrides:
      isConcurrent in class AbstractDocumentProcessor
      Returns:
      true if the task is concurrent