Revision: 3864
Author:   seba.wagner
Date:     Sun Jun 26 03:31:36 2011
Log:      Some java-docs
http://code.google.com/p/openmeetings/source/detail?r=3864

Modified:
/trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java

=======================================
--- /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Sun Jun 26 03:29:05 2011 +++ /trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java Sun Jun 26 03:31:36 2011
@@ -46,6 +46,18 @@
         *
         * Import file from external source
         *
+        * to upload a file to a room-drive you specify:
+ * externalUserId, user if of openmeetings user for which we upload the file
+        * room_id = openmeetings room id
+        * isOwner = 0
+        * parentFolderId = 0
+        *
+        * to upload a file to a private-drive you specify:
+ * externalUserId, user if of openmeetings user for which we upload the file
+        * room_id = openmeetings room id
+        * isOwner = 1
+        * parentFolderId = -2
+        *
         * @param SID
* @param externalUserId the external user id => If the file should goto a private section of any user, this number needs to be set
         * @param externalFileId the external file-type to identify the file 
later
@@ -125,6 +137,18 @@
         *
         * Import file from external source
         *
+        * to upload a file to a room-drive you specify:
+ * internalUserId, user if of openmeetings user for which we upload the file
+        * room_id = openmeetings room id
+        * isOwner = 0
+        * parentFolderId = 0
+        *
+        * to upload a file to a private-drive you specify:
+ * internalUserId, user if of openmeetings user for which we upload the file
+        * room_id = openmeetings room id
+        * isOwner = 1
+        * parentFolderId = -2
+        *
         * @param SID
* @param internalUserId the openmeetings user id => If the file should goto a private section of any user, this number needs to be set
         * @param externalFileId the external file-type to identify the file 
later

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to