Uses of Class
org.purl.sword.base.SWORDEntry

Packages that use SWORDEntry
org.dspace.sword   
org.purl.sword.base This package contains the base set of classes that are used by the demonstration SWORD Servers and SWORD Clients. 
 

Uses of SWORDEntry in org.dspace.sword
 

Fields in org.dspace.sword declared as SWORDEntry
protected  SWORDEntry DSpaceATOMEntry.entry
          the SWORD ATOM entry which this class effectively decorates
 

Methods in org.dspace.sword that return SWORDEntry
 SWORDEntry DSpaceATOMEntry.getSWORDEntry(DepositResult result, Deposit deposit)
          Construct the SWORDEntry object which represents the given item with the given handle.
 SWORDEntry DSpaceATOMEntry.getSWORDEntry(DSpaceObject dso)
          get the sword entry for the given dspace object.
 

Uses of SWORDEntry in org.purl.sword.base
 

Subclasses of SWORDEntry in org.purl.sword.base
 class SWORDErrorDocument
          Extension of the SWORD Entry class, specialized for Error Documents.
 

Methods in org.purl.sword.base that return SWORDEntry
 SWORDEntry DepositResponse.getEntry()
          Get the SWORD Entry
 

Methods in org.purl.sword.base with parameters of type SWORDEntry
 void DepositResponse.setEntry(SWORDEntry entry)
          Set the entry element for this response.
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.