Skip to content
Snippets Groups Projects
Commit 6cd13233 authored by jakubs's avatar jakubs
Browse files

SP-203 BIS-126 minor: mark the establish links from sample to contained datasets as deprecated

SVN: 26332
parent 0728edf1
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,13 @@ public interface IImageDataSet extends IDataSet
/**
* If this method is called the contained data sets (original data set and thumbnails) will
* automatically linked to the sample specified by
* {@link IDataSet#setSample(ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable)}.
* By default there will be no such links.
* automatically linked to the sample specified by
* {@link IDataSet#setSample(ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v1.ISampleImmutable)}
* . By default there will be no such links.
*
* @deprecated this method is for backwards compatibility only
*/
@Deprecated
void establishSampleLinkForContainedDataSets();
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment