You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2021/05/11 06:35:57 UTC

svn commit: r1889743 [19/27] - in /unomi/website/unomi-api/apidocs: ./ org/apache/unomi/api/ org/apache/unomi/api/actions/ org/apache/unomi/api/actions/class-use/ org/apache/unomi/api/campaigns/ org/apache/unomi/api/campaigns/class-use/ org/apache/unom...

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ContextJsonEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ContextJsonEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ContextJsonEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ContextJsonEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ContextJsonEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -268,9 +268,9 @@ public&nbsp;javax.ws.rs.core.Response&nb
  @Produces(value="text/plain")
  @Path(value="/context.js")
 public&nbsp;javax.ws.rs.core.Response&nbsp;contextJSAsPost(<a href="../../../../../org/apache/unomi/api/ContextRequest.html" title="class in org.apache.unomi.api">ContextRequest</a>&nbsp;contextRequest,
-                                                                                                                  @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                  @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;personaId,
-                                                                                                                  @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                  @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sessionId,
                                                                                                                   @QueryParam(value="timestamp")
                                                                                                                   <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;timestampAsLong,
@@ -296,9 +296,9 @@ public&nbsp;javax.ws.rs.core.Response&nb
  @Path(value="/context.js")
 public&nbsp;javax.ws.rs.core.Response&nbsp;contextJSAsGet(@QueryParam(value="payload")
                                                                                                                 <a href="../../../../../org/apache/unomi/api/ContextRequest.html" title="class in org.apache.unomi.api">ContextRequest</a>&nbsp;contextRequest,
-                                                                                                                @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;personaId,
-                                                                                                                @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sessionId,
                                                                                                                 @QueryParam(value="timestamp")
                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;timestampAsLong,
@@ -324,9 +324,9 @@ public&nbsp;javax.ws.rs.core.Response&nb
  @Path(value="/context.json")
 public&nbsp;<a href="../../../../../org/apache/unomi/api/ContextResponse.html" title="class in org.apache.unomi.api">ContextResponse</a>&nbsp;contextJSONAsGet(@QueryParam(value="payload")
                                                                                                                               <a href="../../../../../org/apache/unomi/api/ContextRequest.html" title="class in org.apache.unomi.api">ContextRequest</a>&nbsp;contextRequest,
-                                                                                                                              @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                              @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;personaId,
-                                                                                                                              @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                              @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sessionId,
                                                                                                                               @QueryParam(value="timestamp")
                                                                                                                               <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;timestampAsLong,
@@ -346,9 +346,9 @@ public&nbsp;<a href="../../../../../org/
  @Produces(value="application/json;charset=UTF-8")
  @Path(value="/context.json")
 public&nbsp;<a href="../../../../../org/apache/unomi/api/ContextResponse.html" title="class in org.apache.unomi.api">ContextResponse</a>&nbsp;contextJSONAsPost(<a href="../../../../../org/apache/unomi/api/ContextRequest.html" title="class in org.apache.unomi.api">ContextRequest</a>&nbsp;contextRequest,
-                                                                                                                                @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                                @QueryParam(value="personaId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;personaId,
-                                                                                                                                @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@]){0,50}$")
+                                                                                                                                @QueryParam(value="sessionId") @Pattern(regexp="^(\\w|[-_@\\.]){0,50}$")
                                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;sessionId,
                                                                                                                                 @QueryParam(value="timestamp")
                                                                                                                                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;timestampAsLong,

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/DefinitionsServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/DefinitionsServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/DefinitionsServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/DefinitionsServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>DefinitionsServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventServiceEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventServiceEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventServiceEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventServiceEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>EventServiceEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventsCollectorEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventsCollectorEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventsCollectorEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/EventsCollectorEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>EventsCollectorEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/GoalsServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/GoalsServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/GoalsServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/GoalsServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GoalsServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/PatchServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/PatchServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/PatchServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/PatchServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PatchServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ProfileServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ProfileServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ProfileServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ProfileServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ProfileServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/QueryServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/QueryServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/QueryServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/QueryServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>QueryServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/RulesServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/RulesServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/RulesServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/RulesServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RulesServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ScoringServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ScoringServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ScoringServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/ScoringServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ScoringServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/SegmentServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/SegmentServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/SegmentServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/SegmentServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SegmentServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/UserListServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/UserListServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/UserListServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/UserListServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UserListServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/CampaignsServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/CampaignsServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/CampaignsServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/CampaignsServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.CampaignsServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClientEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClientEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClientEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClientEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.ClientEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClusterServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClusterServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClusterServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ClusterServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.ClusterServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ContextJsonEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ContextJsonEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ContextJsonEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ContextJsonEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.ContextJsonEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/DefinitionsServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/DefinitionsServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/DefinitionsServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/DefinitionsServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.DefinitionsServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventServiceEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventServiceEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventServiceEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventServiceEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.EventServiceEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventsCollectorEndpoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventsCollectorEndpoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventsCollectorEndpoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/EventsCollectorEndpoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.EventsCollectorEndpoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/GoalsServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/GoalsServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/GoalsServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/GoalsServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.GoalsServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/PatchServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/PatchServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/PatchServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/PatchServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.PatchServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ProfileServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ProfileServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ProfileServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ProfileServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.ProfileServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/QueryServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/QueryServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/QueryServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/QueryServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.QueryServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/RulesServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/RulesServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/RulesServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/RulesServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.RulesServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ScoringServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ScoringServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ScoringServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/ScoringServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.ScoringServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/SegmentServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/SegmentServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/SegmentServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/SegmentServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.SegmentServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/UserListServiceEndPoint.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/UserListServiceEndPoint.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/UserListServiceEndPoint.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/class-use/UserListServiceEndPoint.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.endpoints.UserListServiceEndPoint (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-frame.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-frame.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.endpoints (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-summary.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-summary.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.endpoints (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-tree.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-tree.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.endpoints Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-use.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/endpoints/package-use.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:06 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.unomi.rest.endpoints (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/InvalidRequestExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/InvalidRequestExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/InvalidRequestExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/InvalidRequestExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InvalidRequestExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/RuntimeExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/RuntimeExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/RuntimeExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/RuntimeExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RuntimeExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/ValidationExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/ValidationExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/ValidationExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/ValidationExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ValidationExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/InvalidRequestExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/InvalidRequestExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/InvalidRequestExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/InvalidRequestExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.exception.InvalidRequestExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/RuntimeExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/RuntimeExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/RuntimeExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/RuntimeExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.exception.RuntimeExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/ValidationExceptionMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/ValidationExceptionMapper.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/ValidationExceptionMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/class-use/ValidationExceptionMapper.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.exception.ValidationExceptionMapper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-frame.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-frame.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.exception (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-summary.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-summary.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.exception (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-tree.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-tree.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.exception Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-use.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/exception/package-use.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:06 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.unomi.rest.exception (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/EventCollectorResponse.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/EventCollectorResponse.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/EventCollectorResponse.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/EventCollectorResponse.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>EventCollectorResponse (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTActionType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTActionType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTActionType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTActionType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTActionType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTConditionType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTConditionType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTConditionType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTConditionType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTConditionType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTParameter.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTParameter.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTParameter.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTParameter.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTParameter (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTValueType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTValueType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTValueType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/RESTValueType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RESTValueType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/EventCollectorResponse.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/EventCollectorResponse.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/EventCollectorResponse.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/EventCollectorResponse.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.models.EventCollectorResponse (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTActionType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTActionType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTActionType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTActionType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.models.RESTActionType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTConditionType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTConditionType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTConditionType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTConditionType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.models.RESTConditionType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTParameter.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTParameter.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTParameter.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTParameter.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.models.RESTParameter (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTValueType.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTValueType.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTValueType.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/class-use/RESTValueType.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.models.RESTValueType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-frame.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-frame.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.models (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-summary.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-summary.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.models (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-tree.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-tree.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.models Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-use.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/models/package-use.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:06 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.unomi.rest.models (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServer.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServer.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServer.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServer.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestServer (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServerBus.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServerBus.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServerBus.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/RestServerBus.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RestServerBus (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServer.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServer.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServer.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServer.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.server.RestServer (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServerBus.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServerBus.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServerBus.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/class-use/RestServerBus.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.server.RestServerBus (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-frame.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-frame.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.server (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-summary.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-summary.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.server (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-tree.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-tree.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:37 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:04 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.unomi.rest.server Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-use.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/package-use.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:06 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.unomi.rest.server (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/RetroCompatibilityParamConverterProvider.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/RetroCompatibilityParamConverterProvider.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/RetroCompatibilityParamConverterProvider.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/RetroCompatibilityParamConverterProvider.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:34 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:01 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RetroCompatibilityParamConverterProvider (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/class-use/RetroCompatibilityParamConverterProvider.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/class-use/RetroCompatibilityParamConverterProvider.html?rev=1889743&r1=1889742&r2=1889743&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/class-use/RetroCompatibilityParamConverterProvider.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/server/provider/class-use/RetroCompatibilityParamConverterProvider.html Tue May 11 06:35:42 2021
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Wed Apr 28 17:24:38 CEST 2021 -->
+<!-- Generated by javadoc (1.8.0_181) on Tue May 11 08:30:05 CEST 2021 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.unomi.rest.server.provider.RetroCompatibilityParamConverterProvider (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2021-04-28">
+<meta name="date" content="2021-05-11">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>