Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoContributor
-
-
Uses of ZenodoContributor in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.basicinformation
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.basicinformation that return types with arguments of type ZenodoContributor Modifier and Type Method Description List<ZenodoContributor>BasicInformationView. getListOfContributors()Gets the list of contributors. -
Uses of ZenodoContributor in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter that return types with arguments of type ZenodoContributor Modifier and Type Method Description static List<ZenodoContributor>ItemToZenodoConverter. toZenodoContributors(List<org.gcube.data.publishing.ckan2zenodo.model.zenodo.Contributor> contributors)To zenodo contributors. -
Uses of ZenodoContributor in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Method parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with type arguments of type ZenodoContributor Modifier and Type Method Description voidZenodoMetadata. setContributors(List<ZenodoContributor> contributors)Sets the contributors.
-