Uses of Class
org.dspace.sword.DepositResult

Packages that use DepositResult
org.dspace.sword   
 

Uses of DepositResult in org.dspace.sword
 

Fields in org.dspace.sword declared as DepositResult
protected  DepositResult DSpaceATOMEntry.result
          the deposit result
 

Methods in org.dspace.sword that return DepositResult
 DepositResult ItemDepositor.doDeposit(Deposit deposit)
           
abstract  DepositResult Depositor.doDeposit(Deposit deposit)
          Execute the deposit process with the given sword deposit
 DepositResult CollectionDepositor.doDeposit(Deposit deposit)
          Perform a deposit, using the supplied SWORD Deposit object
 DepositResult SWORDMETSIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject dso)
           
 DepositResult SWORDIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject target)
          Ingest the package as described in the given Deposit object within the given DSpace Context
 DepositResult SimpleFileIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject target)
          perform the ingest using the given deposit object onto the specified target dspace object, using the sword service implementation
 

Methods in org.dspace.sword with parameters of type DepositResult
 SWORDEntry DSpaceATOMEntry.getSWORDEntry(DepositResult result, Deposit deposit)
          Construct the SWORDEntry object which represents the given item with the given handle.
 void ItemDepositor.undoDeposit(DepositResult result)
           
abstract  void Depositor.undoDeposit(DepositResult result)
          Undo any changes to the archive effected by the deposit
 void CollectionDepositor.undoDeposit(DepositResult result)
          Reverse any changes which may have resulted as the consequence of a deposit.
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.