You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by by...@apache.org on 2008/03/24 19:25:23 UTC

svn commit: r640496 - /ofbiz/trunk/applications/content/servicedef/services_content.xml

Author: byersa
Date: Mon Mar 24 11:25:21 2008
New Revision: 640496

URL: http://svn.apache.org/viewvc?rev=640496&view=rev
Log:
Added dataResouceTypeId to input of attachUploadToDataResource

Modified:
    ofbiz/trunk/applications/content/servicedef/services_content.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_content.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_content.xml?rev=640496&r1=640495&r2=640496&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_content.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_content.xml Mon Mar 24 11:25:21 2008
@@ -83,6 +83,7 @@
         <!-- uses createContent internally; additonal permission(s) not necessary -->
         <implements service="uploadFileInterface"/>
         <attribute name="dataResourceId" type="String" mode="INOUT" optional="false"/>
+        <attribute name="dataResourceTypeId" type="String" mode="IN" optional="true"/>
         <!-- mimetype is set from the uploaded file (contentType) when empty -->
         <attribute name="mimeTypeId" type="String" mode="INOUT" optional="true"/>
     </service>