47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
head 1.1;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
expand @o@;
|
|
|
|
|
|
1.1
|
|
date 2005.11.24.16.16.19; author RogerHyam; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@none
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@none
|
|
@
|
|
text
|
|
@%META:TOPICINFO{author="RogerHyam" date="1132848979" format="1.1" version="1.1"}%
|
|
%META:TOPICPARENT{name="TaxonAPI"}%
|
|
|
|
---+ <nop>GetTNamesMatching Method of TaxonAPI
|
|
|
|
---++ Description
|
|
Retrieves TaxonNames that match the filter passed in. See TaxonAPIMatching for details. This method supports paging and the paging parameters. See TaxonAPIPaging for details.
|
|
|
|
---++ Parameters
|
|
Includes the standard parameters listed in TaxonAPIMatching and TaxonAPIPaging.
|
|
|
|
---++ Returns
|
|
A valid TCS document containing TaxonName objects that match the filter supplied or an empty XML document if none are found. Supporting objects, such as Specimen and Reference structures that are referred to by the TaxonNames may also be included.
|
|
|
|
---++ Notes
|
|
This method supports paging as lists may be very long - all names matching "A%" for example.
|
|
|
|
|
|
|
|
|
|
|
|
-- Main.RogerHyam - 24 Nov 2005@
|