| Package | Description |
|---|---|
| org.dspace.identifier |
Providers of durable unique identifiers (Handles, DOIs, etc.).
|
| org.dspace.versioning |
| Modifier and Type | Method and Description |
|---|---|
protected VersionImpl |
VersionedHandleIdentifierProvider.createVersion(Context c,
VersionHistory vh,
Item item,
String summary,
Date date,
int versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
VersionImpl |
VersionDAO.create(Context context) |
protected VersionImpl |
VersioningServiceImpl.createVersion(Context c,
VersionHistory vh,
Item item,
String summary,
Date date) |
VersionImpl |
VersionDAO.find(Context context,
int id) |
VersionImpl |
VersionDAO.findByItem(Context c,
Item item) |
VersionImpl |
VersionDAO.findByItemId(Context context,
int itemId) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionDAO.update(VersionImpl version) |
Copyright © 2015 DuraSpace. All Rights Reserved.