Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoCreator
-
-
Uses of ZenodoCreator 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 ZenodoCreator Modifier and Type Method Description List<ZenodoCreator>BasicInformationView. getListOfCreators()Gets the list of authors. -
Uses of ZenodoCreator in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter that return types with arguments of type ZenodoCreator Modifier and Type Method Description static List<ZenodoCreator>ItemToZenodoConverter. toZenodoCreators(List<org.gcube.data.publishing.ckan2zenodo.model.zenodo.Creator> creators)To zenodo creators. -
Uses of ZenodoCreator in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Subclasses of ZenodoCreator in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped Modifier and Type Class Description classZenodoContributorThe Class ZenodoContributor.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that return types with arguments of type ZenodoCreator Modifier and Type Method Description List<ZenodoCreator>ZenodoMetadata. getThesis_supervisors()Gets the thesis supervisors.Method parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with type arguments of type ZenodoCreator Modifier and Type Method Description voidZenodoMetadata. setCreators(List<ZenodoCreator> creators)Sets the creators.voidZenodoMetadata. setThesis_supervisors(List<ZenodoCreator> thesis_supervisors)Sets the thesis supervisors.
-