summaryrefslogtreecommitdiff
path: root/api/poi-service
diff options
context:
space:
mode:
Diffstat (limited to 'api/poi-service')
-rw-r--r--api/poi-service/genivi-poiservice-configuration.xml2
-rw-r--r--api/poi-service/genivi-poiservice-contentaccessmodule.xml16
-rw-r--r--api/poi-service/genivi-poiservice-poicontentaccess.xml26
-rw-r--r--api/poi-service/genivi-poiservice-poisearch.xml56
4 files changed, 50 insertions, 50 deletions
diff --git a/api/poi-service/genivi-poiservice-configuration.xml b/api/poi-service/genivi-poiservice-configuration.xml
index 5b018fb..62c671d 100644
--- a/api/poi-service/genivi-poiservice-configuration.xml
+++ b/api/poi-service/genivi-poiservice-configuration.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/navigationcore" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.Configuration">
+ <interface name="org.genivi.navigation.poiservice.Configuration">
<version>1.0.0 (10-03-2015)</version>
<doc>
<line>Configuration = This interface offers functions to set and retrieve configuration parameters</line>
diff --git a/api/poi-service/genivi-poiservice-contentaccessmodule.xml b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
index b000da4..1d4a321 100644
--- a/api/poi-service/genivi-poiservice-contentaccessmodule.xml
+++ b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POIContentAccessModule">
+ <interface name="org.genivi.navigation.poiservice.POIContentAccessModule">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers a set of common methods to the POI components to deal with all the content access modules (CAM). The CAM provide and update POI and categories information from remote sources to the POIService modules</line>
@@ -120,7 +120,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -142,7 +142,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -323,17 +323,17 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category associated to a POI is not valid or was not added by the CAM to the component.</line>
</doc>
@@ -369,12 +369,12 @@
<line>Note: This list only contains the available attributes. If there is no value for an optional attributes, it is not returned.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidPoiSourceId">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidPoiSourceId">
<doc>
<line>The poi unique source id is not valid for the content access module.</line>
</doc>
diff --git a/api/poi-service/genivi-poiservice-poicontentaccess.xml b/api/poi-service/genivi-poiservice-poicontentaccess.xml
index f8d3abb..0ba0163 100644
--- a/api/poi-service/genivi-poiservice-poicontentaccess.xml
+++ b/api/poi-service/genivi-poiservice-poicontentaccess.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POIContentAccess">
+ <interface name="org.genivi.navigation.poiservice.POIContentAccess">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers a set of common methods for Content Access Modules (CAM). The CAM provide and update POI and categories information from remote sources to the POIService modules</line>
@@ -28,7 +28,7 @@
<line>camId = Content access module unique id as known by the POI service component.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.RegistrationFailed">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.RegistrationFailed">
<doc>
<line>The registration failed (for instance the name is not unique).</line>
</doc>
@@ -43,7 +43,7 @@
<line>camId = Content access module unique id as known by the POI service component.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
@@ -66,12 +66,12 @@
<line>unique_id = Unique category id</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category was already registered.</line>
</doc>
@@ -115,12 +115,12 @@
<line>Note: A POI category is a unique ID.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>The category was already added or is already a predifined one.</line>
<line>Note: As there is no id yet, a category is defined as unique if there was no category registered before with the same name and parent category.</line>
@@ -155,18 +155,18 @@
<line>name = name to be displayed by application</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.ReadOnly">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.ReadOnly">
<doc>
<line>At least one of the attribute of a given category was not updated due to read-only policy.</line>
<line>Note: The other attributes were updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>One of the category is not available.</line>
</doc>
@@ -189,18 +189,18 @@
<line>unique_id = unique category id</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiContentAccess.Error.CamNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.CamNotAvailable">
<doc>
<line>This error is generated if an application tries to send data to the POI service component but the CAM id is not registered.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.ReadOnly">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.ReadOnly">
<doc>
<line>At least one of the category was not deleted due to read-only policy.</line>
<line>Note: The other categories were removed.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiContentAccess.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiContentAccess.Error.InvalidCategory">
<doc>
<line>One of the category is not available.</line>
</doc>
diff --git a/api/poi-service/genivi-poiservice-poisearch.xml b/api/poi-service/genivi-poiservice-poisearch.xml
index 7020beb..3fc44be 100644
--- a/api/poi-service/genivi-poiservice-poisearch.xml
+++ b/api/poi-service/genivi-poiservice-poisearch.xml
@@ -7,7 +7,7 @@
this file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->
<node xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="/org/genivi/poiservice" xsi:noNamespaceSchemaLocation="introspect.xsd">
- <interface name="org.genivi.poiservice.POISearch">
+ <interface name="org.genivi.navigation.poiservice.POISearch">
<version>1.0.0 (19-12-2012)</version>
<doc>
<line>This interface offers methods that implement the POI search functionality of a navigation system</line>
@@ -87,7 +87,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -109,7 +109,7 @@
<line>top_level = true if the category is a pre-defined one (top level with only ALL_CATEGORIES as parent), false for customized categories created by plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
</doc>
@@ -166,7 +166,7 @@
<line>name = name to be displayed by application</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>The category is not available.</line>
<line>If there are more than one category and one of them is not available, no detailed will be returned for this category but there will be no error.</line>
@@ -195,7 +195,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.NoMoreHandles">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.NoMoreHandles">
<doc>
<line>This error is generated if no more poi search unique handles are available</line>
</doc>
@@ -210,7 +210,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to delete a poi search unique handle that is not available</line>
</doc>
@@ -234,17 +234,17 @@
<line>alt = altitude above the sea level of the current position in meters</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPosition">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPosition">
<doc>
<line>This error is generated if an application tries to set invalid coordinates.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -281,17 +281,17 @@
<line>endSearchOffset (optional) = Lenght of the route (in meters) from where to start the search along. 0 or invalid lenght means end is the destination.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidRouteHandle">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidRouteHandle">
<doc>
<line>This error is generated if an application tries to set invalid route handle.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -314,17 +314,17 @@
<line>Note: A POI category is a unique ID. It could be a predifined category or a custom one defined by a POI plug-in.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to set one or more invalid poi categories.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -351,17 +351,17 @@
<line>mandatory = true if the attribute is mandatory for the search and false for optional.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiAttribute">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiAttribute">
<doc>
<line>This error is generated if an application tries to set one or more invalid poi attributes.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.SearchIsActive">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.SearchIsActive">
<doc>
<line>This error is generated if an application tries to change the search criteria but the search is on-going and could not be updated.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -389,17 +389,17 @@
<line>If more than one category was defined for this search, the sort criteria should be compliant with all categories.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to start a search without, at least, one poi category defined.</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.BadLocation">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.BadLocation">
<doc>
<line>This error is generated if an application tries to start a search without a valid location (coordinates or route handle) defined.</line>
</doc>
@@ -414,7 +414,7 @@
<line>poiSearchHandle = poi search unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -442,12 +442,12 @@
<line>If more than one category was defined for this search, the sort criteria should be compliant with all categories.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidCategory">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidCategory">
<doc>
<line>This error is generated if an application tries to start a search without, at least, one poi category defined.</line>
</doc>
@@ -462,7 +462,7 @@
<line>poiSearchHandle = poi alert unique handle</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
@@ -545,12 +545,12 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.HandleNotAvailable">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.HandleNotAvailable">
<doc>
<line>This error is generated if an application tries to use a poi search unique handle that is not available or not valid</line>
</doc>
</error>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiAttribute">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiAttribute">
<doc>
<line>This error is generated if an application tries to get one or more invalid poi attributes.</line>
</doc>
@@ -586,7 +586,7 @@
<line>value = value. The value depends on the attribute specifications and type.</line>
</doc>
</arg>
- <error name="org.genivi.poiservice.poiSearch.Error.InvalidPoiId">
+ <error name="org.genivi.navigation.poiservice.poiSearch.Error.InvalidPoiId">
<doc>
<line>The poi unique id is not valid.</line>
</doc>