public interface 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() |
String |
getVerisonLog() |
Date |
getVersionDate() |
int |
getVersionHistoryID() |
int |
getVersionId() |
int |
getVersionNumber() |
String[] |
getViewVersionLink(org.dspace.core.Context context,
String knotId,
String contextPath,
boolean isLatestVersion) |
boolean |
isLastestVersion(org.dspace.core.Context context,
org.dspace.versioning.VersionHistory 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()
int getItemID()
Date getVersionDate()
int getVersionNumber()
void setVersionNumber(int versionNumber)
String getSummary()
int getVersionHistoryID()
String getHandle()
int getVersionId()
org.dspace.content.Item getItem()
org.dspace.content.Bitstream getAIPBitstream()
void setAIPBitstream(int bitstream_id)
void setItemID(int item_id)
String getVerisonLog()
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,
org.dspace.versioning.VersionHistory history)
org.dspace.content.Bitstream[] getBitstreams(org.dspace.core.Context context)
org.dspace.content.Bitstream getOREBitstream()
void setOREBitstream(int bitstream_id)
Copyright © 2014 DuraSpace. All rights reserved.