Interface ListRetriever
public interface ListRetriever
-
Method Summary
-
Method Details
-
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
-