| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
WorkspaceStorageHubClientService.copyFile(String itemId,
String folderDestinationId)
Copy file.
|
WorkspaceItem |
WorkspaceStorageHubClientService.getItem(String itemId)
Gets the item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.getItem(String itemId,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
Gets the item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.getItemForExplorer(String itemId,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
Gets the item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.getRootSharedFolder(String itemId)
Gets the root shared folder.
|
WorkspaceItem |
WorkspaceStorageHubClientService.getTrash()
Gets the trash.
|
WorkspaceItem |
WorkspaceStorageHubClientService.moveItem(String itemId,
String folderDestinationId)
Move item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.renameItem(String itemId,
String newName)
Rename item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.restoreThrashItem(String itemId,
String destinationFolderId)
Restore thrash item.
|
WorkspaceItem |
WorkspaceStorageHubClientService.uploadArchive(String folderId,
InputStream is,
String extractionFolderName)
Upload archive.
|
WorkspaceItem |
WorkspaceStorageHubClientService.uploadFile(String folderId,
InputStream is,
String fileName,
String fileDescription)
Upload file.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.copyFileItems(List<String> itemIds,
String folderDestinationId)
Copy file items.
|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.find(String name,
String folderId)
Find.
|
List<? extends WorkspaceItem> |
WorkspaceStorageHubClientService.getChildren(String id)
Gets the children.
|
List<? extends WorkspaceItem> |
WorkspaceStorageHubClientService.getFilteredChildren(String id,
Class<? extends org.gcube.common.storagehub.model.items.Item> aType)
Gets the filtered children.
|
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.
|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.moveItems(List<String> itemIds,
String folderDestinationId)
Move items.
|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.search(String text,
String folderId)
Search.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends WorkspaceItem> |
HLMapper.toWorkspaceItem(org.gcube.common.storagehub.model.items.Item item)
To workspace item.
|
static <T extends WorkspaceItem> |
HLMapper.toWorkspaceItem(org.gcube.common.storagehub.model.items.Item item,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
To workspace item.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
Workspace.copyFile(String itemId,
String folderDestinationId)
Copy file.
|
WorkspaceItem |
Workspace.getItem(String itemId)
Return the item with the specified id.
|
WorkspaceItem |
Workspace.getItem(String itemId,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
Return the item with the specified id.
|
WorkspaceItem |
Workspace.getItemForExplorer(String itemId,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
Gets the item for Explorer.
|
WorkspaceItem |
Workspace.getRootSharedFolder(String itemId)
Gets the root shared folder.
|
WorkspaceItem |
Workspace.getTrash()
Get Trash Folder.
|
WorkspaceItem |
Workspace.moveItem(String itemId,
String destinationFolderId)
Move item.
|
WorkspaceItem |
Workspace.renameItem(String itemId,
String newName)
Rename an item.
|
WorkspaceItem |
Workspace.restoreThrashItem(String itemId,
String destinationFolderId)
Restore thrash item.
|
WorkspaceItem |
Workspace.uploadArchive(String folderId,
InputStream is,
String extractionFolderName)
Upload archive.
|
WorkspaceItem |
Workspace.uploadFile(String folderId,
InputStream inputStream,
String fileName,
String fileDescription)
Upload file.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
Workspace.copyFileItems(List<String> itemIds,
String folderDestinationId)
Copy file items.
|
List<WorkspaceItem> |
Workspace.find(String name,
String folderId)
Get an item with the specified name in the specified folder.
|
List<? extends WorkspaceItem> |
Workspace.getChildren(String id)
Gets the children.
|
List<? extends WorkspaceItem> |
Workspace.getFilteredChildren(String id,
Class<? extends org.gcube.common.storagehub.model.items.Item> aType)
Gets the filtered children.
|
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.
|
List<WorkspaceItem> |
Workspace.moveItems(List<String> itemIds,
String folderDestinationId)
Move items.
|
List<WorkspaceItem> |
Workspace.search(String text,
String folderId)
Search.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TrashedItem
The Interface TrashedItem.
|
interface |
WorkspaceFolder
The Interface WorkspaceFolder.
|
interface |
WorkspaceSharedFolder
The Interface WorkspaceSharedFolder.
|
interface |
WorkspaceVREFolder
The Interface WorkspaceVREFolder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileItem
The Class FileItem.
|
class |
GcubeItem |
class |
ImageFile |
class |
PDFFile
The Interface FileItemURL.
|
class |
TrashItem |
class |
URLFile |
class |
URLFileItem
The Class URLFileItem.
|
class |
WorkspaceFolder
Instantiates a new workspace folder.
|
class |
WorkspaceItem
The Class WorkspaceItemImpl.
|
class |
WorkspaceSharedFolder
Instantiates a new workspace folder impl.
|
class |
WorkspaceVREFolder
The Class WorkspaceVREFolder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileItem
The Interface FolderItem.
|
interface |
GCubeItem
The Interface GCubeItem.
|
interface |
ImageFileItem
The Interface FileItemImage.
|
interface |
PDFFileItem
The Interface FileItemPDF.
|
interface |
URLFileItem
The Interface URLItem.
|
interface |
URLItem
The Interface URLItem.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkspaceTrashFolder
The Interface WorkspaceTrashFolder.
|
Copyright © 2020. All Rights Reserved.