<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>eFlore/Applications.cel &#x2013; /branches/v2.4-fourche/jrest/services/InventoryObservationList.php</title><description>WebSVN RSS feed &#x2013; eFlore/Applications.cel</description><lastBuildDate>Sat, 18 Apr 2026 13:35:42 +0200</lastBuildDate><generator>WebSVN 2.7.0</generator><language>en</language><link>http://svn.tela-botanica.net/websvn/log.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;max=40&amp;</link><atom:link href="http://svn.tela-botanica.net/websvn/rss.php?path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;repname=eFlore%2FApplications.cel" rel="self" type="application/rss+xml" />
<item><pubDate>Wed, 04 Jun 2014 15:03:26 +0200</pubDate><dc:creator>mathias</dc:creator><title>Rev 2294 – Création branche v2.4-fourche</title><description>&lt;div&gt;&lt;strong&gt;mathias – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Création branche v2.4-fourche&lt;/div&gt;+ /branches/v2.4-fourche &lt;i&gt;(copied from /trunk@2293)&lt;/i&gt;&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=2294</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=2294</guid></item>
<item><pubDate>Wed, 06 Nov 2013 16:37:22 +0100</pubDate><dc:creator>raphael</dc:creator><title>Rev 1915 – mise à jour multiples: fix de l&apos;update lorsque l&apos;ordre n°0 ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;mise à jour multiples: fix de l&apos;update lorsque l&apos;ordre n°0 est concerné&lt;/div&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1915</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1915</guid></item>
<item><pubDate>Wed, 06 Nov 2013 15:45:26 +0100</pubDate><dc:creator>raphael</dc:creator><title>Rev 1908 – mise à jour multiples: pas de mises à jour des ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;mise à jour multiples: pas de mises à jour des &quot;nom_sel&quot; et &quot;référentiels&quot; (et champs autogénérés associés)&lt;br /&gt;
 lorsque la mise à jour concerne plusieurs observations.&lt;br /&gt;
 (cela évite des réinitialisation de nom_sel intempestives).&lt;br /&gt;
&lt;br /&gt;
D&apos;autre part un test supplémentaire du côté du backend est effectué pour éviter l&apos;UPDATE&lt;br /&gt;
 de champs avec &quot;(Valeurs multiples)&quot;.&lt;/div&gt;~ /trunk/jrest/lib/Cel.php&lt;br /&gt;~ /trunk/jrest/lib/GestionObservation.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1908</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1908</guid></item>
<item><pubDate>Wed, 26 Jun 2013 11:34:53 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1631 – Cel/API: RechercheObservation-&gt;rechercherObservations() ne n&apos;exécute plus d&apos;emblée  la requête générée ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Cel/API: RechercheObservation-&gt;rechercherObservations() ne n&apos;exécute plus d&apos;emblée&lt;br /&gt;
 la requête générée et par conséquent ne retourne pas ses résultats,&lt;br /&gt;
 à l&apos;exception de l&apos;objet ($this) dont l&apos;attribut public $requete_selection_observations&lt;br /&gt;
 est initialisé.&lt;br /&gt;
&lt;br /&gt;
 La méthode get(), elle, exécute la requête et retourne les données résultantes.&lt;br /&gt;
 Et puisque rechercherObservations() retourne l&apos;objet, il est donc possible d&apos;enchaîner les deux&lt;br /&gt;
 appels en utilisant désormais la syntaxe RechercheObservation-&gt;rechercherObservations()-&gt;get().&lt;br /&gt;
&lt;br /&gt;
 Cela permet de découpler la génération de la requête de son exécution et donc possiblement&lt;br /&gt;
 de manipuler la requête en plusieurs temps.&lt;br /&gt;
 Cela pourrait s&apos;avérer utile dans les cas où le script traitant les données souhaiterait s&apos;architecturer&lt;br /&gt;
 sous la forme d&apos;un flux au fil de la récupération des enregistrements en BDD plutôt que de&lt;br /&gt;
 compter sur l&apos;exécution intégrale de la requête et d&apos;attendre le retour exhaustif des données.&lt;/div&gt;~ /trunk/jrest/lib/RechercheObservation.php&lt;br /&gt;~ /trunk/jrest/services/CelObs.php&lt;br /&gt;~ /trunk/jrest/services/CelWidgetExport.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1631</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1631</guid></item>
