]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeService.java
Salome HOME
checkIn method of the WebService is added
[tools/siman.git] / Workspace / Siman-WS / src / org / splat / ws_server / service / salome / SimanSalomeService.java
index ec54456b9d47ce6fdc8aeb501549dcea52c01840..de4d7c2c90aebc23ac39b9e647954fc9127fca88 100644 (file)
@@ -2,7 +2,11 @@ package org.splat.ws_server.service.salome;
 
 import javax.activation.DataHandler;
 
-
+/**
+ * The SimanSalome WebService.
+ * @author Maria KRUCHININA
+ *
+ */
 public interface SimanSalomeService {
        
        /** Create the siman-salome.conf file.
@@ -30,4 +34,11 @@ public interface SimanSalomeService {
         * @return the result URL in vault
         **/
        String /*DataHandler*/ putFile(final DataHandler dataHandler, final String fileName, final Long userId);
+       
+       /**
+        * Check in operation.
+        * @param fileURL - the salome-siman.conf file URL
+        * @param userId the user ID
+        **/
+       String checkIn(final String fileURL, final Long userId);
 }