Project

General

Profile

« Previous | Next » 

Revision 56eed5df

Added by Andreas Kohlbecker over 13 years ago

adapting to cdm v3.0

View differences:

modules/cdm_dataportal/cdm_api/webservice_uris.php
83 83
 *
84 84
 * stub: treenode_root
85 85
 */
86
define('CDM_WS_PORTAL_TAXONOMY',  'portal/taxonTree');
86
define('CDM_WS_PORTAL_TAXONOMY',  'portal/classification');
87 87

  
88
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES',  'portal/taxonTree/$0/childNodes');
88
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES',  'portal/classification/$0/childNodes');
89 89

  
90
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES_AT_RANK',  'portal/taxonTree/$0/childNodesAt/$1');
90
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES_AT_RANK',  'portal/classification/$0/childNodesAt/$1');
91 91

  
92
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES_OF_TAXON',  'portal/taxonTree/$0/childNodesOf/$1');
92
define('CDM_WS_PORTAL_TAXONOMY_CHILDNODES_OF_TAXON',  'portal/classification/$0/childNodesOf/$1');
93 93

  
94
define('CDM_WS_PORTAL_TAXONOMY_PATH_FROM',  'portal/taxonTree/$0/pathFrom/$1');
94
define('CDM_WS_PORTAL_TAXONOMY_PATH_FROM',  'portal/classification/$0/pathFrom/$1');
95 95

  
96
define('CDM_WS_PORTAL_TAXONOMY_PATH_FROM_TO_RANK',  'portal/taxonTree/$0/pathFrom/$1/toRank/$2');
96
define('CDM_WS_PORTAL_TAXONOMY_PATH_FROM_TO_RANK',  'portal/classification/$0/pathFrom/$1/toRank/$2');
97 97

  
98 98

  
99
define('CDM_WS_PORTAL_TAXONOMY_MEDIA', 'portal/taxonTree/$0/$1');
99
define('CDM_WS_PORTAL_TAXONOMY_MEDIA', 'portal/classification/$0/$1');
100 100

  
101 101
define('CDM_WS_TERMVOCABULARY', 'termVocabulary/$0');
102 102

  

Also available in: Unified diff