@Entity public class VersionHistory extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
VersionHistory()
Protected constructor, create object using:
DSpaceCRUDService.create(Context) |
protected VersionHistory()
DSpaceCRUDService.create(Context)public Integer getID()
getID in interface ReloadableEntity<Integer>protected List<Version> getVersions()
VersioningService#getVersionsByHistory(Context, VersionHistory) instead.
To keep version number stables we keep information about deleted Versions.
VersioningService.getVersionsByHistory(Context, VersionHistory) filters
such versions and returns only active versions.Copyright © 2016 DuraSpace. All rights reserved.