public interface AutoVersion
extends org.dspace.versioning.Version
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEditSummary(org.dspace.core.Context context,
String knotId,
String contextPath,
boolean isLatestVersion) |
org.dspace.content.Bitstream |
getAIPBitstream() |
org.dspace.content.Bitstream[] |
getBitstreams(org.dspace.core.Context context) |
org.dspace.eperson.EPerson |
getEperson() |
String |
getHandle() |
org.dspace.content.Item |
getItem() |
int |
getItemID() |
org.dspace.content.Bitstream |
getOREBitstream() |
String[] |
getRestoreVersionLink(org.dspace.core.Context context,
String knotId,
String contextPath,
boolean isLatestVersion) |
String |
getSummary() |
Date |
getVersionDate() |
int |
getVersionHistoryID() |
int |
getVersionId() |
String |
getVersionLog() |
int |
getVersionNumber() |
String[] |
getViewVersionLink(org.dspace.core.Context context,
String knotId,
String contextPath,
boolean isLatestVersion) |
boolean |
isLastestVersion(org.dspace.core.Context context,
AutoVersionHistory history) |
void |
setAIPBitstream(int bitstream_id) |
void |
setItemID(int item_id) |
void |
setOREBitstream(int bitstream_id) |
void |
setVersionLog(String log) |
void |
setVersionNumber(int versionNumber) |
org.dspace.eperson.EPerson getEperson()
getEperson in interface org.dspace.versioning.Versionint getItemID()
getItemID in interface org.dspace.versioning.VersionDate getVersionDate()
getVersionDate in interface org.dspace.versioning.Versionint getVersionNumber()
getVersionNumber in interface org.dspace.versioning.Versionvoid setVersionNumber(int versionNumber)
String getSummary()
getSummary in interface org.dspace.versioning.Versionint getVersionHistoryID()
getVersionHistoryID in interface org.dspace.versioning.VersionString getHandle()
int getVersionId()
getVersionId in interface org.dspace.versioning.Versionorg.dspace.content.Item getItem()
getItem in interface org.dspace.versioning.Versionorg.dspace.content.Bitstream getAIPBitstream()
void setAIPBitstream(int bitstream_id)
void setItemID(int item_id)
String getVersionLog()
void setVersionLog(String log)
String[] getRestoreVersionLink(org.dspace.core.Context context, String knotId, String contextPath, boolean isLatestVersion)
String[] getViewVersionLink(org.dspace.core.Context context, String knotId, String contextPath, boolean isLatestVersion)
boolean canEditSummary(org.dspace.core.Context context,
String knotId,
String contextPath,
boolean isLatestVersion)
boolean isLastestVersion(org.dspace.core.Context context,
AutoVersionHistory history)
org.dspace.content.Bitstream[] getBitstreams(org.dspace.core.Context context)
org.dspace.content.Bitstream getOREBitstream()
void setOREBitstream(int bitstream_id)
Copyright © 2016 DuraSpace. All rights reserved.