PLM 1.0 NO IDEA Avatar
  1. OMG Issue

PLM — Batch Queries

  • Key: PLM-61
  • Legacy Issue Number: 8334
  • Status: closed  
  • Source: Zentrum fuer Graphische Datenverarbeitung e.V. ( Steffen Nowacki)
  • Summary:

    One can concatenate Queries via the next_query Relationship
    to a bigger batch job.
    But the concatenation implies, that the second query uses
    the result of the first query as its start node set.

    There should be the possibility to define a batch job of independent queries.
    For instance:
    <xs:complexType name="Batch_query">
    <xs:complexContent>
    <xs:extension base="Query">
    <xs:sequence>
    <xs:element name="Query" type="Query" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    All element queries of the Batch_query will de evaluated independly and the partial results
    will be joined and returnd as one single result.

  • Reported: PLM 1.0b1 — Thu, 24 Feb 2005 05:00 GMT
  • Disposition: Resolved — PLM 1.0
  • Disposition Summary:

    No Data Available

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