| Package | Description |
|---|---|
| org.dspace.content | |
| org.dspace.versioning |
| Modifier and Type | Method and Description |
|---|---|
static Version |
BitstreamUtil.getVersion(org.dspace.core.Context c,
org.dspace.content.Bitstream b) |
| Modifier and Type | Method and Description |
|---|---|
org.dspace.content.Bitstream |
OREManifestWriter.updateORE(org.dspace.core.Context c,
org.dspace.content.Item newItem,
Version version,
boolean b) |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionImpl |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersioningServiceImpl.createNewWorkingVersionInSubmission(org.dspace.core.Context c,
int itemId,
String summary)
Service Methods
|
Version |
VersioningService.createNewWorkingVersionInSubmission(org.dspace.core.Context context,
int itemID,
String summary) |
Version |
VersionHistoryImpl.getFirstVersion() |
Version |
VersionHistoryImpl.getLatestVersion() |
Version |
VersionHistoryImpl.getNext(Version version) |
Version |
VersionHistoryImpl.getPrevious(Version version) |
Version |
VersioningServiceImpl.getVersion(org.dspace.core.Context c,
int versionID) |
Version |
VersioningService.getVersion(org.dspace.core.Context c,
int versionID) |
Version |
VersioningServiceImpl.getVersion(org.dspace.core.Context c,
org.dspace.content.Item item) |
Version |
VersioningService.getVersion(org.dspace.core.Context c,
org.dspace.content.Item item) |
Version |
VersionHistoryImpl.getVersion(org.dspace.content.Item item) |
static Version[] |
VersionDAO.search(org.dspace.core.Context context,
String query,
int offset,
int limit) |
Version |
VersioningServiceImpl.updateVersion(org.dspace.core.Context c,
int itemId,
String summary) |
Version |
VersioningService.updateVersion(org.dspace.core.Context c,
int itemId,
String summary) |
Version |
VersioningServiceImpl.updateVersionByVersionId(org.dspace.core.Context c,
int itemId,
int versionId,
String summary) |
Version |
VersioningService.updateVersionByVersionId(org.dspace.core.Context c,
int itemId,
int versionId,
String summary) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
VersionDAO.findByVersionHistory(org.dspace.core.Context context,
int versionHistoryId) |
List<Version> |
VersionHistoryImpl.getVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionHistoryImpl.add(Version version) |
void |
DefaultItemVersionProvider.deleteVersionedItem(org.dspace.core.Context c,
Version versionToDelete,
org.dspace.versioning.VersionHistory history)
TODO: CHANGE Previous Item May Not Exist, we need to reinstate using InternalAIPIngester and Archived AIP
TODO: Identify where the version gets deleted
|
Version |
VersionHistoryImpl.getNext(Version version) |
protected int |
VersioningServiceImpl.getNextVersionNumer(Version latest) |
Version |
VersionHistoryImpl.getPrevious(Version version) |
boolean |
VersionHistoryImpl.hasNext(Version version) |
boolean |
VersionHistoryImpl.isFirstVersion(Version version) |
boolean |
VersionHistoryImpl.isLastVersion(Version version) |
void |
VersionHistoryImpl.remove(Version version) |
protected void |
VersioningServiceImpl.removeVersion(org.dspace.core.Context c,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionHistoryImpl.setVersions(List<Version> versions) |
Copyright © 2014 DuraSpace. All rights reserved.