public interface ItemManagerClient
| Modifier and Type | Method and Description |
|---|---|
Integer |
childrenCount(String id) |
org.gcube.common.storagehub.model.items.FolderItem |
createFolder(String parentId,
String name,
String description) |
StreamDescriptor |
download(String id) |
org.gcube.common.storagehub.model.items.Item |
get(String id,
String... excludeNodes) |
List<org.gcube.common.storagehub.model.acls.ACL> |
getACL(String id) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getAnchestors(String id,
String... excludeNodes) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getChildren(String id,
int start,
int limit,
String... excludeNodes) |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getChildren(String id,
String... excludeNodes) |
void |
moveToTrash(String id) |
<T extends org.gcube.common.storagehub.model.items.AbstractFileItem> |
uploadFile(InputStream stream,
String parentId,
String fileName,
String description) |
List<? extends org.gcube.common.storagehub.model.items.Item> getChildren(String id, String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> getChildren(String id, int start, int limit, String... excludeNodes)
List<? extends org.gcube.common.storagehub.model.items.Item> getAnchestors(String id, String... excludeNodes)
StreamDescriptor download(String id)
<T extends org.gcube.common.storagehub.model.items.AbstractFileItem> T uploadFile(InputStream stream, String parentId, String fileName, String description)
org.gcube.common.storagehub.model.items.FolderItem createFolder(String parentId, String name, String description)
void moveToTrash(String id)
Copyright © 2018. All Rights Reserved.