Interface IDataSetContentProvider
-
public interface IDataSetContentProvider
Interface for classes providingIHierarchicalContent
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.
-