Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:42 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:42 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RestServiceUtilsImpl (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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":10,"i1":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -153,17 +153,40 @@ implements <a href="../../../../../../or <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/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/rest/service/impl/RestServiceUtilsImpl.html#getProfileIdCookieValue-javax.servlet.http.HttpServletRequest-">getProfileIdCookieValue</a></span>(javax.servlet.http.HttpServletRequest httpServletRequest)</code> </td> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html#finalizeEventsRequest-org.apache.unomi.utils.EventsRequestContext-boolean-">finalizeEventsRequest</a></span>(<a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> eventsRequestContext, + boolean crashOnError)</code> +<div class="block">At the end of an events requests we want to save/update the profile and/or the session depending on the changes + Also we want to return a cookie about current visitor profile ID</div> +</td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code><a href="../../../../../../org/apache/unomi/utils/Changes.html" title="class in org.apache.unomi.utils">Changes</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html#handleEvents-java.util.List-org.apache.unomi.api.Session-org.apache.unomi.api.Profile-javax.servlet.ServletRequest-javax.servlet.ServletResponse-java.util.Date-">handleEvents</a></span>(<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/Event.html" title="class in org.apache.unomi.api">Event</a>> events, - <a href="../../../../../../org/apache/unomi/api/Session.html" title="class in org.apache.unomi.api">Session</a> session, - <a href="../../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a> profile, - javax.servlet.ServletRequest request, - javax.servlet.ServletResponse response, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> timestamp)</code> </td> +<td class="colFirst"><code><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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html#getProfileIdCookieValue-javax.servlet.http.HttpServletRequest-">getProfileIdCookieValue</a></span>(javax.servlet.http.HttpServletRequest httpServletRequest)</code> +<div class="block">Try to extract the current visitor profileId from the current request cookies.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html#initEventsRequest-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-boolean-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-java.util.Date-java.util.List-">initEventsRequest</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> scope, + <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> sessionId, + <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> profileId, + <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> personaId, + boolean invalidateProfile, + boolean invalidateSession, + javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> timestamp, + <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/Event.html" title="class in org.apache.unomi.api">Event</a>> events)</code> +<div class="block">This method is used to initialize the context for a request that would require executing events.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/unomi/rest/service/impl/RestServiceUtilsImpl.html#performEventsRequest-java.util.List-org.apache.unomi.utils.EventsRequestContext-">performEventsRequest</a></span>(<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/Event.html" title="class in org.apache.unomi.api">Event</a>> events, + <a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> eventsRequestContext)</code> +<div class="block">Execute the list of events using the dedicated eventsRequestContext</div> +</td> </tr> </table> <ul class="blockList"> @@ -211,27 +234,100 @@ implements <a href="../../../../../../or <li class="blockList"> <h4>getProfileIdCookieValue</h4> <pre>public <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> getProfileIdCookieValue(javax.servlet.http.HttpServletRequest httpServletRequest)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#getProfileIdCookieValue-javax.servlet.http.HttpServletRequest-">RestServiceUtils</a></code></span></div> +<div class="block">Try to extract the current visitor profileId from the current request cookies.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#getProfileIdCookieValue-javax.servlet.http.HttpServletRequest-">getProfileIdCookieValue</a></code> in interface <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>httpServletRequest</code> - the current HTTP request</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the profileId if found in the cookies, null otherwise</dd> +</dl> +</li> +</ul> +<a name="initEventsRequest-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-boolean-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-java.util.Date-java.util.List-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>initEventsRequest</h4> +<pre>public <a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> initEventsRequest(<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> scope, + <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> sessionId, + <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> profileId, + <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> personaId, + boolean invalidateProfile, + boolean invalidateSession, + javax.servlet.http.HttpServletRequest request, + javax.servlet.http.HttpServletResponse response, + <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> timestamp, + <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/Event.html" title="class in org.apache.unomi.api">Event</a>> events)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#initEventsRequest-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-boolean-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-java.util.Date-java.util.List-">RestServiceUtils</a></code></span></div> +<div class="block">This method is used to initialize the context for a request that would require executing events. + + It will load existing profile/session for current user or build new ones if necessary + IT will also handle anonymous profile/session preferences in case there is specific ones. + It will also handle persona in case it is provided + And finally it will provide a contextual bean named: EventsRequestContext, + that will contain all the required information for the next steps of the request, like: processing the events</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#initEventsRequest-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-boolean-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-java.util.Date-java.util.List-">initEventsRequest</a></code> in interface <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>scope</code> - the current scope (mandatory, in case session need to be created)</dd> +<dd><code>sessionId</code> - the current sessionId (mandatory)</dd> +<dd><code>profileId</code> - the current profileId (optional in case profile doesn't exists yet for incoming visitor)</dd> +<dd><code>personaId</code> - the current personaId (optional in case we don't want to apply persona on current request)</dd> +<dd><code>invalidateProfile</code> - true in case we want to invalidate the current visitor profile, false otherwise</dd> +<dd><code>invalidateSession</code> - true in case we want to invalidate the current visitor session, false otherwise</dd> +<dd><code>request</code> - the current request</dd> +<dd><code>response</code> - the current request response</dd> +<dd><code>timestamp</code> - the current date, for timestamp the current visitor data</dd> +<dd><code>events</code> - list of events sent with the request</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the built EventsRequestContext</dd> +</dl> +</li> +</ul> +<a name="performEventsRequest-java.util.List-org.apache.unomi.utils.EventsRequestContext-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>performEventsRequest</h4> +<pre>public <a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> performEventsRequest(<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/Event.html" title="class in org.apache.unomi.api">Event</a>> events, + <a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> eventsRequestContext)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#performEventsRequest-java.util.List-org.apache.unomi.utils.EventsRequestContext-">RestServiceUtils</a></code></span></div> +<div class="block">Execute the list of events using the dedicated eventsRequestContext</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#performEventsRequest-java.util.List-org.apache.unomi.utils.EventsRequestContext-">performEventsRequest</a></code> in interface <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>events</code> - the list of events to he executed</dd> +<dd><code>eventsRequestContext</code> - the current EventsRequestContext</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an updated version of the current eventsRequestContext</dd> </dl> </li> </ul> -<a name="handleEvents-java.util.List-org.apache.unomi.api.Session-org.apache.unomi.api.Profile-javax.servlet.ServletRequest-javax.servlet.ServletResponse-java.util.Date-"> +<a name="finalizeEventsRequest-org.apache.unomi.utils.EventsRequestContext-boolean-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>handleEvents</h4> -<pre>public <a href="../../../../../../org/apache/unomi/utils/Changes.html" title="class in org.apache.unomi.utils">Changes</a> handleEvents(<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/Event.html" title="class in org.apache.unomi.api">Event</a>> events, - <a href="../../../../../../org/apache/unomi/api/Session.html" title="class in org.apache.unomi.api">Session</a> session, - <a href="../../../../../../org/apache/unomi/api/Profile.html" title="class in org.apache.unomi.api">Profile</a> profile, - javax.servlet.ServletRequest request, - javax.servlet.ServletResponse response, - <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a> timestamp)</pre> +<h4>finalizeEventsRequest</h4> +<pre>public void finalizeEventsRequest(<a href="../../../../../../org/apache/unomi/utils/EventsRequestContext.html" title="class in org.apache.unomi.utils">EventsRequestContext</a> eventsRequestContext, + boolean crashOnError)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#finalizeEventsRequest-org.apache.unomi.utils.EventsRequestContext-boolean-">RestServiceUtils</a></code></span></div> +<div class="block">At the end of an events requests we want to save/update the profile and/or the session depending on the changes + Also we want to return a cookie about current visitor profile ID</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#handleEvents-java.util.List-org.apache.unomi.api.Session-org.apache.unomi.api.Profile-javax.servlet.ServletRequest-javax.servlet.ServletResponse-java.util.Date-">handleEvents</a></code> in interface <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></code></dd> +<dd><code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html#finalizeEventsRequest-org.apache.unomi.utils.EventsRequestContext-boolean-">finalizeEventsRequest</a></code> in interface <code><a href="../../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>eventsRequestContext</code> - the current EventsRequestContext</dd> +<dd><code>crashOnError</code> - true if we want to throw an Exception in case of errors during events execution, + false otherwise (otherwise, no exception, but just an error code directly returned to the HTTP response)</dd> </dl> </li> </ul>
Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/LocalizationHelper.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/LocalizationHelper.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/LocalizationHelper.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/LocalizationHelper.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:47 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.service.impl.LocalizationHelper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/ResourceBundleHelper.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/ResourceBundleHelper.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/ResourceBundleHelper.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/ResourceBundleHelper.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:47 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.service.impl.ResourceBundleHelper (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/RestServiceUtilsImpl.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/RestServiceUtilsImpl.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/RestServiceUtilsImpl.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/class-use/RestServiceUtilsImpl.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:47 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.service.impl.RestServiceUtilsImpl (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service.impl (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service.impl (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service.impl Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/impl/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.rest.service.impl (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -85,7 +85,9 @@ <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/unomi/rest/service/RestServiceUtils.html" title="interface in org.apache.unomi.rest.service">RestServiceUtils</a></td> -<td class="colLast"> </td> +<td class="colLast"> +<div class="block">Utility service for Public REST endpoints</div> +</td> </tr> </tbody> </table> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.service Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/service/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.rest.service (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -100,7 +100,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colOne"><a href="../../../../../org/apache/unomi/rest/service/class-use/RestServiceUtils.html#org.apache.unomi.rest.service.impl">RestServiceUtils</a> </td> +<td class="colOne"><a href="../../../../../org/apache/unomi/rest/service/class-use/RestServiceUtils.html#org.apache.unomi.rest.service.impl">RestServiceUtils</a> +<div class="block">Utility service for Public REST endpoints</div> +</td> </tr> </tbody> </table> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/RequestValidatorInterceptor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/RequestValidatorInterceptor.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/RequestValidatorInterceptor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/RequestValidatorInterceptor.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:42 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:42 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RequestValidatorInterceptor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/class-use/RequestValidatorInterceptor.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/class-use/RequestValidatorInterceptor.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/class-use/RequestValidatorInterceptor.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/class-use/RequestValidatorInterceptor.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:47 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:46 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.validation.request.RequestValidatorInterceptor (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.validation.request (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.validation.request (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.rest.validation.request Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> Modified: unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/rest/validation/request/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.rest.validation.request (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/ExportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ExportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ExportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ExportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ExportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/IRouterCamelContext.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/IRouterCamelContext.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/IRouterCamelContext.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/IRouterCamelContext.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IRouterCamelContext (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/ImportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ImportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/ImportExportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportExportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportExportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportExportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ImportExportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/ImportLineError.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportLineError.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportLineError.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ImportLineError.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ImportLineError (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/ProfileToImport.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ProfileToImport.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ProfileToImport.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/ProfileToImport.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ProfileToImport (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/RouterConstants.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterConstants.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterConstants.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterConstants.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RouterConstants (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/RouterUtils.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterUtils.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterUtils.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/RouterUtils.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RouterUtils (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/ExportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ExportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ExportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ExportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.ExportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/IRouterCamelContext.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/IRouterCamelContext.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/IRouterCamelContext.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/IRouterCamelContext.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.unomi.router.api.IRouterCamelContext (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/ImportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.ImportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/ImportExportConfiguration.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportExportConfiguration.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportExportConfiguration.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportExportConfiguration.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.ImportExportConfiguration (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/ImportLineError.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportLineError.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportLineError.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ImportLineError.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.ImportLineError (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/ProfileToImport.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ProfileToImport.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ProfileToImport.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/ProfileToImport.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.ProfileToImport (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/RouterConstants.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterConstants.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterConstants.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterConstants.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.unomi.router.api.RouterConstants (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/class-use/RouterUtils.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterUtils.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterUtils.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/class-use/RouterUtils.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.RouterUtils (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/BadProfileDataFormatException.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/BadProfileDataFormatException.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/BadProfileDataFormatException.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/BadProfileDataFormatException.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BadProfileDataFormatException (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/class-use/BadProfileDataFormatException.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/class-use/BadProfileDataFormatException.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/class-use/BadProfileDataFormatException.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/class-use/BadProfileDataFormatException.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.api.exceptions.BadProfileDataFormatException (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.exceptions (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.exceptions (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.exceptions Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/exceptions/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/exceptions/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.router.api.exceptions (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.router.api (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/ImportExportConfigurationService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ImportExportConfigurationService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ImportExportConfigurationService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ImportExportConfigurationService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ImportExportConfigurationService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/ProfileExportService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileExportService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileExportService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileExportService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ProfileExportService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/ProfileImportService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileImportService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileImportService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/ProfileImportService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:44 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ProfileImportService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/class-use/ImportExportConfigurationService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ImportExportConfigurationService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ImportExportConfigurationService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ImportExportConfigurationService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.unomi.router.api.services.ImportExportConfigurationService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/class-use/ProfileExportService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileExportService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileExportService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileExportService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.unomi.router.api.services.ProfileExportService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/class-use/ProfileImportService.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileImportService.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileImportService.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/class-use/ProfileImportService.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.unomi.router.api.services.ProfileImportService (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/package-summary.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-summary.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-summary.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-summary.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/package-tree.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-tree.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-tree.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-tree.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.api.services Class Hierarchy (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/api/services/package-use.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-use.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-use.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/api/services/package-use.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.unomi.router.api.services (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/core/bean/CollectProfileBean.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/CollectProfileBean.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/CollectProfileBean.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/CollectProfileBean.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:45 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:44 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CollectProfileBean (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/core/bean/class-use/CollectProfileBean.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/class-use/CollectProfileBean.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/class-use/CollectProfileBean.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/class-use/CollectProfileBean.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:48 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:47 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.router.core.bean.CollectProfileBean (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <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/router/core/bean/package-frame.html URL: http://svn.apache.org/viewvc/unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/package-frame.html?rev=1903790&r1=1903789&r2=1903790&view=diff ============================================================================== --- unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/package-frame.html (original) +++ unomi/website/unomi-api/apidocs/org/apache/unomi/router/core/bean/package-frame.html Wed Aug 31 11:06:09 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_181) on Tue Aug 09 13:57:46 CEST 2022 --> +<!-- Generated by javadoc (1.8.0_333) on Wed Aug 31 12:59:45 CEST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.unomi.router.core.bean (Apache Unomi :: Root Project 2.0.0-SNAPSHOT API)</title> -<meta name="date" content="2022-08-09"> +<meta name="date" content="2022-08-31"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head>
