public interface IListable
ILowlevelStorage implementations that are
capable of listing their contents. This capability is required in order
to support Fedora's rebuilder utility.| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
listDatastreams()
Lists all stored datastreams in no particular order.
|
Iterator<String> |
listObjects()
Lists all stored objects in no particular order.
|
Copyright © 2013 DuraSpace. All Rights Reserved.