Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WorkspaceFolderNotFoundException
-
Packages that use WorkspaceFolderNotFoundException Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl -
-
Uses of WorkspaceFolderNotFoundException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw WorkspaceFolderNotFoundException Modifier and Type Method Description WorkspaceFolderWorkspaceStorageHubClientService. createFolder(String name, String description, String destinationFolderId)Creates the folder.WorkspaceFolderWorkspaceStorageHubClientService. createFolder(String name, String description, String destinationFolderId, Map<String,String> properties)Creates the folder. -
Uses of WorkspaceFolderNotFoundException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw WorkspaceFolderNotFoundException Modifier and Type Method Description WorkspaceFolderWorkspace. createFolder(String name, String description, String destinationFolderId)Create a new folder with specified name.WorkspaceFolderWorkspace. createFolder(String name, String description, String destinationFolderId, Map<String,String> properties)Create a new folder with properties.WorkspaceItemWorkspace. moveItem(String itemId, String destinationFolderId)Move item.
-