public class ListResolver extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ListResolver(ListRetriever retriever,
ItemManagerClient itemClient) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemContainer<? extends org.gcube.common.storagehub.model.items.Item>> |
getContainers() |
List<? extends org.gcube.common.storagehub.model.items.Item> |
getItems() |
ListResolver |
withAccounting()
add the accounting data to the item returned
|
ListResolver |
withContent()
add the content data to the item returned
|
ListResolver |
withMetadata()
add the Metadata to the item returned
|
protected ListResolver(ListRetriever retriever, ItemManagerClient itemClient)
public ListResolver withAccounting()
public ListResolver withContent()
public ListResolver withMetadata()
public List<? extends org.gcube.common.storagehub.model.items.Item> getItems() throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionpublic List<ItemContainer<? extends org.gcube.common.storagehub.model.items.Item>> getContainers() throws org.gcube.common.storagehub.model.exceptions.StorageHubException
org.gcube.common.storagehub.model.exceptions.StorageHubExceptionCopyright © 2021. All Rights Reserved.