| Package | Description |
|---|---|
| org.gcube.common.storagehubwrapper.server | |
| org.gcube.common.storagehubwrapper.server.tohl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkspaceStorageHubClientService.exists(String name,
String folderId)
Exists.
|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.find(String name,
String folderId)
Find.
|
List<WorkspaceItem> |
WorkspaceStorageHubClientService.search(String text,
String folderId)
Search.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Workspace.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.
|
List<WorkspaceItem> |
Workspace.search(String text,
String folderId)
Search.
|
Copyright © 2020. All Rights Reserved.