public interface IterablePersistenceManager extends PersistenceManager
| Modifier and Type | Method and Description |
|---|---|
List<NodeId> |
getAllNodeIds(NodeId after,
int maxCount)
Get all node ids.
|
checkConsistency, close, createNew, createNew, exists, exists, existsReferencesTo, init, load, load, loadReferencesTo, storeList<NodeId> getAllNodeIds(NodeId after, int maxCount) throws ItemStateException, RepositoryException
after - the lower limit, or null for no limit.maxCount - the maximum number of node ids to return, or 0 for no limit.ItemStateException - if an error while loading occurs.RepositoryException - if a repository exception occursCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.