Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Student: Bojan Suzic, University of Technology Graz

Mentor: Aaron Zeckoski

Wiki MarkupContacting author: bojan AT trust - b . com using subject line \ [DSPACE:DSpace\]

SCM Location for Project: http://scm.dspace.org/svn/repo/modules/rest

...

(a) Creates either a new Top Level Community, SubCommunity, Collection, Item, Bundle or Bitstream as defined in the DSpace Data Model, the context of which is the current {pid} entityunmigrated-wiki-markup

Get next pid, /objects/nextPID ? \ [DSPACE:type\]

Code Block
 /objects/nextPID?type="http://purl.org/dspace/model/Bitstream"

 /objects/{bundlePid}?relationship="http://purl.org/dspace/model/hasBitstream"&object={bitstreamPid}

 /objects/{bitstreamPid} ? ... see http://www.fedora-commons.org/documentation/3.0/userdocs/server/webservices/rest/index.html#addDatastream

...