| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.eperson |
Provides classes representing e-people and groups of e-people.
|
| org.dspace.identifier |
Providers of durable unique identifiers (Handles, DOIs, etc.).
|
| 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.
|
| org.dspace.versioning |
| Constructor and Description |
|---|
MetadataField(TableRow row)
Constructor to load the object from the database.
|
MetadataSchema(TableRow row)
Constructor for loading the metadata schema from the database.
|
MetadataValue(TableRow row)
Construct the metadata object from the matching database row.
|
| Modifier and Type | Method and Description |
|---|---|
protected static TableRow |
AccountManager.sendInfo(Context context,
java.lang.String email,
boolean isRegister,
boolean send) |
| Modifier and Type | Method and Description |
|---|---|
protected static TableRow |
HandleIdentifierProvider.findHandleInternal(Context context,
java.lang.String handle)
Find the database row corresponding to handle.
|
protected static TableRow |
VersionedHandleIdentifierProvider.findHandleInternal(Context context,
java.lang.String handle)
Find the database row corresponding to handle.
|
protected static TableRow |
HandleIdentifierProvider.getHandleInternal(Context context,
int type,
int id)
Return the handle for an Object, or null if the Object has no handle.
|
protected static TableRow |
VersionedHandleIdentifierProvider.getHandleInternal(Context context,
int type,
int id)
Return the handle for an Object, or null if the Object has no handle.
|
protected TableRow |
DOIIdentifierProvider.loadOrCreateDOI(Context context,
DSpaceObject dso,
java.lang.String doi)
Load a DOI from the database or creates it if it does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
HandleIdentifierProvider.modifyHandleRecord(Context context,
DSpaceObject dso,
TableRow handle,
java.lang.String handleId) |
protected java.lang.String |
VersionedHandleIdentifierProvider.modifyHandleRecord(Context context,
DSpaceObject dso,
TableRow handle,
java.lang.String handleId) |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
DOIOrganiser.findTableRow(java.lang.String identifier)
Finds the TableRow in the Doi table that belongs to the specified
DspaceObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOIOrganiser.register(TableRow doiRow,
DSpaceObject dso) |
void |
DOIOrganiser.reserve(TableRow doiRow,
DSpaceObject dso) |
void |
DOIOrganiser.update(TableRow doiRow,
DSpaceObject dso) |
| Modifier and Type | Method and Description |
|---|---|
static TableRow |
DatabaseManager.create(Context context,
java.lang.String table)
Create a new row in the given table, and assigns a unique id.
|
static TableRow |
DatabaseManager.find(Context context,
java.lang.String table,
int id)
Find a table row by its primary key.
|
static TableRow |
DatabaseManager.findByUnique(Context context,
java.lang.String table,
java.lang.String column,
java.lang.Object value)
Find a table row by a unique value.
|
TableRow |
TableRowIterator.next()
Advance to the next row and return it.
|
static TableRow |
DatabaseManager.querySingle(Context context,
java.lang.String query,
java.lang.Object... parameters)
Return the single row result to this query, or null if no result.
|
static TableRow |
DatabaseManager.querySingleTable(Context context,
java.lang.String table,
java.lang.String query,
java.lang.Object... parameters)
Return the single row result to this query, or null if no result.
|
static TableRow |
DatabaseManager.row(java.lang.String table)
Create a table row object that can be passed into the insert method, not
commonly used unless the table has a referential integrity constraint.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TableRow> |
TableRowIterator.toList()
Saves all the values returned by iterator into a list.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DatabaseManager.delete(Context context,
TableRow row)
Delete row from the RDBMS.
|
static java.lang.String |
DatabaseManager.getPrimaryKeyColumn(TableRow row)
Return the name of the primary key column.
|
static void |
DatabaseManager.insert(Context context,
TableRow row)
Insert a table row into the RDBMS.
|
static int |
DatabaseManager.update(Context context,
TableRow row)
Update changes to the RDBMS.
|
| Modifier and Type | Method and Description |
|---|---|
protected TableRow |
VersionHistoryImpl.getMyRow() |
protected TableRow |
VersionImpl.getMyRow() |
| Constructor and Description |
|---|
VersionHistoryImpl(Context c,
TableRow row) |
VersionImpl(Context c,
TableRow row) |
Copyright © 2013 DuraSpace. All Rights Reserved.