Package org.dspace.content
Interface DSpaceObjectLegacySupport
-
public interface DSpaceObjectLegacySupportDatabase Object interface interface class that adds that getLegacyId method which returns the old integer based identifier that was used to identify DSpaceObjects prior to DSpace 6.0- Author:
- kevinvandevelde at atmire.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetLegacyId()
-
-
-
Method Detail
-
getLegacyId
Integer getLegacyId()
- Returns:
- the old integer based legacy identifier
-
-