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
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 ItemDepositor.doDeposit(Deposit deposit)
           
 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
 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 SWORDMETSIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject dso)
           
 

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.
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.
 void ItemDepositor.undoDeposit(DepositResult result)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.