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

LMS-1506 Javadoc added

SVN: 15774
parent 55af3750
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,8 @@ public interface IExternalDataTable
/**
* Schedules processing of specified datasets with specified parameter bindings using the
* specified datastore service.
*
* @param parameterBindings Should be a map where additional entries can be added.
*/
void processDatasets(String datastoreServiceKey, String datastoreCode,
List<String> datasetCodes, Map<String, String> parameterBindings);
......
......@@ -83,6 +83,8 @@ public interface IDataStoreService
* Schedules the processing task with the specified id for provided datasets and specified
* parameter bindings.
*
* @param parameterBindings Contains at least the parameter {@link Constants#USER_PARAMETER} with
* the ID of the user who initiated processing.
* @param userEmailOrNull Email of user who initiated processing and will get a message after
* the processing is finished. It may be null if the user doesn't have email and no
* message will be send in such case.
......
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