public class MongoDocumentTraverser extends Object
| Constructor and Description |
|---|
MongoDocumentTraverser(MongoDocumentStore mongoStore) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Document> |
getAllDocuments(Collection<T> collection,
Predicate<String> filter) |
public MongoDocumentTraverser(MongoDocumentStore mongoStore)
public <T extends Document> org.apache.jackrabbit.oak.plugins.document.util.CloseableIterable<T> getAllDocuments(Collection<T> collection, Predicate<String> filter)
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.