| Package | Description |
|---|---|
| org.dspace.browse |
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ItemCounter.getCount(DSpaceObject dso)
Get the count of the items in the given container.
|
int |
ItemCountDAOSolr.getCount(DSpaceObject dso)
Get the count of the items in the given container.
|
int |
ItemCountDAO.getCount(DSpaceObject dso)
Get the number of items in the given DSpaceObject container.
|
static ItemCountDAO |
ItemCountDAOFactory.getInstance(Context context)
Get an instance of ItemCountDAO which supports the correct storage backend
for the specific DSpace instance.
|
void |
ItemCountDAOSolr.setContext(Context context)
Set the dspace context to use
|
void |
ItemCountDAO.setContext(Context context)
Set the DSpace Context to use during data access
|
| Constructor and Description |
|---|
ItemCounter(Context context)
Construct a new item counter which will use the give DSpace Context
|
Copyright © 2016 DuraSpace. All Rights Reserved.