Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/RulesService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/RulesService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/RulesService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/RulesService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RulesService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>RulesService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -13,13 +13,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RulesService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="RulesService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -127,73 +127,79 @@ var activeTableTab = "activeTableTab"; <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getAllRules--">getAllRules</a></span>()</code> +<div class="block">Get all rules available in the system.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<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>,<a href="../../../../../org/apache/unomi/api/rules/RuleStatistics.html" title="class in org.apache.unomi.api.rules">RuleStatistics</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getAllRuleStatistics--">getAllRuleStatistics</a></span>()</code> <div class="block">Retrieves the statistics for all the rules</div> </td> </tr> -<tr id="i1" class="rowColor"> +<tr id="i2" class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getMatchingRules-org.apache.unomi.api.Event-">getMatchingRules</a></span>(<a href="../../../../../org/apache/unomi/api/Event.html" title="class in org.apache.unomi.api">Event</a> event)</code> <div class="block">Retrieves all the matching rules for a specific event</div> </td> </tr> -<tr id="i2" class="altColor"> +<tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getRule-java.lang.String-">getRule</a></span>(<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> ruleId)</code> <div class="block">Retrieves the rule identified by the specified identifier.</div> </td> </tr> -<tr id="i3" class="rowColor"> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a><<a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getRuleDetails-org.apache.unomi.api.query.Query-">getRuleDetails</a></span>(<a href="../../../../../org/apache/unomi/api/query/Query.html" title="class in org.apache.unomi.api.query">Query</a> query)</code> <div class="block">Retrieves rule details for rules matching the specified query.</div> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getRuleMetadatas--">getRuleMetadatas</a></span>()</code> <div class="block">Retrieves the metadata for all known rules.</div> </td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i6" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a><<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getRuleMetadatas-org.apache.unomi.api.query.Query-">getRuleMetadatas</a></span>(<a href="../../../../../org/apache/unomi/api/query/Query.html" title="class in org.apache.unomi.api.query">Query</a> query)</code> <div class="block">Retrieves rule metadatas for rules matching the specified <a href="../../../../../org/apache/unomi/api/query/Query.html" title="class in org.apache.unomi.api.query"><code>Query</code></a>.</div> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/rules/RuleStatistics.html" title="class in org.apache.unomi.api.rules">RuleStatistics</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getRuleStatistics-java.lang.String-">getRuleStatistics</a></span>(<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> ruleId)</code> <div class="block">Retrieves the statistics for a rule</div> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="../../../../../org/apache/unomi/api/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#getTrackedConditions-org.apache.unomi.api.Item-">getTrackedConditions</a></span>(<a href="../../../../../org/apache/unomi/api/Item.html" title="class in org.apache.unomi.api">Item</a> item)</code> <div class="block">Retrieves tracked conditions (rules with a condition marked with the <code>trackedCondition</code> tag and which <code>sourceEventCondition</code> matches the specified item) for the specified item.</div> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#refreshRules--">refreshRules</a></span>()</code> <div class="block">Refresh the rules for this instance by reloading them from the persistence backend</div> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#removeRule-java.lang.String-">removeRule</a></span>(<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> ruleId)</code> <div class="block">Deletes the rule identified by the specified identifier.</div> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i11" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#resetAllRuleStatistics--">resetAllRuleStatistics</a></span>()</code> <div class="block">Resets all the rule statistics to zero, useful when testing or if you want to set a point in time.</div> </td> </tr> -<tr id="i11" class="rowColor"> +<tr id="i12" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/RulesService.html#setRule-org.apache.unomi.api.rules.Rule-">setRule</a></span>(<a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a> rule)</code> <div class="block">Persists the specified rule to the context server.</div> @@ -260,6 +266,22 @@ var activeTableTab = "activeTableTab"; </dl> </li> </ul> +<a name="getAllRules--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAllRules</h4> +<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/unomi/api/rules/Rule.html" title="class in org.apache.unomi.api.rules">Rule</a>> getAllRules()</pre> +<div class="block">Get all rules available in the system. + (This is not doing a persistence query to retrieve the rules, it's using the internal in memory cache + that is refreshed every second by default but can vary depending on your own configuration)</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>all rules available.</dd> +</dl> +</li> +</ul> <a name="getRule-java.lang.String-"> <!-- --> </a>
Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SchedulerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>SchedulerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="SchedulerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="SchedulerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/ScopeService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/ScopeService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/ScopeService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/ScopeService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ScopeService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ScopeService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ScopeService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ScopeService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SegmentService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>SegmentService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="SegmentService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="SegmentService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/TopicService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/TopicService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/TopicService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/TopicService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TopicService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>TopicService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="TopicService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="TopicService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>UserListService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>UserListService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="UserListService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="UserListService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.ClusterService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.ClusterService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.ClusterService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.ClusterService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.ConfigSharingService.ConfigChangeEvent (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.ConfigSharingService.ConfigChangeEvent (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.ConfigSharingService.ConfigChangeListener (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.ConfigSharingService.ConfigChangeListener (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.ConfigSharingService.ConfigChangeListener (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.ConfigSharingService.ConfigChangeListener (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.ConfigSharingService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.ConfigSharingService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.ConfigSharingService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.ConfigSharingService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.DefinitionsService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.DefinitionsService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.DefinitionsService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.DefinitionsService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.EventListenerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.EventListenerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.EventListenerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.EventListenerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.EventService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.EventService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.EventService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.EventService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.GoalsService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.GoalsService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.GoalsService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.GoalsService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.PatchService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.PatchService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.PatchService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.PatchService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.Filter (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.Filter (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.PersonalizationService.Filter (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.PersonalizationService.Filter (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizationRequest (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizationRequest (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.PersonalizationService.PersonalizationRequest (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizationRequest (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizedContent (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizedContent (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.PersonalizationService.PersonalizedContent (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.PersonalizationService.PersonalizedContent (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.Target (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.PersonalizationService.Target (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.PersonalizationService.Target (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.PersonalizationService.Target (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.PersonalizationService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.PersonalizationService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.PersonalizationService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.PersonalizationService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.PrivacyService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.PrivacyService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.PrivacyService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.PrivacyService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.ProfileService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.ProfileService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.ProfileService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.ProfileService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/QueryService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/QueryService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/QueryService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/QueryService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.QueryService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.QueryService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.QueryService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.QueryService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.AlreadyRaisedFor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.AlreadyRaisedFor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.AlreadyRaisedFor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.AlreadyRaisedFor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.services.RuleListenerService.AlreadyRaisedFor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.services.RuleListenerService.AlreadyRaisedFor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services.RuleListenerService.AlreadyRaisedFor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.services.RuleListenerService.AlreadyRaisedFor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RuleListenerService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.RuleListenerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.RuleListenerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.RuleListenerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.RuleListenerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RulesService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RulesService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RulesService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/RulesService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.RulesService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.RulesService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.RulesService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.RulesService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SchedulerService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SchedulerService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SchedulerService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SchedulerService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.SchedulerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.SchedulerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.SchedulerService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.SchedulerService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ScopeService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ScopeService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ScopeService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ScopeService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.ScopeService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.ScopeService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.ScopeService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.ScopeService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SegmentService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SegmentService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SegmentService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/SegmentService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.SegmentService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.SegmentService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.SegmentService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.SegmentService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/TopicService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/TopicService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/TopicService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/TopicService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.TopicService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.TopicService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.TopicService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.TopicService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/UserListService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/UserListService.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/UserListService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/UserListService.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.services.UserListService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.services.UserListService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.services.UserListService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.services.UserListService (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-frame.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-frame.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:30 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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/api/services/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-summary.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-summary.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:30 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-tree.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-tree.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:30 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.unomi.api.services Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>org.apache.unomi.api.services Class Hierarchy (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="org.apache.unomi.api.services Class Hierarchy (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-use.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/package-use.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:32 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Package org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Package org.apache.unomi.api.services (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ConditionVisitor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ConditionVisitor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ConditionVisitor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ConditionVisitor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.EventTypeConditionVisitor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.EventTypeConditionVisitor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.EventTypeConditionVisitor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.EventTypeConditionVisitor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ValueExtractor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ValueExtractor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ValueExtractor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.ValueExtractor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ParserHelper.ValueExtractor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ParserHelper.ValueExtractor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ParserHelper.ValueExtractor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ParserHelper.ValueExtractor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ParserHelper.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ParserHelper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ParserHelper (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ParserHelper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ParserHelper (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ValidationPattern.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ValidationPattern.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ValidationPattern.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/ValidationPattern.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:41 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:26 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ValidationPattern (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>ValidationPattern (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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="ValidationPattern (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="ValidationPattern (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.ConditionVisitor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.ConditionVisitor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.ConditionVisitor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.ConditionVisitor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Interface org.apache.unomi.api.utils.ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Interface org.apache.unomi.api.utils.ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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 Interface org.apache.unomi.api.utils.ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Interface org.apache.unomi.api.utils.ParserHelper.ConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) { Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.EventTypeConditionVisitor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.EventTypeConditionVisitor.html?rev=1904379&r1=1904378&r2=1904379&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.EventTypeConditionVisitor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/api/utils/class-use/ParserHelper.EventTypeConditionVisitor.html Mon Oct 3 15:57:40 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Mon Oct 03 17:51:31 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.unomi.api.utils.ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-31"> +<title>Uses of Class org.apache.unomi.api.utils.ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)</title> +<meta name="date" content="2022-10-03"> <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.api.utils.ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.unomi.api.utils.ParserHelper.EventTypeConditionVisitor (Apache Unomi :: Root Project 2.0.1-SNAPSHOT API)"; } } catch(err) {
