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

Packages that use Deposit
org.dspace.sword   
org.purl.sword.server   
 

Uses of Deposit in org.dspace.sword
 

Fields in org.dspace.sword declared as Deposit
protected  Deposit DSpaceATOMEntry.deposit
          the original deposit
 

Methods in org.dspace.sword with parameters of type Deposit
 SWORDContext SWORDAuthenticator.authenticate(Deposit deposit)
          Authenticate the deposit request.
 boolean SWORDAuthenticator.canSubmit(SWORDService swordService, Deposit deposit, DSpaceObject dso)
          Can the users contained in this object's member SWORDContext make a successful submission to the selected collection.
 DepositResponse DepositManager.deposit(Deposit deposit)
          Once this object is fully prepared, this method will execute the deposit process.
 DepositResult CollectionDepositor.doDeposit(Deposit deposit)
          Perform a deposit, using the supplied SWORD Deposit object
 DepositResponse DSpaceSWORDServer.doDeposit(Deposit deposit)
           
 DepositResult ItemDepositor.doDeposit(Deposit deposit)
           
abstract  DepositResult Depositor.doDeposit(Deposit deposit)
          Execute the deposit process with the given sword deposit
 DSpaceObject DepositManager.getDepositTarget(Deposit deposit)
           
 String SWORDService.getFilename(Context context, Deposit deposit, boolean original)
          Construct the most appropriate filename for the incoming deposit
static SWORDIngester SWORDIngesterFactory.getInstance(Context context, Deposit deposit, DSpaceObject dso)
          Generate an object which conforms to the SWORDIngester interface.
 SWORDEntry DSpaceATOMEntry.getSWORDEntry(DepositResult result, Deposit deposit)
          Construct the SWORDEntry object which represents the given item with the given handle.
 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
 DepositResult SWORDMETSIngester.ingest(SWORDService service, Deposit deposit, DSpaceObject dso)
           
 

Uses of Deposit in org.purl.sword.server
 

Methods in org.purl.sword.server with parameters of type Deposit
 DepositResponse SWORDServer.doDeposit(Deposit deposit)
          Answer a SWORD deposit
 DepositResponse DummyServer.doDeposit(Deposit deposit)
           
 



Copyright © 2011 DuraSpace. All Rights Reserved.