Author: byersa
Date: Mon Mar 24 11:25:21 2008
New Revision: 640496
URL:
http://svn.apache.org/viewvc?rev=640496&view=revLog:
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>