BQS 1.0 NO IDEA Avatar
  1. OMG Issue

BQS — issue: a new (convenient) method

  • Key: BQS-9
  • Legacy Issue Number: 4523
  • Status: closed  
  • Source: Japan Biological Informatics Consortium ( Martin Senger)
  • Summary:

    During BQS implementation we found that a convenient method retrieving
    only identifiers of the citations from the query collection would
    dramatically improve the performance and make the implementation easier.
    It is, indeed, a convenient method, not a new functionality - because
    the same can be achieved by creating a collection using a list of
    'excluded' attributes. Such list would need to contain all attributes
    except of an identifier which may not be so easy to implement (both on
    server and client side). Also, it would require to create always a new
    collection just for the purpose of retrieving pure identifiers. To have
    this convenient method make simply life easier.

    Resolution:
    To add a new method into module DsLSRBibQuery in the interface
    BibRefCollection:

    DsLSRBibObjects::BibRefIdentifierList retrieve_all_ids()
    raises (LimitExceeded);

  • Reported: BQS 1.0b1 — Mon, 20 Aug 2001 04:00 GMT
  • Disposition: Resolved — BQS 1.0
  • Disposition Summary:

    see above

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