From ad0b34c696727d1e3083ef9b47b62c376450dec1 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 18 Nov 2010 15:01:38 +0000 Subject: [PATCH] Javadoc added SVN: 18790 --- .../phosphonetx/client/api/v1/IProteomicsDataApiFacade.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/IProteomicsDataApiFacade.java b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/IProteomicsDataApiFacade.java index 54f85e6c406..5b0c46c2cde 100644 --- a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/IProteomicsDataApiFacade.java +++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/api/v1/IProteomicsDataApiFacade.java @@ -54,6 +54,11 @@ public interface IProteomicsDataApiFacade public void processingRawData(String userID, String dataSetProcessingKey, long[] rawDataSampleIDs, String dataSetType); + /** + * Processes the specified data sets by the DSS processing plug-in of specified key for the + * specified user. Implementations should check that the specified user is allowed to read + * specified data sets. + */ public void processDataSets(String userID, String dataSetProcessingKey, List<String> dataSetCodes); /** -- GitLab