Class DBSTransactionState.FindReadAclsWork

java.lang.Object
org.nuxeo.ecm.core.work.AbstractWork
org.nuxeo.ecm.core.BatchFinderWork
org.nuxeo.ecm.core.storage.dbs.DBSTransactionState.FindReadAclsWork
All Implemented Interfaces:
Serializable, Work
Enclosing class:
DBSTransactionState

@Deprecated public static class DBSTransactionState.FindReadAclsWork extends BatchFinderWork
Deprecated.
since 2021.11 use UpdateReadAclsAction instead
Work to find the ids of documents for which Read ACLs must be recomputed, and launch the needed update works.
Since:
9.10
See Also:
  • Constructor Details

    • FindReadAclsWork

      public FindReadAclsWork(String repositoryName, String nxql, String originatingUsername)
      Deprecated.
  • Method Details

    • getTitle

      public String getTitle()
      Deprecated.
      Description copied from interface: Work
      Gets a human-readable name for this work instance.
      Returns:
      a human-readable name
    • getCategory

      public String getCategory()
      Deprecated.
      Description copied from interface: Work
      Gets the category for this work.

      Used to choose an execution queue.

      Specified by:
      getCategory in interface Work
      Overrides:
      getCategory in class AbstractWork
      Returns:
      the category, or null for the default
    • getBatchSize

      public int getBatchSize()
      Deprecated.
      Description copied from class: BatchFinderWork
      The batch size to use.
      Specified by:
      getBatchSize in class BatchFinderWork
    • getBatchProcessorWork

      public Work getBatchProcessorWork(List<String> docIds)
      Deprecated.
      Specified by:
      getBatchProcessorWork in class BatchFinderWork