public interface WorkspaceManagerClient
| Modifier and Type | Method and Description |
|---|---|
void |
emptyTrash() |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getRecentModifiedFilePerVre() |
long |
getTotalItemCount() |
long |
getTotalVolume() |
<T extends org.gcube.common.storagehub.model.items.Item> |
getTrashFolder(String... excludeNodes) |
<T extends org.gcube.common.storagehub.model.items.Item> |
getVreFolder(String... excludeNodes) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getVreFolders(int start,
int limit,
String... excludeNodes) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getVreFolders(String... excludeNodes) |
<T extends org.gcube.common.storagehub.model.items.Item> |
getWorkspace(String... excludeNodes) |
String |
restoreFromTrash(String id) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
search(org.gcube.common.storagehub.model.query.Query<org.gcube.common.storagehub.model.expressions.SearchableItem<?>> query,
String... excludeNodes) |
<T extends org.gcube.common.storagehub.model.items.Item> T getWorkspace(String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> getVreFolders(String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> getVreFolders(int start, int limit, String... excludeNodes)
<T extends org.gcube.common.storagehub.model.items.Item> T getVreFolder(String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> search(org.gcube.common.storagehub.model.query.Query<org.gcube.common.storagehub.model.expressions.SearchableItem<?>> query, String... excludeNodes)
<T extends org.gcube.common.storagehub.model.items.Item> T getTrashFolder(String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> getRecentModifiedFilePerVre()
void emptyTrash()
long getTotalItemCount()
long getTotalVolume()
Copyright © 2020. All Rights Reserved.