Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.impl.WorkspaceFileVersion
-
Packages that use WorkspaceFileVersion Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.converter org.gcube.common.storagehubwrapper.server.tohl -
-
Uses of WorkspaceFileVersion in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that return types with arguments of type WorkspaceFileVersion Modifier and Type Method Description List<WorkspaceFileVersion>WorkspaceStorageHubClientService. getListVersionsForFile(String fileItemId)Gets the list versions for file. -
Uses of WorkspaceFileVersion in org.gcube.common.storagehubwrapper.server.converter
Methods in org.gcube.common.storagehubwrapper.server.converter that return WorkspaceFileVersion Modifier and Type Method Description static WorkspaceFileVersionHLMapper. toWorkspaceFileVersion(org.gcube.common.storagehub.model.service.Version fileVersion)To workspace file version. -
Uses of WorkspaceFileVersion in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that return types with arguments of type WorkspaceFileVersion Modifier and Type Method Description List<WorkspaceFileVersion>Workspace. getListVersionsForFile(String fileItemId)Gets the list versions for file.
-