Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.InternalErrorException
-
-
Uses of InternalErrorException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw InternalErrorException 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.StringWorkspaceStorageHubClientService. getOwner()Gets the owner.List<? extends WorkspaceItem>WorkspaceStorageHubClientService. getParentsById(String id)Gets the parents by id.List<? extends WorkspaceItem>WorkspaceStorageHubClientService. getParentsForExplorerById(String id)Gets the parents for explorer by id.WorkspaceFolderWorkspaceStorageHubClientService. getRoot()Gets the root.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 InternalErrorException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw InternalErrorException 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.StringWorkspace. getOwner()Gets the owner.List<? extends WorkspaceItem>Workspace. getParentsById(String id)Gets the parents by id.List<? extends WorkspaceItem>Workspace. getParentsForExplorerById(String id)Gets the parents for explorer by id.WorkspaceFolderWorkspace. getRoot()Returns the workspace root.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 InternalErrorException in org.gcube.common.storagehubwrapper.shared.tohl
Methods in org.gcube.common.storagehubwrapper.shared.tohl that throw InternalErrorException Modifier and Type Method Description StringProperties. getId()Get ID.StringTrashedItem. getMimeType()Get mime type.Map<String,String>Properties. getProperties()Get Properties.StringProperties. getPropertyValue(String propertyName)Get property value. -
Uses of InternalErrorException in org.gcube.common.storagehubwrapper.shared.tohl.impl
Methods in org.gcube.common.storagehubwrapper.shared.tohl.impl that throw InternalErrorException Modifier and Type Method Description InputStreamImageFile. getThumbnail() -
Uses of InternalErrorException in org.gcube.common.storagehubwrapper.shared.tohl.items
Methods in org.gcube.common.storagehubwrapper.shared.tohl.items that throw InternalErrorException Modifier and Type Method Description WorkspaceVersionFileItem. getCurrentVersion()Get Current version.InputStreamImage. getThumbnail()The image thumbnail. -
Uses of InternalErrorException in org.gcube.common.storagehubwrapper.shared.tohl.trash
Methods in org.gcube.common.storagehubwrapper.shared.tohl.trash that throw InternalErrorException Modifier and Type Method Description voidWorkspaceTrashFolder. deletePermanentlyById(String id)Delete permanently a specific item.List<String>WorkspaceTrashFolder. emptyTrash()Empty Trash.TrashedItemWorkspaceTrashFolder. getTrashItemById(String id)Deprecated.useorg.gcube.portal.storagehubwrapper.server.tohl.homelibrary.home.workspace.Workspace#getItem(String itemId)insteadList<TrashedItem>WorkspaceTrashFolder. listTrashItems()Deprecated.use#getChildren()insteadList<String>WorkspaceTrashFolder. restoreAll()Restore all item in Trash.voidWorkspaceTrashFolder. restoreById(String id)Restore a specific item.
-