Interface IDataSetContentProvider


public interface IDataSetContentProvider
Interface for classes providing IHierarchicalContent of a data set.
  • Method Summary

    Modifier and Type
    Method
    Description
    ch.systemsx.cisd.openbis.common.io.hierarchical_content.api.IHierarchicalContent
    getContent(String dataSetCode)
    Returns the content of the specified data set.
  • Method Details

    • getContent

      ch.systemsx.cisd.openbis.common.io.hierarchical_content.api.IHierarchicalContent getContent(String dataSetCode)
      Returns the content of the specified data set.
      Throws:
      IllegalArgumentException - if data set doesn't exist.