Interface ListRetriever


public interface ListRetriever
  • Method Summary

    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 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