| DepositionExceptionAdvice |
Class for deciding how the server should respond when a DepositionException occurs.
|
| DepositorService |
A service to load the appropriate Depositor bean and perform the deposition action.
|
| GenericHTTPDepositor |
An example implementation of a Depositor, that performs a simple HTTP POST of a zipped BagIt-RO serialization
of a Research Object to a configured URL, with some optional configured HTTP headers.
|
| GenericHTTPDepositorConfig |
Configuration for a GenericHTTPDepositor
|
| MendeleyDataClient |
A very basic client to interact with Mendeley Data's REST API.
|
| MendeleyDataDepositor |
A Depositor to deposit a zipped BagIt-RO serialization of a Research Object into Mendeley Data through the datasets API.
|
| MendeleyDataDepositorConfig |
Configuration for a Mendeley Data Depositor
|
| ZenodoClient |
A very basic client to interact with Zenodo's REST API.
|
| ZenodoDepositor |
A Depositor to deposit a zipped BagIt-RO serialization of a Research Object into Zenodo through the depositions API.
|
| ZenodoDepositorConfig |
Configuration for a ZenodoDepositor
|