public class StorageHubClient extends Object
| Constructor and Description |
|---|
StorageHubClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
createUserAccount(String userId) |
void |
deleteUserAccount(String userId) |
void |
emptyTrash() |
long |
getTotalItemCount() |
long |
getTotalVolume() |
VREFolderManager |
getVreFolderManager() |
VREFolderManager |
getVreFolderManager(String vreTitle) |
ListResolver |
getVREFolders() |
FolderContainer |
getWSRoot() |
OpenResolver |
open(String id) |
FolderContainer |
openTrash() |
FolderContainer |
openVREFolder() |
GenericItemContainer |
restoreThrashItem(String trashItemId) |
GenericItemContainer |
restoreThrashItem(String trashItemId,
String destinationFolderId) |
public FolderContainer getWSRoot()
public OpenResolver open(String id) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic FolderContainer openVREFolder()
public ListResolver getVREFolders()
public VREFolderManager getVreFolderManager(String vreTitle)
public VREFolderManager getVreFolderManager()
public FolderContainer openTrash()
public void emptyTrash()
throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic long getTotalVolume()
public long getTotalItemCount()
public GenericItemContainer restoreThrashItem(String trashItemId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic GenericItemContainer restoreThrashItem(String trashItemId, String destinationFolderId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic void createUserAccount(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic void deleteUserAccount(String userId) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionCopyright © 2020. All Rights Reserved.