Issue 9134: Section: 8.14.16 (plm-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: The operations get_download_URL and get_upload_URL may not be combined with other operations like Query, Write, Import and Export. They currently support only one file uid. Example: if a complete assembly structure shall be selected via a recursive query, together with the download of all referenced files, it is currently necessary to call get_download_URL as many times as there are files referenced from the assembly structure... Proposal to combine Query and Download through a new parameter in Associated_file_query: <xs:complexType name="Associated_file_query"> <xs:complexContent> <xs:extension base="Query"> <xs:sequence> <xs:element name="download" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> If download=TRUE, the corresponding file will be downloaded and the URL will be placed in document_location_property.location_name Resolution: Revised Text: Actions taken: November 2, 2005: received issue Discussion: The resolution will be part of the changes in PLM Services 2.0. End of Annotations:===== m: webmaster@omg.org Date: 02 Nov 2005 03:21:00 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Guillaume Hirel Company: T-Systems International GmbH mailFrom: Guillaume.Hirel@T-Systems.com Notification: Yes Specification: PLM Services Section: 8.14.16 FormalNumber: dtc/2005-03-08 Version: 1.0 RevisionDate: 05-03-08 Page: 360 Nature: Enhancement Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description The operations get_download_URL and get_upload_URL may not be combined with other operations like Query, Write, Import and Export. They currently support only one file uid. Example: if a complete assembly structure shall be selected via a recursive query, together with the download of all referenced files, it is currently necessary to call get_download_URL as many times as there are files referenced from the assembly structure... Proposal to combine Query and Download through a new parameter in Associated_file_query: If download=TRUE, the corresponding file will be downloaded and the URL will be placed in document_location_property.location_name