Uses of Interface
org.gcube.common.storagehubwrapper.shared.tohl.items.ItemStreamDescriptor
-
Packages that use ItemStreamDescriptor Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl org.gcube.common.storagehubwrapper.shared.tohl.impl -
-
Uses of ItemStreamDescriptor in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that return ItemStreamDescriptor Modifier and Type Method Description ItemStreamDescriptorWorkspaceStorageHubClientService. downloadFile(String itemId, String fileName, String versionName, String nodeIdsToExclude)Download file.ItemStreamDescriptorWorkspaceStorageHubClientService. downloadFolder(String folderId, String folderName, String nodeIdsToExclude)Download folder.ItemStreamDescriptorWorkspaceStorageHubClientService. getThumbnailData(String itemId)Gets the thumbnail data. -
Uses of ItemStreamDescriptor in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that return ItemStreamDescriptor Modifier and Type Method Description ItemStreamDescriptorWorkspace. downloadFile(String itemId, String fileName, String versionName, String nodeIdsToExclude)Download file.ItemStreamDescriptorWorkspace. downloadFolder(String folderId, String folderName, String nodeIdsToExclude)Download folder.ItemStreamDescriptorWorkspace. getThumbnailData(String itemId)Gets the thumbnail data. -
Uses of ItemStreamDescriptor in org.gcube.common.storagehubwrapper.shared.tohl.impl
Classes in org.gcube.common.storagehubwrapper.shared.tohl.impl that implement ItemStreamDescriptor Modifier and Type Class Description classStreamDescriptorInstantiates a new stream descriptor.
-