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 2019/05/12 09:39:46 UTC

svn commit: r1859136 [15/34] - 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/persistence/elasticsearch/conditions/class-use/ConditionEvaluatorDispatcher.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/class-use/ConditionEvaluatorDispatcher.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/class-use/ConditionEvaluatorDispatcher.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/class-use/ConditionEvaluatorDispatcher.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:02 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -152,7 +152,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">NotConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/NotConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">SourceEventPropertyConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/SourceEventPropertyConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
@@ -166,35 +166,35 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">SourceEventPropertyConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/SourceEventPropertyConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">PastEventConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/PastEventConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">PastEventConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/PastEventConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">NotConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/NotConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">GeoLocationByPointSessionConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/GeoLocationByPointSessionConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">MatchAllConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/MatchAllConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">BooleanConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/BooleanConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">GeoLocationByPointSessionConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/GeoLocationByPointSessionConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">MatchAllConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/MatchAllConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
+<td class="colLast"><span class="typeNameLabel">BooleanConditionEvaluator.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/unomi/plugins/baseplugin/conditions/BooleanConditionEvaluator.html#eval-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Item-java.util.Map-org.apache.unomi.persistence.elasticsearch.conditions.ConditionEvaluatorDispatcher-">eval</a></span>(<a href="../../../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;condition,
     <a href="../../../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a>&nbsp;item,
     <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;context,
     <a href="../../../../../../../org/apache/unomi/persistence/elasticsearch/conditions/ConditionEvaluatorDispatcher.html" title="class in org.apache.unomi.persistence.elasticsearch.conditions">ConditionEvaluatorDispatcher</a>&nbsp;dispatcher)</code>&nbsp;</td>
@@ -253,6 +253,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-frame.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-frame.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <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/persistence/elasticsearch/conditions/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-summary.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-summary.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-tree.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-tree.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch.conditions Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch.conditions Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.elasticsearch.conditions Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.elasticsearch.conditions Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -141,6 +141,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-use.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/conditions/package-use.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:02 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Package org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.unomi.persistence.elasticsearch.conditions (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -253,6 +253,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-frame.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-frame.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <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/persistence/elasticsearch/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-summary.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-summary.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -168,6 +168,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-tree.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-tree.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.elasticsearch Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.elasticsearch Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.elasticsearch Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.elasticsearch Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -159,6 +159,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-use.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/elasticsearch/package-use.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:02 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Package org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.unomi.persistence.elasticsearch (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/CustomObjectMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/CustomObjectMapper.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/CustomObjectMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/CustomObjectMapper.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -333,6 +333,6 @@ extends com.fasterxml.jackson.databind.O
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/ItemDeserializer.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/ItemDeserializer.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/ItemDeserializer.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/ItemDeserializer.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ItemDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>ItemDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ItemDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="ItemDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -354,6 +354,6 @@ extends com.fasterxml.jackson.databind.d
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PersistenceService.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PersistenceService.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PersistenceService.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PersistenceService.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PersistenceService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>PersistenceService (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PersistenceService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="PersistenceService (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -1418,6 +1418,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyHelper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyHelper.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyHelper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyHelper.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PropertyHelper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>PropertyHelper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PropertyHelper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="PropertyHelper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -331,6 +331,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyTypedObjectDeserializer.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyTypedObjectDeserializer.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyTypedObjectDeserializer.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/PropertyTypedObjectDeserializer.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PropertyTypedObjectDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>PropertyTypedObjectDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PropertyTypedObjectDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="PropertyTypedObjectDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -398,6 +398,6 @@ extends com.fasterxml.jackson.databind.d
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/BaseAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/BaseAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/BaseAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/BaseAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BaseAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>BaseAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BaseAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="BaseAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -272,6 +272,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>DateAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DateAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="DateAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -528,6 +528,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/DateRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -323,6 +323,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/IpRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/IpRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/IpRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/IpRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -295,6 +295,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/NumericRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/NumericRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/NumericRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/NumericRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -295,6 +295,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/TermsAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/TermsAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/TermsAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/TermsAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:34:59 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:28 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TermsAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>TermsAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TermsAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="TermsAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -309,6 +309,6 @@ extends <a href="../../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/BaseAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/BaseAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/BaseAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/BaseAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.BaseAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.BaseAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.BaseAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.BaseAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -248,6 +248,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.DateAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.DateAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.DateAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.DateAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -218,6 +218,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/DateRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.DateRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/IpRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/IpRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/IpRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/IpRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.IpRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/NumericRangeAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/NumericRangeAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/NumericRangeAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/NumericRangeAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.NumericRangeAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/TermsAggregate.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/TermsAggregate.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/TermsAggregate.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/class-use/TermsAggregate.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.TermsAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.aggregate.TermsAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.TermsAggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.aggregate.TermsAggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-frame.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-frame.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-frame.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-frame.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <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/persistence/spi/aggregate/package-summary.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-summary.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-summary.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-summary.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -159,6 +159,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-tree.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-tree.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-tree.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-tree.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:29 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.unomi.persistence.spi.aggregate Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>org.apache.unomi.persistence.spi.aggregate Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.unomi.persistence.spi.aggregate Class Hierarchy (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="org.apache.unomi.persistence.spi.aggregate Class Hierarchy (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -142,6 +142,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-use.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-use.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-use.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/aggregate/package-use.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:02 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Package org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.unomi.persistence.spi.aggregate (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -195,6 +195,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/CustomObjectMapper.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/CustomObjectMapper.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/CustomObjectMapper.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/CustomObjectMapper.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.CustomObjectMapper (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -163,6 +163,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/ItemDeserializer.html
URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/ItemDeserializer.html?rev=1859136&r1=1859135&r2=1859136&view=diff
==============================================================================
--- unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/ItemDeserializer.html (original)
+++ unomi/website/unomi-api/apidocs/org/apache/unomi/persistence/spi/class-use/ItemDeserializer.html Sun May 12 09:39:40 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Fri Nov 30 09:35:01 CET 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Sun May 12 11:35:30 CEST 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.unomi.persistence.spi.ItemDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-11-30">
+<title>Uses of Class org.apache.unomi.persistence.spi.ItemDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)</title>
+<meta name="date" content="2019-05-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.ItemDeserializer (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.unomi.persistence.spi.ItemDeserializer (Apache Unomi :: Root Project 1.4.0-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -121,6 +121,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2019 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file