Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoCommunity
-
Packages that use ZenodoCommunity Package Description org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped -
-
Uses of ZenodoCommunity in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter that return types with arguments of type ZenodoCommunity Modifier and Type Method Description static List<ZenodoCommunity>ItemToZenodoConverter. toZenodoCommunities(List<org.gcube.data.publishing.ckan2zenodo.model.zenodo.Community> communities)To zenodo communities. -
Uses of ZenodoCommunity in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that return types with arguments of type ZenodoCommunity Modifier and Type Method Description List<ZenodoCommunity>ZenodoMetadata. getCommunities()Gets the communities.Method parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with type arguments of type ZenodoCommunity Modifier and Type Method Description voidZenodoMetadata. setCommunities(List<ZenodoCommunity> communities)Sets the communities.
-