<item><pubDate>Thu, 13 Jun 2013 16:02:21 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1598 – fix des &quot;Call-time pass-by-reference&quot; (notation supprimée en PHP-5.4)  Recherche ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;fix des &quot;Call-time pass-by-reference&quot; (notation supprimée en PHP-5.4)&lt;br /&gt;
&lt;br /&gt;
Recherche basique des occurences:&lt;br /&gt;
$ find . -iname &apos;*.php&apos; -exec grep -iE &quot;(\(&amp;)|( &amp;[a-z])&quot; {} \;|grep -v &apos;function&apos;&lt;/div&gt;~ /trunk/jrest/lib/Cel.php&lt;br /&gt;~ /trunk/jrest/lib/GestionObservation.php&lt;br /&gt;~ /trunk/jrest/lib/RechercheImage.php&lt;br /&gt;~ /trunk/jrest/lib/RechercheObservation.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1598</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1598</guid></item>
<item><pubDate>Tue, 28 May 2013 14:01:07 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 1571 – Modification des services pour s&apos;adapter aux nouveaux formats des champs ...</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Modification des services pour s&apos;adapter aux nouveaux formats des champs étendus&lt;/div&gt;~ /trunk/jrest/services/CelSyndicationObservation.php&lt;br /&gt;~ /trunk/jrest/services/CelWidgetExport.php&lt;br /&gt;~ /trunk/jrest/services/CelWidgetSaisie.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1571</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1571</guid></item>
<item><pubDate>Fri, 27 Apr 2012 15:01:45 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 1297 – Les criteres de recherche passent désormais dans le get</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;Les criteres de recherche passent désormais dans le get&lt;/div&gt;~ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageCount.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationCount.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1297</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1297</guid></item>
<item><pubDate>Wed, 14 Dec 2011 14:10:10 +0100</pubDate><dc:creator>aurelien</dc:creator><title>Rev 1014 – Petites optimisation de code + réparation mots clés</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;Petites optimisation de code + réparation mots clés&lt;/div&gt;~ /trunk/jrest/services/CelWidgetMap.php&lt;br /&gt;~ /trunk/jrest/services/ImageDateList.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryDateList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImage.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageLink.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryKeyWordList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryLocationList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationCount.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryUserList.php&lt;br /&gt;~ /trunk/jrest/services/LicenceUtilisateur.php&lt;br /&gt;~ /trunk/jrest/services/LocationSearch.php&lt;br /&gt;~ /trunk/jrest/services/Name.php&lt;br /&gt;~ /trunk/jrest/services/NameImage.php&lt;br /&gt;~ /trunk/jrest/services/NameMap.php&lt;br /&gt;~ /trunk/jrest/services/NameSearch.php&lt;br /&gt;~ /trunk/jrest/services/Resume.php&lt;br /&gt;~ /trunk/jrest/services/SelfRefList.php&lt;br /&gt;~ /trunk/jrest/services/User.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1014</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=1014</guid></item>
<item><pubDate>Fri, 28 Oct 2011 15:06:26 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 996 – Mise à jour fonctions depréciées</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 31 file(s) modified&lt;/strong&gt;&lt;br/&gt;Mise à jour fonctions depréciées&lt;/div&gt;~ /trunk/jrest/lib/ExcelReader/excel_reader2.php&lt;br /&gt;~ /trunk/jrest/lib/Spreadsheet/Excel/Writer/Parser.php&lt;br /&gt;~ /trunk/jrest/lib/Spreadsheet/Excel/Writer/Worksheet.php&lt;br /&gt;~ /trunk/jrest/services/Cel.php&lt;br /&gt;~ /trunk/jrest/services/ImageContribution.php&lt;br /&gt;~ /trunk/jrest/services/ImageDateList.php&lt;br /&gt;~ /trunk/jrest/services/ImageRDF.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryByDept.php&lt;br /&gt;~ /trunk/jrest/services/InventoryDateList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImage.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageCount.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageExport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageLink.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImport.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImportExcel.php&lt;br /&gt;~ /trunk/jrest/services/InventoryKeyWordImageLink.php&lt;br /&gt;~ /trunk/jrest/services/InventoryKeyWordList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryKeyWordObsLink.php&lt;br /&gt;~ /trunk/jrest/services/InventoryLocationList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryMaintenance.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryPDF.php&lt;br /&gt;~ /trunk/jrest/services/InventoryTransmit.php&lt;br /&gt;~ /trunk/jrest/services/InventoryUserList.php&lt;br /&gt;~ /trunk/jrest/services/LocationSearch.php&lt;br /&gt;~ /trunk/jrest/services/Resume.php&lt;br /&gt;~ /trunk/jrest/services/SelfRefList.php&lt;br /&gt;~ /trunk/jrest/services/User.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=996</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=996</guid></item>
<item><pubDate>Fri, 23 Sep 2011 15:10:04 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 966 – correction d&apos;un bug de pagination</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;correction d&apos;un bug de pagination&lt;/div&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=966</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=966</guid></item>
<item><pubDate>Tue, 06 Sep 2011 17:55:51 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 925 – Mise aux nouveau format de bdd de la classe InventoryObservationList ...</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Mise aux nouveau format de bdd de la classe InventoryObservationList (quelques test à effectuer pour etre sur que tout fonctionne)&lt;/div&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=925</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=925</guid></item>
<item><pubDate>Fri, 22 Apr 2011 16:19:23 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 665 – Ajout d&apos;un type mime application/json</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ajout d&apos;un type mime application/json&lt;/div&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=665</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=665</guid></item>
<item><pubDate>Tue, 08 Feb 2011 14:32:21 +0100</pubDate><dc:creator>aurelien</dc:creator><title>Rev 605 – Mise à jour des derniers services jrest</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Mise à jour des derniers services jrest&lt;/div&gt;~ /trunk/jrest/services/ImageRecreation.php&lt;br /&gt;~ /trunk/jrest/services/Inventory.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageLink.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;~ /trunk/jrest/services/InventoryImageListPublic.php&lt;br /&gt;~ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;+ /trunk/jrest/services/LicenceUtilisateur.php&lt;br /&gt;~ /trunk/jrest/services/User.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=605</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=605</guid></item>
<item><pubDate>Tue, 19 Oct 2010 15:00:21 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 416 – Import des services jrest dans le dossier du carnet en ...</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 63 file(s) modified&lt;/strong&gt;&lt;br/&gt;Import des services jrest dans le dossier du carnet en ligne&lt;/div&gt;+ /trunk/jrest&lt;br /&gt;+ /trunk/jrest/services&lt;br /&gt;+ /trunk/jrest/services/.directory&lt;br /&gt;+ /trunk/jrest/services/Cel.php&lt;br /&gt;+ /trunk/jrest/services/CelDao.php&lt;br /&gt;+ /trunk/jrest/services/CelImageDoublon.php&lt;br /&gt;+ /trunk/jrest/services/CelStatistique.php&lt;br /&gt;+ /trunk/jrest/services/CelSyndicationImage.php&lt;br /&gt;+ /trunk/jrest/services/CelSyndicationObservation.php&lt;br /&gt;+ /trunk/jrest/services/CelWidgetMap.php&lt;br /&gt;+ /trunk/jrest/services/CodeAsync.php&lt;br /&gt;+ /trunk/jrest/services/CoordSearch.php&lt;br /&gt;+ /trunk/jrest/services/export&lt;br /&gt;+ /trunk/jrest/services/export/.directory&lt;br /&gt;+ /trunk/jrest/services/ImageContribution.php&lt;br /&gt;+ /trunk/jrest/services/ImageRDF.php&lt;br /&gt;+ /trunk/jrest/services/ImageRss.php&lt;br /&gt;+ /trunk/jrest/services/include&lt;br /&gt;+ /trunk/jrest/services/include/.directory&lt;br /&gt;+ /trunk/jrest/services/include/extract_metadonnee.php&lt;br /&gt;+ /trunk/jrest/services/include/stockage_fichier.php&lt;br /&gt;+ /trunk/jrest/services/Inventory.php&lt;br /&gt;+ /trunk/jrest/services/InventoryByDept.php&lt;br /&gt;+ /trunk/jrest/services/InventoryCheck.php&lt;br /&gt;+ /trunk/jrest/services/InventoryContributionList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryDateList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryExport.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImage.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImageCount.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImageExport.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImageLink.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImageList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryImport.php&lt;br /&gt;+ /trunk/jrest/services/InventoryItemList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryKeyWordList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryKeyWordObsLink.php&lt;br /&gt;+ /trunk/jrest/services/InventoryLocationList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryMaintenance.php&lt;br /&gt;+ /trunk/jrest/services/InventoryObservationCount.php&lt;br /&gt;+ /trunk/jrest/services/InventoryObservationList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryPDF.php&lt;br /&gt;+ /trunk/jrest/services/InventoryStationList.php&lt;br /&gt;+ /trunk/jrest/services/InventoryTransmit.php&lt;br /&gt;+ /trunk/jrest/services/InventoryUserList.php&lt;br /&gt;+ /trunk/jrest/services/LocationSearch.php&lt;br /&gt;+ /trunk/jrest/services/Name.php&lt;br /&gt;+ /trunk/jrest/services/NameImage.php&lt;br /&gt;+ /trunk/jrest/services/NameMap.php&lt;br /&gt;+ /trunk/jrest/services/NameSearch.php&lt;br /&gt;+ /trunk/jrest/services/PlantNetRss.php&lt;br /&gt;+ /trunk/jrest/services/PlantNetRssParEspece.php&lt;br /&gt;+ /trunk/jrest/services/Resume.php&lt;br /&gt;+ /trunk/jrest/services/squelettes&lt;br /&gt;+ /trunk/jrest/services/squelettes/.directory&lt;br /&gt;+ /trunk/jrest/services/squelettes/atom.tpl.xml&lt;br /&gt;+ /trunk/jrest/services/squelettes/carte_defaut.tpl.html&lt;br /&gt;+ /trunk/jrest/services/squelettes/doublon_defaut.tpl.html&lt;br /&gt;+ /trunk/jrest/services/squelettes/markerclusterer_compiled.js&lt;br /&gt;+ /trunk/jrest/services/squelettes/opml.tpl.xml&lt;br /&gt;+ /trunk/jrest/services/squelettes/rss1.tpl.xml&lt;br /&gt;+ /trunk/jrest/services/squelettes/rss2.tpl.xml&lt;br /&gt;+ /trunk/jrest/services/User.php&lt;br /&gt;+ /trunk/jrest/services/UserOpenId.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=416</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.cel&amp;path=%2Fbranches%2Fv2.4-fourche%2Fjrest%2Fservices%2FInventoryObservationList.php&amp;rev=416</guid></item>
</channel></rss>