public class AutoVersioningUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
mapTableName |
static String |
tableName |
static String |
TYPE_AIP |
static String |
TYPE_CON |
static String |
TYPE_ORE |
| Constructor and Description |
|---|
AutoVersioningUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBitstreamType(org.dspace.core.Context c,
org.dspace.content.Bitstream b) |
static String |
getFormat(org.dspace.content.Bitstream bitstream) |
static org.dspace.content.Bitstream |
getObsoletedBy(org.dspace.core.Context c,
org.dspace.content.Bitstream b) |
static org.dspace.content.Bitstream |
getObsoletes(org.dspace.core.Context c,
org.dspace.content.Bitstream b) |
static String |
getPid(org.dspace.core.Context context,
org.dspace.content.Bitstream bitstream) |
static AutoVersion |
getVersion(org.dspace.core.Context c,
org.dspace.content.Bitstream b) |
public static String tableName
public static String mapTableName
public static String TYPE_ORE
public static String TYPE_AIP
public static String TYPE_CON
public static String getFormat(org.dspace.content.Bitstream bitstream)
public static String getPid(org.dspace.core.Context context, org.dspace.content.Bitstream bitstream) throws SQLException
SQLExceptionpublic static org.dspace.content.Bitstream getObsoletedBy(org.dspace.core.Context c,
org.dspace.content.Bitstream b)
public static org.dspace.content.Bitstream getObsoletes(org.dspace.core.Context c,
org.dspace.content.Bitstream b)
public static AutoVersion getVersion(org.dspace.core.Context c, org.dspace.content.Bitstream b)
public static String getBitstreamType(org.dspace.core.Context c, org.dspace.content.Bitstream b)
Copyright © 2016 DuraSpace. All rights reserved.