Package org.nuxeo.ecm.core.storage.dbs
Class DBSTransactionState.BlobKeysFinder
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.dbs.DBSTransactionState.BlobKeysFinder
-
- Enclosing class:
- DBSTransactionState
protected static class DBSTransactionState.BlobKeysFinder extends Object
Iterates on aState
to find the blob keys.
-
-
Constructor Summary
Constructors Constructor Description BlobKeysFinder(List<List<String>> blobKeysPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
findBlobKeys(State state)
protected void
findBlobKeys(State state, List<String> path, int start)
-