Interface ListRetriever
-
public interface ListRetriever
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends org.gcube.common.storagehub.model.items.Item>getList(Class<? extends org.gcube.common.storagehub.model.items.Item> onlyType, boolean includeHidden, String... excludes)
-
-
-
Method Detail
-
getList
List<? extends org.gcube.common.storagehub.model.items.Item> getList(Class<? extends org.gcube.common.storagehub.model.items.Item> onlyType, boolean includeHidden, String... excludes) throws org.gcube.common.storagehub.model.exceptions.StorageHubException
- Throws:
org.gcube.common.storagehub.model.exceptions.StorageHubException
-
-