org.dspace.sword
Interface SWORDIngester
- All Known Implementing Classes:
- SWORDMETSIngester
public interface SWORDIngester
Interface behind which can be implemented ingest mechanisms
for SWORD deposit requests. Instances of this class should
be obtained via the SWORDIngesterFactory class.
- Author:
- Richard Jones
ingest
DepositResult ingest(Context context,
Deposit deposit)
throws DSpaceSWORDException
- Ingest the package as described in the given Deposit object
within the given DSpace Context
- Parameters:
context - deposit -
- Returns:
- the result of the deposit
- Throws:
DSpaceSWORDException
Copyright © 2008 The DSpace Foundation. All Rights Reserved.