Project

General

Profile

« Previous | Next » 

Revision 9dddc68a

Added by Andreas Kohlbecker over 4 years ago

ref #8166 adapting dataportal to TermTree novelties: using new term tree controller endpoints

View differences:

modules/cdm_dataportal/cdm_api/webservice_uris.php
73 73
define('CDM_WS_TAXONNODE', 'taxonNode/$0');
74 74

  
75 75
/**
76
 * /description/{uuid}/naturalLanguageDescription/{featuretree_uuid}
76
 * /description/{uuid}/naturalLanguageDescription/{termtree_uuid}
77 77
 */
78 78
define('CDM_WS_DESCRIPTION_NAMEDAREAS_IN_USE', 'description/namedAreasInUse');
79 79
define('CDM_WS_DESCRIPTION_NATURALLANGUAGE_DESCRIPTION', 'description/$0/naturalLanguageDescription/$1');
......
128 128
define('CDM_WS_TERM', 'term');
129 129
define('CDM_WS_PORTAL_TERM', 'portal/term/$0');
130 130

  
131
/**
132
 * Returns FeatureTrees that are stored in this community store.
133
 */
134
define('CDM_WS_FEATURETREE', 'portal/featureTree/$0');
135
define('CDM_WS_FEATURETREES', 'portal/featureTree');
136
// define('CDM_WS_FEATURETREE_CHILDREN', 'featureTree/$0/children');
131

  
132
define('CDM_WS_TERMTREE', 'portal/termTree/$0');
133
define('CDM_WS_TERMTREES', 'portal/termTree');
134
// define('CDM_WS_TERMTREE_CHILDREN', 'termTree/$0/children');
137 135
define('CDM_WS_GEOSERVICE_DISTRIBUTIONMAP', 'ext/edit/mapServiceParameters/taxonDistributionFor/$0');
138 136
define('CDM_WS_GEOSERVICE_OCCURRENCEMAP_FOR_FIELDUNITS', 'ext/edit/mapServiceParameters/taxonOccurrencesForX');
139 137
define('CDM_WS_GEOSERVICE_OCCURRENCEMAP', 'ext/edit/mapServiceParameters/taxonOccurrencesFor/$0');

Also available in: Unified diff