Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.InsufficientPrivilegesException
-
Packages that use InsufficientPrivilegesException Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl -
-
Uses of InsufficientPrivilegesException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw InsufficientPrivilegesException 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.Map<String,String>WorkspaceStorageHubClientService. removeItems(String... id)Removes the items.WorkspaceItemWorkspaceStorageHubClientService. renameItem(String itemId, String newName)Rename item. -
Uses of InsufficientPrivilegesException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw InsufficientPrivilegesException 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.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.
-