Uses of Class
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoFile
-
-
Uses of ZenodoFile in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.publishfile
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.publishfile that return ZenodoFile Modifier and Type Method Description ZenodoFilePublishFileView. getFile()Gets the file.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.publishfile that return types with arguments of type ZenodoFile Modifier and Type Method Description List<ZenodoFile>PublishFilesFormView. getAlreadyPublished()Gets the already published.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.publishfile with parameters of type ZenodoFile Modifier and Type Method Description PublishFileViewPublishFilesFormView. addFile(ZenodoFile file)Adds the file.Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.publishfile with parameters of type ZenodoFile Constructor Description PublishFileView(ZenodoFile file)Instantiates a new publish file view. -
Uses of ZenodoFile in org.gcube.portlets.widgets.ckan2zenodopublisher.client.view
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.view that return types with arguments of type ZenodoFile Modifier and Type Method Description List<ZenodoFile>Ckan2ZenodoViewManager. getListFileToPublish()Gets the list file to publish.List<ZenodoFile>PublishFileViewManager. getSelectedFileToZenodoPublishing()Gets the selected file to zenodo publishing.Constructor parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.client.view with type arguments of type ZenodoFile Constructor Description PublishFileViewManager(List<ZenodoFile> listFiles, int tabIndex) -
Uses of ZenodoFile in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter that return ZenodoFile Modifier and Type Method Description static ZenodoFileItemToZenodoConverter. toZenodoFile(org.gcube.data.publishing.ckan2zenodo.model.CkanResource ckanResource, boolean fileAlreadyPublished)To zenodo file.static ZenodoFileItemToZenodoConverter. toZenodoFile(org.gcube.data.publishing.ckan2zenodo.model.zenodo.FileDeposition fileDeposition, boolean fileAlreadyPublished)To zenodo file.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter that return types with arguments of type ZenodoFile Modifier and Type Method Description static List<ZenodoFile>ItemToZenodoConverter. toZenodoFiles(List<org.gcube.data.publishing.ckan2zenodo.model.CkanResource> filteredResources, boolean filesAlreadyPublished)To zenodo files.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter with parameters of type ZenodoFile Modifier and Type Method Description static org.gcube.data.publishing.ckan2zenodo.model.zenodo.FileDepositionItemToZenodoConverter. toServiceFileDeposition(ZenodoFile zenodoFile)To service file deposition. -
Uses of ZenodoFile in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that return types with arguments of type ZenodoFile Modifier and Type Method Description List<ZenodoFile>ZenodoItem. getFiles()Gets the files.Method parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped with type arguments of type ZenodoFile Modifier and Type Method Description voidZenodoItem. addFiles(List<ZenodoFile> files)Adds the files.voidZenodoItem. setFiles(List<ZenodoFile> files)Sets the files.
-