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 a State to find the blob keys.
  • Field Details

  • Constructor Details

    • BlobKeysFinder

      public BlobKeysFinder(List<List<String>> blobKeysPaths)
  • Method Details

    • findBlobKeys

      public Set<String> findBlobKeys(State state)
    • findBlobKeys

      protected void findBlobKeys(State state, List<String> path, int start)