Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • org.dspace.content.BitstreamFormat – HARDCODED Support level text (Are these changes NEEDED?? – Tim)
  • org.dspace.content.Site – new getURL() method
  • org.dspace.content.WorkspaceItem – now extends IngestionWrapper – changes to support that
  • org.dspace.content.Community – add ability to create a Community with a specified Handle, also create a SubCommunity or Collection with specified Handle
  • org.dspace.content.InstallItem – now supports IngestionWrapper, can install an item with a specified Handle, new replaceItem() method
  • org.dspace.content.Bitstream – create() now public, new getAbsoluteURI(), new dereferenceAbsoluteURI(), new isDeleted() (Are these changes NEEDED?? – Tim)
  • org.dspace.content.Collection – add ability to create a Collection with a specified Handle
  • org.dspace.content.Item – now calls HandleManager.unbindHandle to remove a Handle.

...

  • org.dspace.handle.HandleManager – unbindHandle() method, lookup Site Object by Handle suffix "0", getHandleInternal now retuns TableRow

org.dspace.storage.*

  • org.dspace.storage.bitstore.BitstreamStorageManager – new getAbsoluteURI, dereferenceAbsoluteURI, findBitstreamByStorage methods – Were these for INTERNAL AIPs? (Are these changes NEEDED?? – Tim)

dspace-sword-api and dspace-lni-api

...