-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.3
-
Component/s: Events / Works
-
Tags:
As a replacement for deprecated method WorkManager.find(work, state, useEquals, pos), provide the following WorkManager method which is needed by the nuxeo-csv CSVImporterImpl to efficiently retrieve CSVImportLogs:
public Work find(String workId, State state) { return queuing.find(workId, state); }