@RemoteServiceRelativePath(value="ckantozenodo")
public interface CkanToZenodoPublisherService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
ZenodoItem |
convertToZenodoItem(CatalogueItem item)
Convert to zenodo item.
|
String |
publishOnZenodo(ZenodoItem zenodoItem)
Publish on zenodo.
|
Map<String,String> |
readFieldsDescriptions()
Read fields descriptions.
|
ZenodoItem convertToZenodoItem(CatalogueItem item) throws Exception
item - the itemException - the exceptionString publishOnZenodo(ZenodoItem zenodoItem) throws Exception
zenodoItem - the zenodo itemException - the exceptionCopyright © 2021. All Rights Reserved.