| Package | Description |
|---|---|
| org.gcube.common.storagehub.client.dsl |
| Modifier and Type | Method and Description |
|---|---|
FolderContainer |
OpenResolver.asFolder() |
FolderContainer |
FolderContainer.changeAcls(String user,
org.gcube.common.storagehub.model.acls.AccessType accessType)
changes of the {FolderItem} represented by this FolderContainer for a user
|
FolderContainer |
ItemContainer.getRootSharedFolder() |
FolderContainer |
StorageHubClient.getWSRoot() |
FolderContainer |
FolderContainer.newFolder(String name,
String description)
create a new inside the represented by this FolderContainer
|
FolderContainer |
FolderContainer.newHiddenFolder(String name,
String description)
create a new hidden inside the folder represented by this FolderContainer
|
FolderContainer |
StorageHubClient.openTrash() |
FolderContainer |
StorageHubClient.openVREFolder() |
FolderContainer |
FolderContainer.publish()
makes this Folder public.
|
FolderContainer |
FolderContainer.share(Set<String> users,
org.gcube.common.storagehub.model.acls.AccessType accessType)
shares this Folder with a list of users setting the same for everyone in the list.
|
FolderContainer |
FolderContainer.unpublish()
unpublish this Folder.
|
FolderContainer |
FolderContainer.unshare(Set<String> users)
remove share from this Folder for a list of users, for everyone or only for the caller.
|
FolderContainer |
FolderContainer.uploadArchive(InputStream stream,
String extractionFolderName)
creates a set of in the workspace extracting the Archive
|
| Modifier and Type | Method and Description |
|---|---|
FileContainer |
FileContainer.copy(FolderContainer folder,
String newFileName) |
void |
ItemContainer.move(FolderContainer folder) |
Copyright © 2020. All Rights Reserved.