Issue 7770: Rename insert-Operation into import_data (plm-ftf) Source: PROSTEP AG (Dr. Lutz Laemmer, lutz.laemmer@prostep.com Lutz.Laemmer@PROSTEP.com laemmer@prostep.de laemmer@prostep.com) Nature: Enhancement Severity: Significant Summary: Rename insert-Operation into import_data, which reflects better the semantics of the insert operation as described in section 8.7.3. Consequently, rename export-Operation into export_data for consistency. Resolution: Revised Text: Resolution: Change as proposed, but do not change "query" to "read_data" "write" to "write_data" or "PLM_container" to "PLM_data" Revised Text: Change names in WSDL. p. 326, section 8.8.2 edit as follows: 8.8.2 Export_data Operation export_data(start_nodes: Query, properties: PLM_property[0..*]):PLM_container The operation export_data() expects an Query instance as its input parameter start_nodes. It is implementation specific which result this operation returns in the PLM_container. The ex-port_data operation accepts a set of PLM_property objects as additional parameter. The allowed values and the semantic of this parameter are implementation specific, too. p. 326, section 8.8.3 edit as follows: 8.8.3 Insert Import_data Operation insertimport_data(data: PLM_container, properties: PLM_property[0..*]): PLM_message[0..*] The operation insertimport_data() expects a PLM_container instance as an input parameter. The PLM System may transform, filter or extent the input data prior writing to its data base. The actual behavior is implementation specific. The insert import_data operation accepts a set of PLM_property objects as additional parameter. The allowed values and the semantic of this parameter are implementation specific, too. The return type of the insert import_data operation is the abstract type PLM_message. Actions taken: September 20, 2004: received issue August 1, 2005: closed issue Discussion: End of Annotations:===== m: webmaster@omg.org Date: 20 Sep 2004 05:27:22 -0400 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Lutz Laemmer Company: PROSTEP AG mailFrom: laemmer@prostep.de Notification: No Specification: PLM Services Section: 8.7.3 FormalNumber: dtc/04-05-05 Version: 1 RevisionDate: 31.05.2004 Page: 326 Nature: Enhancement Severity: Significant HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description Rename insert-Operation into import_data, which reflects better the semantics of the insert operation as described in section 8.7.3. Consequently, rename export-Operation into export_data for consistency.