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 2018/11/05 14:11:42 UTC

svn commit: r1845795 [8/25] - in /incubator/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/ap...

Added: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html?rev=1845795&view=auto
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html (added)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SchedulerService.html Mon Nov  5 14:11:35 2018
@@ -0,0 +1,239 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:24 CET 2018 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>SchedulerService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2018-11-05">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SchedulerService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/SchedulerService.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/unomi/api/services/RulesService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/unomi/api/services/SegmentService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/unomi/api/services/SchedulerService.html" target="_top">Frames</a></li>
+<li><a href="SchedulerService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.unomi.api.services</div>
+<h2 title="Interface SchedulerService" class="title">Interface SchedulerService</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/apache/unomi/services/services/SchedulerServiceImpl.html" title="class in org.apache.unomi.services.services">SchedulerServiceImpl</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">SchedulerService</span></pre>
+<div class="block">A service to centralize scheduling of tasks instead of using Timers or executors in each service
+
+ https://stackoverflow.com/questions/409932/java-timer-vs-executorservice</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SchedulerService.html#getScheduleExecutorService--">getScheduleExecutorService</a></span>()</code>
+<div class="block">Use this method to get a <a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ScheduledExecutorService</code></a>
+ and execute your task with it instead of using <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Timer.html?is-external=true" title="class or interface in java.util"><code>Timer</code></a></div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getScheduleExecutorService--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getScheduleExecutorService</h4>
+<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a>&nbsp;getScheduleExecutorService()</pre>
+<div class="block">Use this method to get a <a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ScheduledExecutorService</code></a>
+ and execute your task with it instead of using <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Timer.html?is-external=true" title="class or interface in java.util"><code>Timer</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><code>ScheduledExecutorService</code></a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/SchedulerService.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/unomi/api/services/RulesService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/unomi/api/services/SegmentService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/unomi/api/services/SchedulerService.html" target="_top">Frames</a></li>
+<li><a href="SchedulerService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</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>
+</body>
+</html>
\ No newline at end of file

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/SegmentService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:45 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:24 CET 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SegmentService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -19,7 +19,7 @@
     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,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":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,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/unomi/api/services/RulesService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/unomi/api/services/SchedulerService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../org/apache/unomi/api/services/UserListService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -136,6 +136,13 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i1" class="rowColor">
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getGeneratedPropertyKey-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.conditions.Condition-">getGeneratedPropertyKey</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/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;parentCondition)</code>
+<div class="block">Get generated property key for past event condition</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a>&lt;<a href="../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getMatchingIndividuals-java.lang.String-int-int-java.lang.String-">getMatchingIndividuals</a></span>(<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>&nbsp;segmentID,
                       int&nbsp;offset,
@@ -145,25 +152,25 @@ var activeTableTab = "activeTableTab";
  String and and paged: only <code>size</code> of them are retrieved, starting with the <code>offset</code>-th one.</div>
 </td>
 </tr>
-<tr id="i2" class="altColor">
+<tr id="i3" class="rowColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getMatchingIndividualsCount-java.lang.String-">getMatchingIndividualsCount</a></span>(<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>&nbsp;segmentID)</code>
 <div class="block">Retrieves the number of profiles matching the conditions defined by the segment 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/segments/Scoring.html" title="class in org.apache.unomi.api.segments">Scoring</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getScoringDefinition-java.lang.String-">getScoringDefinition</a></span>(<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>&nbsp;scoringId)</code>
 <div class="block">Retrieves the scoring identified by the specified identifier.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/DependentMetadata.html" title="class in org.apache.unomi.api.segments">DependentMetadata</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getScoringDependentMetadata-java.lang.String-">getScoringDependentMetadata</a></span>(<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>&nbsp;scoringId)</code>
 <div class="block">Retrieves the list of Segment and Scoring metadata depending on the specified scoring.</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>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getScoringMetadatas-int-int-java.lang.String-">getScoringMetadatas</a></span>(int&nbsp;offset,
                    int&nbsp;size,
@@ -171,25 +178,25 @@ var activeTableTab = "activeTableTab";
 <div class="block">Retrieves the set of all scoring metadata.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getScoringMetadatas-org.apache.unomi.api.query.Query-">getScoringMetadatas</a></span>(<a href="../../../../../org/apache/unomi/api/query/Query.html" title="class in org.apache.unomi.api.query">Query</a>&nbsp;query)</code>
 <div class="block">Retrieves the set of scoring metadata for scorings matching the specified query.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/Segment.html" title="class in org.apache.unomi.api.segments">Segment</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentDefinition-java.lang.String-">getSegmentDefinition</a></span>(<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>&nbsp;segmentId)</code>
 <div class="block">Retrieves the segment identified by the specified identifier.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/DependentMetadata.html" title="class in org.apache.unomi.api.segments">DependentMetadata</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentDependentMetadata-java.lang.String-">getSegmentDependentMetadata</a></span>(<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>&nbsp;segmentId)</code>
 <div class="block">Retrieves the list of Segment and Scoring metadata depending on the specified segment.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentMetadatas-int-int-java.lang.String-">getSegmentMetadatas</a></span>(int&nbsp;offset,
                    int&nbsp;size,
@@ -197,13 +204,13 @@ var activeTableTab = "activeTableTab";
 <div class="block">Retrieves segment metadatas, ordered according to the specified <code>sortBy</code> String and and paged: only <code>size</code> of them are retrieved, starting with the <code>offset</code>-th one.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentMetadatas-org.apache.unomi.api.query.Query-">getSegmentMetadatas</a></span>(<a href="../../../../../org/apache/unomi/api/query/Query.html" title="class in org.apache.unomi.api.query">Query</a>&nbsp;query)</code>
 <div class="block">Retrieves the metadata for segments 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="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/PartialList.html" title="class in org.apache.unomi.api">PartialList</a>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentMetadatas-java.lang.String-int-int-java.lang.String-">getSegmentMetadatas</a></span>(<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>&nbsp;scope,
                    int&nbsp;offset,
@@ -213,46 +220,46 @@ var activeTableTab = "activeTableTab";
  retrieved, starting with the <code>offset</code>-th one.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/unomi/api/Metadata.html" title="class in org.apache.unomi.api">Metadata</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentMetadatasForProfile-org.apache.unomi.api.Profile-">getSegmentMetadatasForProfile</a></span>(<a href="../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&nbsp;profile)</code>
 <div class="block">Retrieves the list of segment metadata for the segments the specified profile is a member of.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/SegmentsAndScores.html" title="class in org.apache.unomi.api.segments">SegmentsAndScores</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#getSegmentsAndScoresForProfile-org.apache.unomi.api.Profile-">getSegmentsAndScoresForProfile</a></span>(<a href="../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&nbsp;profile)</code>
 <div class="block">Retrieves the segments and scores for the specified profile.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#isProfileInSegment-org.apache.unomi.api.Profile-java.lang.String-">isProfileInSegment</a></span>(<a href="../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&nbsp;profile,
                   <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>&nbsp;segmentId)</code>
 <div class="block">Determines whether the specified profile is part of the segment identified by the specified identifier.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/DependentMetadata.html" title="class in org.apache.unomi.api.segments">DependentMetadata</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#removeScoringDefinition-java.lang.String-boolean-">removeScoringDefinition</a></span>(<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>&nbsp;scoringId,
                        boolean&nbsp;validate)</code>
 <div class="block">Removes the scoring definition identified by the specified identifier.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/unomi/api/segments/DependentMetadata.html" title="class in org.apache.unomi.api.segments">DependentMetadata</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#removeSegmentDefinition-java.lang.String-boolean-">removeSegmentDefinition</a></span>(<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>&nbsp;segmentId,
                        boolean&nbsp;validate)</code>
 <div class="block">Removes the segment definition identified by the specified identifier.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#setScoringDefinition-org.apache.unomi.api.segments.Scoring-">setScoringDefinition</a></span>(<a href="../../../../../org/apache/unomi/api/segments/Scoring.html" title="class in org.apache.unomi.api.segments">Scoring</a>&nbsp;scoring)</code>
 <div class="block">Persists the specified scoring in the context server.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/unomi/api/services/SegmentService.html#setSegmentDefinition-org.apache.unomi.api.segments.Segment-">setSegmentDefinition</a></span>(<a href="../../../../../org/apache/unomi/api/segments/Segment.html" title="class in org.apache.unomi.api.segments">Segment</a>&nbsp;segment)</code>
 <div class="block">Persists the specified segment in the context server.</div>
@@ -307,7 +314,6 @@ var activeTableTab = "activeTableTab";
                                           <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>&nbsp;sortBy)</pre>
 <div class="block">Retrieves segment metadatas for segments in the specified scope, ordered according to the specified <code>sortBy</code> String and and paged: only <code>size</code> of them are
  retrieved, starting with the <code>offset</code>-th one.
-
  TODO: remove?</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -609,7 +615,7 @@ var activeTableTab = "activeTableTab";
 <a name="getScoringDependentMetadata-java.lang.String-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getScoringDependentMetadata</h4>
 <pre><a href="../../../../../org/apache/unomi/api/segments/DependentMetadata.html" title="class in org.apache.unomi.api.segments">DependentMetadata</a>&nbsp;getScoringDependentMetadata(<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>&nbsp;scoringId)</pre>
@@ -623,6 +629,23 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="getGeneratedPropertyKey-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.conditions.Condition-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getGeneratedPropertyKey</h4>
+<pre><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>&nbsp;getGeneratedPropertyKey(<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/conditions/Condition.html" title="class in org.apache.unomi.api.conditions">Condition</a>&nbsp;parentCondition)</pre>
+<div class="block">Get generated property key for past event condition</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>condition</code> - The event condition</dd>
+<dd><code>parentCondition</code> - The past event condition</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -651,7 +674,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/unomi/api/services/RulesService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/unomi/api/services/SchedulerService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../org/apache/unomi/api/services/UserListService.html" title="interface in org.apache.unomi.api.services"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/UserListService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:45 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:24 CET 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>UserListService (Apache Unomi :: Root Project 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ClusterService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeEvent.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.ConfigChangeListener.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ConfigSharingService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/DefinitionsService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -139,19 +139,6 @@
 </a>
 <h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a> in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a> that return <a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a></code></td>
-<td class="colLast"><span class="typeNameLabel">MergeProfilesOnPropertyAction.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/MergeProfilesOnPropertyAction.html#getDefinitionsService--">getDefinitionsService</a></span>()</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a> with parameters of type <a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -328,14 +315,26 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DeployDefinition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinition.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">SessionListCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/SessionListCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">ActionViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ActionViewCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">ProfileListCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ProfileListCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">EventViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/EventViewCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">DeployDefinitionCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinitionCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">ActionViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ActionViewCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">ActionListCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ActionListCommand.html#setDefinitionsService-org.apache.unomi.api.services.DefinitionsService-">setDefinitionsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/DefinitionsService.html" title="interface in org.apache.unomi.api.services">DefinitionsService</a>&nbsp;definitionsService)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventListenerService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/EventService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -104,6 +104,10 @@
 <td class="colLast">&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.unomi.shell.commands">org.apache.unomi.shell.commands</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.unomi.web">org.apache.unomi.web</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -135,19 +139,6 @@
 </a>
 <h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a> in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a> that return <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a></code></td>
-<td class="colLast"><span class="typeNameLabel">MergeProfilesOnPropertyAction.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/MergeProfilesOnPropertyAction.html#getEventService--">getEventService</a></span>()</code>&nbsp;</td>
-</tr>
-</tbody>
-</table>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a href="../../../../../../org/apache/unomi/plugins/baseplugin/actions/package-summary.html">org.apache.unomi.plugins.baseplugin.actions</a> with parameters of type <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -206,6 +197,10 @@
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">ProfileServiceEndPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">EventServiceEndpoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/EventServiceEndpoint.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -244,6 +239,24 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.unomi.shell.commands">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a> in <a href="../../../../../../org/apache/unomi/shell/commands/package-summary.html">org.apache.unomi.shell.commands</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/unomi/shell/commands/package-summary.html">org.apache.unomi.shell.commands</a> with parameters of type <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">EventViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/EventViewCommand.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.unomi.web">
 <!--   -->
 </a>
@@ -256,10 +269,21 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/unomi/web/Changes.html" title="class in org.apache.unomi.web">Changes</a></code></td>
+<td class="colLast"><span class="typeNameLabel">ServletCommon.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/ServletCommon.html#handleEvents-java.util.List-org.apache.unomi.api.Session-org.apache.unomi.api.Profile-javax.servlet.ServletRequest-javax.servlet.ServletResponse-java.util.Date-org.apache.unomi.api.services.PrivacyService-org.apache.unomi.api.services.EventService-">handleEvents</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/unomi/api/Event.html" title="class in org.apache.unomi.api">Event</a>&gt;&nbsp;events,
+            <a href="../../../../../../org/apache/unomi/api/Session.html" title="class in org.apache.unomi.api">Session</a>&nbsp;session,
+            <a href="../../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&nbsp;profile,
+            javax.servlet.ServletRequest&nbsp;request,
+            javax.servlet.ServletResponse&nbsp;response,
+            <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;timestamp,
+            <a href="../../../../../../org/apache/unomi/api/services/PrivacyService.html" title="interface in org.apache.unomi.api.services">PrivacyService</a>&nbsp;privacyService,
+            <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">ContextServlet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/ContextServlet.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EventsCollectorServlet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/EventsCollectorServlet.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
 </tr>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/GoalsService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -153,7 +153,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DeployDefinition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinition.html#setGoalsService-org.apache.unomi.api.services.GoalsService-">setGoalsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/GoalsService.html" title="interface in org.apache.unomi.api.services">GoalsService</a>&nbsp;goalsService)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">DeployDefinitionCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinitionCommand.html#setGoalsService-org.apache.unomi.api.services.GoalsService-">setGoalsService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/GoalsService.html" title="interface in org.apache.unomi.api.services">GoalsService</a>&nbsp;goalsService)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>

Added: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html?rev=1845795&view=auto
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html (added)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PatchService.html Mon Nov  5 14:11:35 2018
@@ -0,0 +1,210 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
+<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 1.4.0-incubating-SNAPSHOT API)</title>
+<meta name="date" content="2018-11-05">
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<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 1.4.0-incubating-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/unomi/api/services/class-use/PatchService.html" target="_top">Frames</a></li>
+<li><a href="PatchService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Interface org.apache.unomi.api.services.PatchService" class="title">Uses of Interface<br>org.apache.unomi.api.services.PatchService</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.unomi.rest">org.apache.unomi.rest</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.unomi.services.services">org.apache.unomi.services.services</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.apache.unomi.shell.commands">org.apache.unomi.shell.commands</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.unomi.rest">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a> in <a href="../../../../../../org/apache/unomi/rest/package-summary.html">org.apache.unomi.rest</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/unomi/rest/package-summary.html">org.apache.unomi.rest</a> with parameters of type <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">PatchServiceEndPoint.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/PatchServiceEndPoint.html#setPatchService-org.apache.unomi.api.services.PatchService-">setPatchService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a>&nbsp;patchService)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.unomi.services.services">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a> in <a href="../../../../../../org/apache/unomi/services/services/package-summary.html">org.apache.unomi.services.services</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/apache/unomi/services/services/package-summary.html">org.apache.unomi.services.services</a> that implement <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/services/services/PatchServiceImpl.html" title="class in org.apache.unomi.services.services">PatchServiceImpl</a></span></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.unomi.shell.commands">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a> in <a href="../../../../../../org/apache/unomi/shell/commands/package-summary.html">org.apache.unomi.shell.commands</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/apache/unomi/shell/commands/package-summary.html">org.apache.unomi.shell.commands</a> with parameters of type <a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">DeployDefinitionCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinitionCommand.html#setPatchService-org.apache.unomi.api.services.PatchService-">setPatchService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">PatchService</a>&nbsp;patchService)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../../../../../../org/apache/unomi/api/services/PatchService.html" title="interface in org.apache.unomi.api.services">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../../index.html?org/apache/unomi/api/services/class-use/PatchService.html" target="_top">Frames</a></li>
+<li><a href="PatchService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</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>
+</body>
+</html>
\ No newline at end of file

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Filter.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizationRequest.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.PersonalizedContent.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.Target.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PersonalizationService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/PrivacyService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -172,10 +172,21 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../org/apache/unomi/web/Changes.html" title="class in org.apache.unomi.web">Changes</a></code></td>
+<td class="colLast"><span class="typeNameLabel">ServletCommon.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/ServletCommon.html#handleEvents-java.util.List-org.apache.unomi.api.Session-org.apache.unomi.api.Profile-javax.servlet.ServletRequest-javax.servlet.ServletResponse-java.util.Date-org.apache.unomi.api.services.PrivacyService-org.apache.unomi.api.services.EventService-">handleEvents</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/unomi/api/Event.html" title="class in org.apache.unomi.api">Event</a>&gt;&nbsp;events,
+            <a href="../../../../../../org/apache/unomi/api/Session.html" title="class in org.apache.unomi.api">Session</a>&nbsp;session,
+            <a href="../../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a>&nbsp;profile,
+            javax.servlet.ServletRequest&nbsp;request,
+            javax.servlet.ServletResponse&nbsp;response,
+            <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;timestamp,
+            <a href="../../../../../../org/apache/unomi/api/services/PrivacyService.html" title="interface in org.apache.unomi.api.services">PrivacyService</a>&nbsp;privacyService,
+            <a href="../../../../../../org/apache/unomi/api/services/EventService.html" title="interface in org.apache.unomi.api.services">EventService</a>&nbsp;eventService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">ContextServlet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/ContextServlet.html#setPrivacyService-org.apache.unomi.api.services.PrivacyService-">setPrivacyService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/PrivacyService.html" title="interface in org.apache.unomi.api.services">PrivacyService</a>&nbsp;privacyService)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="typeNameLabel">EventsCollectorServlet.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/web/EventsCollectorServlet.html#setPrivacyService-org.apache.unomi.api.services.PrivacyService-">setPrivacyService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/PrivacyService.html" title="interface in org.apache.unomi.api.services">PrivacyService</a>&nbsp;privacyService)</code>&nbsp;</td>
 </tr>

Modified: incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html?rev=1845795&r1=1845794&r2=1845795&view=diff
==============================================================================
--- incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html (original)
+++ incubator/unomi/website/unomi-api/apidocs/org/apache/unomi/api/services/class-use/ProfileService.html Mon Nov  5 14:11:35 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_181) on Thu Sep 20 21:12:46 CEST 2018 -->
+<!-- Generated by javadoc (1.8.0_181) on Mon Nov 05 15:07:25 CET 2018 -->
 <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 1.4.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2018-09-20">
+<meta name="date" content="2018-11-05">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -391,7 +391,23 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">DeployDefinition.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinition.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">SessionViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/SessionViewCommand.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">SessionListCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/SessionListCommand.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">ProfileViewCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ProfileViewCommand.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">ProfileListCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/ProfileListCommand.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">DeployDefinitionCommand.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/shell/commands/DeployDefinitionCommand.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(<a href="../../../../../../org/apache/unomi/api/services/ProfileService.html" title="interface in org.apache.unomi.api.services">ProfileService</a>&nbsp;profileService)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>