Skip to content
Snippets Groups Projects
Commit ad0b34c6 authored by felmer's avatar felmer
Browse files

Javadoc added

SVN: 18790
parent 468de5c1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
/**
......
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