Class ZenodoDepositor
- java.lang.Object
-
- uk.org.esciencelab.researchobjectservice.deposition.ZenodoDepositor
-
-
Constructor Summary
Constructors Constructor Description ZenodoDepositor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIdeposit(ResearchObject researchObject, java.util.Map<java.lang.String,java.lang.String> params)Deposit the RO into the repo.
-
-
-
Method Detail
-
deposit
public java.net.URI deposit(ResearchObject researchObject, java.util.Map<java.lang.String,java.lang.String> params) throws DepositionException
Description copied from interface:DepositorDeposit the RO into the repo.- Specified by:
depositin interfaceDepositor- Parameters:
researchObject- the RO to deposit.params- optional parameters to pass through to the depositor.- Returns:
- The URI of the deposited RO within the repository.
- Throws:
DepositionException
-
-