Issue 8940: chapter 8.12 (Generic Queries Conformance Point (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Significant
Summary: In document mantis/dtc/05-03-08 from the PLM Services 1.0 specification, chapter 8.12 (Generic Queries Conformance Point), a new query 'work_order_query' should be included to enable the selection of work_order objects, having following parameters: id: String [0..1] work_order_type [0..1]
Resolution:
Revised Text:
Actions taken:
July 28, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0
Issue 8941: 'activity_resolved_requests_query' (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Significant
Summary: In document mantis/dtc/05-03-08 from the PLM Services 1.0 specification, chapter 8.12 (Generic Queries Conformance Point), a new query 'activity_resolved_requests_query' should be included to enable the traversal from activity objects to the work_request objects which are the resolved request of the activity objects, having none parameters.
Resolution:
Revised Text:
Actions taken:
July 28, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0
Issue 8942: 'activity_authorization_query' (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Significant
Summary: In document mantis/dtc/05-03-08 from the PLM Services 1.0 specification, chapter 8.12 (Generic Queries Conformance Point), a new query 'activity_authorization_query' should be included to enable the traversal from activity objects to the work_order objects which are the authorization of the activity objects, having none parameters.
Resolution:
Revised Text:
Actions taken:
July 28, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0.
Issue 9132: Section: 8.14 p. 342 (02) (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Minor
Summary: New Query Effectivity_start_end_period_definition_query to traverse from effectivity objects to event_or_date_select objects via the attributes start_definition and end_definition, as well as to duration objects via the attribute period. Both aspects are mutually exclusive, i.e. an effectivity has either start/end_definition or a period. Since these attributes are optional, then can currently not be traversed. <xs:complexType name="Effectivity_start_end_period_definition_query"> <xs:complexContent> <xs:extension base="Query"/> </xs:complexContent> </xs:complexType> <xs:complexType name="Effectivity_assignment_query"> <xs:complexContent> <xs:extension base="Query"> <xs:sequence> <xs:element name="Role" type="xs:string" minOccurs="0"/> <xs:element name="Effectivity_indication" type="xs:boolean" minOccurs="0"/> <xs:element name="Element_type_name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Resolution:
Revised Text:
Actions taken:
November 2, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0.
Issue 9134: Section: 8.14.16 (plm-rtf)
Click here for this issue's archive.
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.
Issue 9136: Section: 8.9 (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Minor
Summary: New operation set_product_identification to activate a product configuration. Functionality: the product configuration defined through the given product_identification will be activated, so that the following query operations return only the objects that are provided within this product configuration. In the same way, during write or import operations, the incoming data will be checked according to the activated product configuration, before being written or imported. Input parameter is the uid of a product_identification or product_specification object. Return value is nothing (when OK) or an exception. <wsdl:operation name="set_product_identification"> <soap:operation soapAction="" style="rpc"/> <wsdl:input> <soap:header message="Session_id_header" part="session_id" use="literal"/> <soap:header message="Signature_header" part="signature" use="literal"/> <soap:body use="literal" namespace="http://www.omg.org/PLMServices1.0/PLM_connection#query"/> </wsdl:input> <wsdl:output> <soap:body use="literal" namespace="http://www.omg.org/PLMServices1.0/PLM_connection#query"/> </wsdl:output> <wsdl:fault name="Pid_fault"> <soap:fault name="Pid_fault" use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:fault> </wsdl:operation>
Resolution:
Revised Text:
Actions taken:
November 2, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0.
Issue 9137: Section: 8.14 p. 342 (05) (plm-rtf)
Click here for this issue's archive.
Nature: Enhancement
Severity: Minor
Summary: Neue query Activity_resolved_request_query to traverse from activity objects to work_request objects via the attribute resolved_request. Since this attribute is mandatory but aggregate, it is currently not possible to query all its values if all the referenced work_requests are not part of the query result. <xs:complexType name="Activity_resolved_request_query"> <xs:complexContent> <xs:extension base="Query"/> </xs:complexContent> </xs:complexType>
Resolution:
Revised Text:
Actions taken:
November 2, 2005: received issue
Discussion: The resolution will be part of the changes in PLM Services 2.0.
Discussion: The resolution will be part of the changes in PLM Services 2.0.