Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ProfileServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ProfileServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ProfileServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ProfileServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ProfileServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -19,8 +19,8 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":42,"i20":42,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -144,7 +144,7 @@ extends <a href="http://docs.oracle.com/ </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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></span></caption> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> @@ -204,10 +204,11 @@ extends <a href="http://docs.oracle.com/ </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getExistingProperties-java.lang.String-java.lang.String-java.lang.String-">getExistingProperties</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tagId, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getExistingProperties-java.lang.String-boolean-java.lang.String-java.lang.String-">getExistingProperties</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tag, + boolean isSystemTag, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> itemType, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> -<div class="block">Retrieves the existing property types for the specified type as defined by the Item subclass public field <code>ITEM_TYPE</code> and with the specified tag.</div> +<div class="block">Retrieves the existing property types for the specified type as defined by the Item subclass public field <code>ITEM_TYPE</code> and with the specified tag or system tag.</div> </td> </tr> <tr id="i10" class="altColor"> @@ -256,40 +257,46 @@ extends <a href="http://docs.oracle.com/ </td> </tr> <tr id="i16" class="altColor"> +<td class="colFirst"><code>org.apache.unomi.api.PropertyType</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyType-java.lang.String-java.lang.String-">getPropertyType</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyId, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> +<div class="block">Retrieves the property type associated with the specified property ID.</div> +</td> +</tr> +<tr id="i17" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypeByTag-java.lang.String-boolean-java.lang.String-">getPropertyTypeByTag</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, - boolean recursive, +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypeBySystemTag-java.lang.String-java.lang.String-">getPropertyTypeBySystemTag</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> +<div class="block">Retrieves all property types with the specified tags.</div> +</td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypeByTag-java.lang.String-java.lang.String-">getPropertyTypeByTag</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> -<div class="block">Retrieves all property types with the specified tags also retrieving property types with sub-tags of the specified tags if so specified.</div> +<div class="block">Retrieves all property types with the specified tags.</div> </td> </tr> -<tr id="i17" class="rowColor"> +<tr id="i19" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/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/ProfileServiceEndPoint.html#getPropertyTypeMapping-java.lang.String-">getPropertyTypeMapping</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fromPropertyTypeId)</code> <div class="block">TODO</div> </td> </tr> -<tr id="i18" class="altColor"> +<tr id="i20" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypes-java.lang.String-">getPropertyTypes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> <div class="block">Retrieves all known property types.</div> </td> </tr> -<tr id="i19" class="rowColor"> +<tr id="i21" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypesByTarget-java.lang.String-java.lang.String-">getPropertyTypesByTarget</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> -</td> -</tr> -<tr id="i20" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getPropertyTypesByTargetDeprecated-java.lang.String-java.lang.String-">getPropertyTypesByTargetDeprecated</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</code> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> +<div class="block">Retrieves all the property types associated with the specified target.</div> </td> </tr> -<tr id="i21" class="rowColor"> +<tr id="i22" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.PartialList<org.apache.unomi.api.Event></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#getSessionEvents-java.lang.String-java.lang.String:A-java.lang.String-int-int-java.lang.String-">getSessionEvents</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sessionId, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] eventTypes, @@ -301,86 +308,92 @@ extends <a href="http://docs.oracle.com/ ordered according to the specified <code>sortBy</code> String and paged: only <code>size</code> of them are retrieved, starting with the <code>offset</code>-th one.</div> </td> </tr> -<tr id="i22" class="altColor"> +<tr id="i23" class="rowColor"> <td class="colFirst"><code>org.apache.unomi.api.Profile</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#load-java.lang.String-">load</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileId)</code> <div class="block">Retrieves the profile identified by the specified identifier.</div> </td> </tr> -<tr id="i23" class="rowColor"> +<tr id="i24" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.Persona</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#loadPersona-java.lang.String-">loadPersona</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> personaId)</code> <div class="block">Retrieves the <code>Persona</code> identified by the specified identifier.</div> </td> </tr> -<tr id="i24" class="altColor"> +<tr id="i25" class="rowColor"> <td class="colFirst"><code>org.apache.unomi.api.PersonaWithSessions</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#loadPersonaWithSessions-java.lang.String-">loadPersonaWithSessions</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> personaId)</code> <div class="block">Retrieves the persona identified by the specified identifier and all its associated sessions</div> </td> </tr> -<tr id="i25" class="rowColor"> +<tr id="i26" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.Session</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#loadSession-java.lang.String-java.lang.String-">loadSession</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sessionId, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dateHint)</code> <div class="block">Retrieves the session identified by the specified identifier.</div> </td> </tr> -<tr id="i26" class="altColor"> +<tr id="i27" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#matchCondition-org.apache.unomi.api.conditions.Condition-org.apache.unomi.api.Profile-org.apache.unomi.api.Session-">matchCondition</a></span>(org.apache.unomi.api.conditions.Condition condition, org.apache.unomi.api.Profile profile, org.apache.unomi.api.Session session)</code> </td> </tr> -<tr id="i27" class="rowColor"> +<tr id="i28" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.Profile</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#save-org.apache.unomi.api.Profile-">save</a></span>(org.apache.unomi.api.Profile profile)</code> <div class="block">Saves the specified profile in the context server, sending a <code>profileUpdated</code> event.</div> </td> </tr> -<tr id="i28" class="altColor"> +<tr id="i29" class="rowColor"> <td class="colFirst"><code>org.apache.unomi.api.Persona</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#savePersona-org.apache.unomi.api.Persona-">savePersona</a></span>(org.apache.unomi.api.Persona persona)</code> <div class="block">Persists the specified <code>Persona</code> in the context server.</div> </td> </tr> -<tr id="i29" class="rowColor"> +<tr id="i30" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.PersonaWithSessions</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#savePersonaWithSessions-org.apache.unomi.api.PersonaWithSessions-">savePersonaWithSessions</a></span>(org.apache.unomi.api.PersonaWithSessions personaWithSessions)</code> <div class="block">Save the posted persona with its sessions</div> </td> </tr> -<tr id="i30" class="altColor"> +<tr id="i31" class="rowColor"> <td class="colFirst"><code>org.apache.unomi.api.Session</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#saveSession-org.apache.unomi.api.Session-">saveSession</a></span>(org.apache.unomi.api.Session session)</code> <div class="block">Saves the specified session.</div> </td> </tr> -<tr id="i31" class="rowColor"> +<tr id="i32" class="altColor"> <td class="colFirst"><code>org.apache.unomi.api.PartialList<org.apache.unomi.api.Session></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#searchSession-org.apache.unomi.api.query.Query-">searchSession</a></span>(org.apache.unomi.api.query.Query query)</code> <div class="block">Retrieves sessions matching the specified query.</div> </td> </tr> -<tr id="i32" class="altColor"> +<tr id="i33" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setEventService-org.apache.unomi.api.services.EventService-">setEventService</a></span>(org.apache.unomi.api.services.EventService eventService)</code> </td> </tr> -<tr id="i33" class="rowColor"> +<tr id="i34" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setLocalizationHelper-org.apache.unomi.rest.LocalizationHelper-">setLocalizationHelper</a></span>(<a href="../../../../org/apache/unomi/rest/LocalizationHelper.html" title="class in org.apache.unomi.rest">LocalizationHelper</a> localizationHelper)</code> </td> </tr> -<tr id="i34" class="altColor"> +<tr id="i35" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setProfileService-org.apache.unomi.api.services.ProfileService-">setProfileService</a></span>(org.apache.unomi.api.services.ProfileService profileService)</code> </td> </tr> -<tr id="i35" class="rowColor"> +<tr id="i36" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setPropertyType-org.apache.unomi.api.PropertyType-">setPropertyType</a></span>(org.apache.unomi.api.PropertyType property)</code> <div class="block">Persists the specified property type in the context server.</div> </td> </tr> -<tr id="i36" class="altColor"> +<tr id="i37" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setPropertyTypes-java.util.List-">setPropertyTypes</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.unomi.api.PropertyType> properties)</code> +<div class="block">Persists the specified properties type in the context server.</div> +</td> +</tr> +<tr id="i38" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/ProfileServiceEndPoint.html#setSegmentService-org.apache.unomi.api.services.SegmentService-">setSegmentService</a></span>(org.apache.unomi.api.services.SegmentService segmentService)</code> </td> </tr> @@ -964,7 +977,7 @@ public org.apache.unomi.api.Partial org.apache.unomi.api.Session session)</pre> </li> </ul> -<a name="getExistingProperties-java.lang.String-java.lang.String-java.lang.String-"> +<a name="getExistingProperties-java.lang.String-boolean-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> @@ -972,18 +985,21 @@ public org.apache.unomi.api.Partial <h4>getExistingProperties</h4> <pre>@GET @Path(value="/existingProperties") -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getExistingProperties(@QueryParam(value="tagId") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tagId, +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getExistingProperties(@QueryParam(value="tag") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tag, + @QueryParam(value="isSystemTag") + boolean isSystemTag, @QueryParam(value="itemType") <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> itemType, @HeaderParam(value="Accept-Language") <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> -<div class="block">Retrieves the existing property types for the specified type as defined by the Item subclass public field <code>ITEM_TYPE</code> and with the specified tag. +<div class="block">Retrieves the existing property types for the specified type as defined by the Item subclass public field <code>ITEM_TYPE</code> and with the specified tag or system tag. TODO: move to a different class</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>tagId</code> - the tag we're interested in</dd> +<dd><code>tag</code> - the tag we're interested in</dd> +<dd><code>isSystemTag</code> - if we should look in system tags instead of tags</dd> <dd><code>itemType</code> - the String representation of the item type we want to retrieve the count of, as defined by its class' <code>ITEM_TYPE</code> field</dd> <dd><code>language</code> - the value of the <code>Accept-Language</code> header to specify in which locale the properties description should be returned TODO unused</dd> <dt><span class="returnLabel">Returns:</span></dt> @@ -1012,30 +1028,27 @@ public <a href="http://docs.oracle. </dl> </li> </ul> -<a name="getPropertyTypesByTargetDeprecated-java.lang.String-java.lang.String-"> +<a name="getPropertyType-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>getPropertyTypesByTargetDeprecated</h4> +<h4>getPropertyType</h4> <pre>@GET - @Path(value="/properties/{target}") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getPropertyTypesByTargetDeprecated(@PathParam(value="target") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target, - @HeaderParam(value="Accept-Language") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> -<div class="block">Retrieves all the property types associated with the specified target. + @Path(value="/properties/{propertyId}") +public org.apache.unomi.api.PropertyType getPropertyType(@PathParam(value="propertyId") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> propertyId, + @HeaderParam(value="Accept-Language") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> +<div class="block">Retrieves the property type associated with the specified property ID. - TODO: move to a different class - Deprecated : use a /properties/targets collection instead, this URI will be used for looking up properties by id instead.</div> + TODO: move to a different class</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>target</code> - the target for which we want to retrieve the associated property types</dd> +<dd><code>propertyId</code> - the property ID for which we want to retrieve the associated property type</dd> <dd><code>language</code> - the value of the <code>Accept-Language</code> header to specify in which locale the properties description should be returned TODO unused</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>a collection of all the property types associated with the specified target</dd> +<dd>the property type associated with the specified ID</dd> </dl> </li> </ul> @@ -1047,12 +1060,10 @@ public <a href="http://docs.oracle. <h4>getPropertyTypesByTarget</h4> <pre>@GET @Path(value="/properties/targets/{target}") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getPropertyTypesByTarget(@PathParam(value="target") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target, - @HeaderParam(value="Accept-Language") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> -<div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target, + @HeaderParam(value="Accept-Language") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> <div class="block">Retrieves all the property types associated with the specified target. TODO: move to a different class</div> @@ -1065,28 +1076,50 @@ public <a href="http://docs.oracle. </dl> </li> </ul> -<a name="getPropertyTypeByTag-java.lang.String-boolean-java.lang.String-"> +<a name="getPropertyTypeByTag-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPropertyTypeByTag</h4> <pre>@GET - @Path(value="/properties/tags/{tagId}") -public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getPropertyTypeByTag(@PathParam(value="tagId") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> @QueryParam(value="recursive") @DefaultValue(value="false") - boolean recursive, - @HeaderParam(value="Accept-Language") - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> -<div class="block">Retrieves all property types with the specified tags also retrieving property types with sub-tags of the specified tags if so specified. + @Path(value="/properties/tags/{tags}") +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getPropertyTypeByTag(@PathParam(value="tags") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, + @HeaderParam(value="Accept-Language") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> +<div class="block">Retrieves all property types with the specified tags. + + TODO: move to a different class + TODO: passing a list of tags via a comma-separated list is not very RESTful</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>tags</code> - a comma-separated list of tag identifiers</dd> +<dd><code>language</code> - the value of the <code>Accept-Language</code> header to specify in which locale the properties description should be returned TODO unused</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a Set of the property types with the specified tag</dd> +</dl> +</li> +</ul> +<a name="getPropertyTypeBySystemTag-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPropertyTypeBySystemTag</h4> +<pre>@GET + @Path(value="/properties/systemTags/{tags}") +public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><org.apache.unomi.api.PropertyType> getPropertyTypeBySystemTag(@PathParam(value="tags") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tags, + @HeaderParam(value="Accept-Language") + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language)</pre> +<div class="block">Retrieves all property types with the specified tags. TODO: move to a different class TODO: passing a list of tags via a comma-separated list is not very RESTful</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>tags</code> - a comma-separated list of tag identifiers</dd> -<dd><code>recursive</code> - <code>true</code> if sub-tags of the specified tag should also be considered, <code>false</code> otherwise</dd> <dd><code>language</code> - the value of the <code>Accept-Language</code> header to specify in which locale the properties description should be returned TODO unused</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a Set of the property types with the specified tag</dd> @@ -1111,6 +1144,26 @@ public boolean setPropertyType <dt><span class="returnLabel">Returns:</span></dt> <dd><code>true</code> if the property type was properly created, <code>false</code> otherwise (for example, if the property type already existed</dd> </dl> +</li> +</ul> +<a name="setPropertyTypes-java.util.List-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setPropertyTypes</h4> +<pre>@POST + @Path(value="/properties/bulk") +public boolean setPropertyTypes(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.unomi.api.PropertyType> properties)</pre> +<div class="block">Persists the specified properties type in the context server. + + TODO: move to a different class</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>properties</code> - the properties type to persist</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd><code>true</code> if the property type was properly created, <code>false</code> otherwise (for example, if the property type already existed</dd> +</dl> </li> </ul> <a name="deleteProperty-java.lang.String-">
Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/QueryServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/QueryServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/QueryServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/QueryServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>QueryServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/RESTActionType.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTActionType.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTActionType.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTActionType.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RESTActionType (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -75,13 +75,13 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> +<li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> +<li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> @@ -118,6 +118,25 @@ extends <a href="http://docs.oracle.com/ <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#version">version</a></span></code> </td> +</tr> +</table> +</li> +</ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> @@ -164,28 +183,44 @@ extends <a href="http://docs.oracle.com/ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#getParameters--">getParameters</a></span>()</code> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/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/RESTActionType.html#getTags--">getTags</a></span>()</code> </td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/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/RESTActionType.html#getSystemTags--">getSystemTags</a></span>()</code> </td> </tr> <tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/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/RESTActionType.html#getTags--">getTags</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#getVersion--">getVersion</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setDescription-java.lang.String-">setDescription</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description)</code> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setId-java.lang.String-">setId</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setName-java.lang.String-">setName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setParameters-java.util.List-">setParameters</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest">RESTParameter</a>> parameters)</code> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setSystemTags-java.util.Set-">setSystemTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> systemTags)</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setTags-java.util.Set-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</code> </td> +</tr> +<tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setTags-java.util.Collection-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTActionType.html#setVersion-java.lang.Long-">setVersion</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version)</code> </td> </tr> </table> <ul class="blockList"> @@ -203,6 +238,23 @@ extends <a href="http://docs.oracle.com/ <div class="details"> <ul class="blockList"> <li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="version"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>version</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version</pre> +</li> +</ul> +</li> +</ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> @@ -286,16 +338,34 @@ extends <a href="http://docs.oracle.com/ <ul class="blockList"> <li class="blockList"> <h4>getTags</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> </li> </ul> -<a name="setTags-java.util.Collection-"> +<a name="setTags-java.util.Set-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTags</h4> -<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</pre> +<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</pre> +</li> +</ul> +<a name="getSystemTags--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSystemTags</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getSystemTags()</pre> +</li> +</ul> +<a name="setSystemTags-java.util.Set-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSystemTags</h4> +<pre>public void setSystemTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> systemTags)</pre> </li> </ul> <a name="getParameters--"> @@ -310,12 +380,30 @@ extends <a href="http://docs.oracle.com/ <a name="setParameters-java.util.List-"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setParameters</h4> <pre>public void setParameters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest">RESTParameter</a>> parameters)</pre> </li> </ul> +<a name="getVersion--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVersion</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> getVersion()</pre> +</li> +</ul> +<a name="setVersion-java.lang.Long-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setVersion</h4> +<pre>public void setVersion(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version)</pre> +</li> +</ul> </li> </ul> </li> @@ -369,13 +457,13 @@ extends <a href="http://docs.oracle.com/ <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> +<li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> +<li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTConditionType.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTConditionType.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTConditionType.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTConditionType.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RESTConditionType (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -75,13 +75,13 @@ var activeTableTab = "activeTableTab"; <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> +<li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> +<li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> @@ -118,6 +118,25 @@ extends <a href="http://docs.oracle.com/ <div class="summary"> <ul class="blockList"> <li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#version">version</a></span></code> </td> +</tr> +</table> +</li> +</ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> @@ -164,28 +183,44 @@ extends <a href="http://docs.oracle.com/ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#getParameters--">getParameters</a></span>()</code> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/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/RESTConditionType.html#getTags--">getTags</a></span>()</code> </td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/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/RESTConditionType.html#getSystemTags--">getSystemTags</a></span>()</code> </td> </tr> <tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/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/RESTConditionType.html#getTags--">getTags</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#getVersion--">getVersion</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setDescription-java.lang.String-">setDescription</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description)</code> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setId-java.lang.String-">setId</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</code> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setName-java.lang.String-">setName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setParameters-java.util.List-">setParameters</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest">RESTParameter</a>> parameters)</code> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setSystemTags-java.util.Set-">setSystemTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> systemTags)</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setTags-java.util.Set-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</code> </td> +</tr> +<tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setTags-java.util.Collection-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTConditionType.html#setVersion-java.lang.Long-">setVersion</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version)</code> </td> </tr> </table> <ul class="blockList"> @@ -203,6 +238,23 @@ extends <a href="http://docs.oracle.com/ <div class="details"> <ul class="blockList"> <li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="version"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>version</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version</pre> +</li> +</ul> +</li> +</ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> @@ -286,16 +338,34 @@ extends <a href="http://docs.oracle.com/ <ul class="blockList"> <li class="blockList"> <h4>getTags</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> </li> </ul> -<a name="setTags-java.util.Collection-"> +<a name="setTags-java.util.Set-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTags</h4> -<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</pre> +<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</pre> +</li> +</ul> +<a name="getSystemTags--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSystemTags</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getSystemTags()</pre> +</li> +</ul> +<a name="setSystemTags-java.util.Set-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSystemTags</h4> +<pre>public void setSystemTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> systemTags)</pre> </li> </ul> <a name="getParameters--"> @@ -310,12 +380,30 @@ extends <a href="http://docs.oracle.com/ <a name="setParameters-java.util.List-"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setParameters</h4> <pre>public void setParameters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest">RESTParameter</a>> parameters)</pre> </li> </ul> +<a name="getVersion--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVersion</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> getVersion()</pre> +</li> +</ul> +<a name="setVersion-java.lang.Long-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setVersion</h4> +<pre>public void setVersion(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> version)</pre> +</li> +</ul> </li> </ul> </li> @@ -369,13 +457,13 @@ extends <a href="http://docs.oracle.com/ <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> -<li>Field | </li> +<li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> -<li>Field | </li> +<li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTParameter.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTParameter.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTParameter.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTParameter.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RESTParameter (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/unomi/rest/RESTConditionType.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/unomi/rest/RESTValueType.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/unomi/rest/RESTParameter.html" target="_top">Frames</a></li> @@ -318,7 +318,7 @@ extends <a href="http://docs.oracle.com/ <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/unomi/rest/RESTConditionType.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/unomi/rest/RESTValueType.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/unomi/rest/RESTParameter.html" target="_top">Frames</a></li> Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTValueType.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTValueType.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTValueType.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RESTValueType.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RESTValueType (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/unomi/rest/RulesServiceEndPoint.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -160,7 +160,7 @@ extends <a href="http://docs.oracle.com/ <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTValueType.html#getName--">getName</a></span>()</code> </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest">RESTTag</a>></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/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/RESTValueType.html#getTags--">getTags</a></span>()</code> </td> </tr> <tr id="i4" class="altColor"> @@ -177,7 +177,7 @@ extends <a href="http://docs.oracle.com/ </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTValueType.html#setTags-java.util.Collection-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest">RESTTag</a>> tags)</code> </td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/unomi/rest/RESTValueType.html#setTags-java.util.Set-">setTags</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</code> </td> </tr> </table> <ul class="blockList"> @@ -278,16 +278,16 @@ extends <a href="http://docs.oracle.com/ <ul class="blockList"> <li class="blockList"> <h4>getTags</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest">RESTTag</a>> getTags()</pre> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getTags()</pre> </li> </ul> -<a name="setTags-java.util.Collection-"> +<a name="setTags-java.util.Set-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setTags</h4> -<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest">RESTTag</a>> tags)</pre> +<pre>public void setTags(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> tags)</pre> </li> </ul> </li> @@ -317,7 +317,7 @@ extends <a href="http://docs.oracle.com/ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/unomi/rest/RESTTag.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/unomi/rest/RESTParameter.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/unomi/rest/RulesServiceEndPoint.html" title="class in org.apache.unomi.rest"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> Modified: incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ResourceBundleHelper.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ResourceBundleHelper.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ResourceBundleHelper.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ResourceBundleHelper.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ResourceBundleHelper (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/RulesServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RulesServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RulesServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/RulesServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RulesServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/ScoringServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ScoringServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ScoringServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/ScoringServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ScoringServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/SegmentServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/SegmentServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/SegmentServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/SegmentServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:44 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SegmentServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/UserListServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/UserListServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/UserListServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/UserListServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:45 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>UserListServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/class-use/CampaignsServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/CampaignsServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/CampaignsServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/CampaignsServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:45 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.CampaignsServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/class-use/ClusterServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/ClusterServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/ClusterServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/ClusterServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:45 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.ClusterServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/class-use/DefinitionsServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/DefinitionsServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/DefinitionsServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/DefinitionsServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:45 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.DefinitionsServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <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-rest/apidocs/org/apache/unomi/rest/class-use/GoalsServiceEndPoint.html URL: http://svn.apache.org/viewvc/incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/GoalsServiceEndPoint.html?rev=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/GoalsServiceEndPoint.html (original) +++ incubator/unomi/website/unomi-rest/apidocs/org/apache/unomi/rest/class-use/GoalsServiceEndPoint.html Thu Oct 12 12:30:33 2017 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Mon Oct 02 10:02:45 CEST 2017 --> +<!-- Generated by javadoc (1.8.0_121) on Thu Oct 12 14:20:21 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.unomi.rest.GoalsServiceEndPoint (Apache Unomi :: REST API 1.3.0-incubating-SNAPSHOT API)</title> -<meta name="date" content="2017-10-02"> +<meta name="date" content="2017-10-12"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head>
