PLM 2.0b2 NO IDEA Avatar
  1. OMG Issue

PLM2 — Join operations 'write' and 'import_data' into one single operation

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

    To reduce complexity of service interfaces the operations

    write(container: PLM_core_container, fill_result_list: boolean)

    and

    import_data(container: PLM_core_container, properties: PLM_property[0..*])

    should be joined to one single operation

    write(container: PLM_core_container, fill_result_list: boolean, properties: PLM_property[0..*])

    with the semantics of actual 'write' operation if the 'properties' parameter is empty and
    with the semantics of the actual 'import_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 import_data operation from chapter 9.2.6.

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