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.newExternalFolder(String name,
String description,
boolean hidden,
String storageName,
org.gcube.common.storagehub.model.plugins.PluginParameters storageParameters) |
create a new inside the represented by this FolderContainer
|
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
|
FolderContainer |
FolderContainer.uploadArchive(InputStream stream,
String extractionFolderName,
long size) |
creates a set of in the workspace extracting the Archive
|