| Package | Description |
|---|---|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.handle |
Provides classes and methods to interface with the
CNRI Handle System.
|
| org.dspace.handle.dao | |
| org.dspace.handle.dao.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Handle> |
DSpaceObject.getHandles() |
| Modifier and Type | Method and Description |
|---|---|
void |
DSpaceObject.addHandle(Handle handle) |
| Modifier and Type | Method and Description |
|---|---|
protected Handle |
HandleServiceImpl.findHandleInternal(Context context,
String handle)
Find the database row corresponding to handle.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Handle> |
HandleServiceImpl.getInternalHandles(Context context,
DSpaceObject dso)
Return the handle for an Object, or null if the Object has no handle.
|
| Modifier and Type | Method and Description |
|---|---|
Handle |
HandleDAO.findByHandle(Context context,
String handle) |
| Modifier and Type | Method and Description |
|---|---|
List<Handle> |
HandleDAO.findByPrefix(Context context,
String prefix) |
List<Handle> |
HandleDAO.getHandlesByDSpaceObject(Context context,
DSpaceObject dso) |
| Modifier and Type | Method and Description |
|---|---|
Handle |
HandleDAOImpl.findByHandle(Context context,
String handle) |
| Modifier and Type | Method and Description |
|---|---|
List<Handle> |
HandleDAOImpl.findByPrefix(Context context,
String prefix) |
List<Handle> |
HandleDAOImpl.getHandlesByDSpaceObject(Context context,
DSpaceObject dso) |
Copyright © 2022 LYRASIS. All rights reserved.