PLM 2.0b2 NO IDEA Avatar
  1. OMG Issue

PLM2 — Join operations 'query' and 'export_data' into one single operation

  • Key: PLM2-40
  • Legacy Issue Number: 11617
  • Status: closed  
  • Source: Zentrum fuer Graphische Datenverarbeitung e.V. ( Steffen Nowacki)
  • Summary:

    To reduce complexity of service interfaces the operations

    query(query: PLM_query)

    and

    export_data(PLM_query query, properties: PLM_property[0..*])

    should be joined to one single operation

    query(query: PLM_query, properties: PLM_property[0..*])

    with the semantics of actual 'query' operation if the 'properties' parameter is empty and
    with the semantics of the actual 'export_data' operation otherwise.

  • Reported: PLM 1.0.1 — Tue, 16 Oct 2007 04:00 GMT
  • Disposition: Resolved — PLM 2.0b2
  • Disposition Summary:

    Merge the two operations into one by deleting the more specialized export_data operation from chapter 9.2.6.

  • Updated: Fri, 6 Mar 2015 20:58 GMT