Project

General

Profile

« Previous | Next » 

Revision a22e3f38

Added by Andreas Kohlbecker about 16 years ago

View differences:

modules/cdm_dataportal/cdm_api/cdm_api.module
466 466
 * 
467 467
 * Gets the root nodes of the taxonomic concept tree for the concept
468 468
 * reference specified by the secUuid parameter.
469
 * 
470
 * stub: treenode_root
469 471
 */
470
define('CDM_WS_TREENODE_ROOT', 'treenode_root');
472
define('CDM_WS_TREENODE_ROOT', 'taxonomy/root');
471 473

  
472 474
/**
473 475
 * Web Service Arguments: {taxonUuid}
......
476 478
 * from the taxon which is referenced by the parameter taxonUuid down to its
477 479
 * root. The reference taxon will also be included into the returned set of
478 480
 * TreeNode instances.
481
 * 
482
 * stub: treenode_parents
479 483
 */
480
define('CDM_WS_TREENODE_PARENTS', 'treenode_parents');
484
define('CDM_WS_TREENODE_PARENTS', 'taxonomy/parents');
481 485

  
482 486
/**
483 487
 * Web Service Arguments: {taxonUuid}
484 488
 * 
485 489
 * returns the children of the taxon referenced by the parameter
486 490
 * taxonUuid.
491
 * 
492
 * stub: treenode_children
487 493
 */
488
define('CDM_WS_TREENODE_CHILDREN', 'treenode_children');
494
define('CDM_WS_TREENODE_CHILDREN', 'taxonomy/children');
489 495

  

Also available in: Unified diff