PLM 1.0 NO IDEA Avatar
  1. OMG Issue

PLM — Section: 8.14.16

  • Key: PLM-100
  • Legacy Issue Number: 9134
  • Status: closed  
  • Source: T-Systems Enterprise Services ( Hirel, Guillaume)
  • 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

  • Reported: PLM 1.0 — Wed, 2 Nov 2005 05:00 GMT
  • Disposition: Resolved — PLM 1.0.1
  • Disposition Summary:

    This is a leftover from the PLM 1.x RTF when it was out of scope. The issue was then addressed by the PLM Services 2.0 Submission.

    Revised Text:

    • none -

    Proposed Disposition: Closed – No Change

  • Updated: Sat, 7 Mar 2015 03:25 GMT