ListResolver |
FolderContainer.findByName(String namePattern) |
returns the children of this that matches the name pattern
|
ListResolver |
ItemContainer.getAnchestors() |
|
ListResolver |
StorageHubClient.getVREFolders() |
|
ListResolver |
ListResolverTyped.includeHidden() |
Includes hidden items
|
ListResolver |
ListResolverTyped.ofType(Class<? extends org.gcube.common.storagehub.model.items.Item> type) |
Filter the items returned by the given type
|
ListResolver |
FolderContainer.search(String nameTomatch) |
returns the items that matches the name pattern searching recursively on all subfolders
|
ListResolver |
FolderContainer.search(String nameTomatch,
boolean excludeTrashed) |
returns the items that matches the name pattern searching recursively on all subfolders filtering the trashed Items
|
ListResolver |
ListResolver.withAccounting() |
add the accounting data to the item returned
|
ListResolver |
ListResolver.withContent() |
add the content data to the item returned
|
ListResolver |
ListResolver.withMetadata() |
add the Metadata to the item returned
|