Interface IDataSetContentProvider


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ch.systemsx.cisd.openbis.common.io.hierarchical_content.api.IHierarchicalContent getContent​(java.lang.String dataSetCode)
      Returns the content of the specified data set.
    • Method Detail

      • getContent

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