Salome HOME
Siman-WS eclipse project is added
[tools/siman.git] / Workspace / Siman-WS / src / org / splat / ws_server / service / salome / SimanSalomeService.java
1 package org.splat.ws_server.service.salome;
2
3 import java.io.File;
4
5 public interface SimanSalomeService {
6         
7         /** Create the siman-salome.conf file.
8      * @param studyID the study ID
9      * @param scenarioID the scenario ID
10      * @param userID the user ID
11      * @param uploadPath the upload path
12      * @return the siman-salome.conf
13      */
14
15         public File createConfigFile(final Long studyID, final Long scenarioID,
16                         final Long userID, final String uploadPath);
17 }