public interface ItemCountDAO
| Modifier and Type | Method and Description |
|---|---|
int |
getCount(DSpaceObject dso)
Get the number of items in the given DSpaceObject container.
|
void |
setContext(Context context)
Set the DSpace Context to use during data access
|
void setContext(Context context) throws ItemCountException
context - DSpace ContextItemCountException - if count errorint getCount(DSpaceObject dso) throws ItemCountException
dso - Dspace ObjectItemCountException - if count errorCopyright © 2017 DuraSpace. All rights reserved.