| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.identifier.doi |
Make requests to the DOI registration angencies, f.e.to
EZID DOI service, and analyze the responses.
|
| org.dspace.storage.rdbms |
Provides an API for accessing a relational database management system.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection[] |
Collection.produceCollectionsFromCommunityQuery(Context context,
TableRowIterator tri) |
static Collection[] |
Collection.produceCollectionsFromQuery(Context context,
TableRowIterator tri) |
| Constructor and Description |
|---|
ItemIterator(Context context,
TableRowIterator rows)
Construct an item iterator using a set of TableRow objects from
the item table
|
| Modifier and Type | Method and Description |
|---|---|
TableRowIterator |
DOIOrganiser.getDOIsByStatus(Integer... status) |
| Modifier and Type | Method and Description |
|---|---|
static TableRowIterator |
DatabaseManager.query(Context context,
String query,
Object... parameters)
Return an iterator with the results of the query.
|
static TableRowIterator |
DatabaseManager.queryTable(Context context,
String table,
String query,
Object... parameters)
Return an iterator with the results of the query.
|
Copyright © 2014 DuraSpace. All Rights Reserved.