Class BatchFinderWork

java.lang.Object
org.nuxeo.ecm.core.work.AbstractWork
org.nuxeo.ecm.core.BatchFinderWork
All Implemented Interfaces:
Serializable, Work
Direct Known Subclasses:
DBSTransactionState.FindReadAclsWork

public abstract class BatchFinderWork extends AbstractWork
Abstract Work to find the ids of documents for which some process must be executed in batch, based on a NXQL query.
Since:
9.10
See Also: