Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.ItemNotFoundException
-
Packages that use ItemNotFoundException Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl org.gcube.common.storagehubwrapper.shared.tohl.trash -
-
Uses of ItemNotFoundException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw ItemNotFoundException Modifier and Type Method Description WorkspaceItemWorkspaceStorageHubClientService. copyFile(String itemId, String folderDestinationId)Copy file.List<WorkspaceItem>WorkspaceStorageHubClientService. copyFileItems(List<String> itemIds, String folderDestinationId)Copy file items.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.booleanWorkspaceStorageHubClientService. exists(String name, String folderId)Exists.List<WorkspaceItem>WorkspaceStorageHubClientService. find(String name, String folderId)Find.WorkspaceItemWorkspaceStorageHubClientService. getItem(String itemId)Gets the item.WorkspaceItemWorkspaceStorageHubClientService. getItem(String itemId, boolean withAccounting, boolean withFileDetails, boolean withMapProperties)Gets the item.WorkspaceItemWorkspaceStorageHubClientService. getItemByPath(String folderId, String relativePath)WorkspaceItemWorkspaceStorageHubClientService. getItemForExplorer(String itemId, boolean withAccounting, boolean withFileDetails, boolean withMapProperties)Gets the item.WorkspaceItemWorkspaceStorageHubClientService. moveItem(String itemId, String folderDestinationId)Move item.List<WorkspaceItem>WorkspaceStorageHubClientService. moveItems(List<String> itemIds, String folderDestinationId)Move items.Map<String,String>WorkspaceStorageHubClientService. removeItems(String... id)Removes the items.WorkspaceItemWorkspaceStorageHubClientService. renameItem(String itemId, String newName)Rename item.List<WorkspaceItem>WorkspaceStorageHubClientService. search(String text, String folderId)Search. -
Uses of ItemNotFoundException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw ItemNotFoundException Modifier and Type Method Description WorkspaceItemWorkspace. copyFile(String itemId, String folderDestinationId)Copy file.List<WorkspaceItem>Workspace. copyFileItems(List<String> itemIds, String folderDestinationId)Copy file items.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.voidWorkspace. deleteItem(String itemId)Delete item.booleanWorkspace. exists(String name, String folderId)Check if an item with the specified name exists in the specified folder.List<WorkspaceItem>Workspace. find(String name, String folderId)Get an item with the specified name in the specified folder.WorkspaceItemWorkspace. getItem(String itemId)Return the item with the specified id.WorkspaceItemWorkspace. getItem(String itemId, boolean withAccounting, boolean withFileDetails, boolean withMapProperties)Return the item with the specified id.WorkspaceItemWorkspace. getItemByPath(String idFolder, String relativePath)WorkspaceItemWorkspace. getItemForExplorer(String itemId, boolean withAccounting, boolean withFileDetails, boolean withMapProperties)Gets the item for Explorer.WorkspaceItemWorkspace. getTrash()Get Trash Folder.WorkspaceItemWorkspace. moveItem(String itemId, String destinationFolderId)Move item.List<WorkspaceItem>Workspace. moveItems(List<String> itemIds, String folderDestinationId)Move items.Map<String,String>Workspace. removeItems(String... id)Removes the items.WorkspaceItemWorkspace. renameItem(String itemId, String newName)Rename an item.List<WorkspaceItem>Workspace. search(String text, String folderId)Search. -
Uses of ItemNotFoundException in org.gcube.common.storagehubwrapper.shared.tohl.trash
Methods in org.gcube.common.storagehubwrapper.shared.tohl.trash that throw ItemNotFoundException Modifier and Type Method Description List<TrashedItem>WorkspaceTrashFolder. listTrashItems()Deprecated.use#getChildren()instead
-