Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.ItemAlreadyExistException
-
Packages that use ItemAlreadyExistException Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl -
-
Uses of ItemAlreadyExistException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw ItemAlreadyExistException 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.WorkspaceItemWorkspaceStorageHubClientService. moveItem(String itemId, String folderDestinationId)Move item.List<WorkspaceItem>WorkspaceStorageHubClientService. moveItems(List<String> itemIds, String folderDestinationId)Move items.WorkspaceItemWorkspaceStorageHubClientService. renameItem(String itemId, String newName)Rename item. -
Uses of ItemAlreadyExistException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw ItemAlreadyExistException 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.WorkspaceItemWorkspace. moveItem(String itemId, String destinationFolderId)Move item.List<WorkspaceItem>Workspace. moveItems(List<String> itemIds, String folderDestinationId)Move items.WorkspaceItemWorkspace. renameItem(String itemId, String newName)Rename an item.
-