Modified: incubator/unomi/website/rest-api-doc/input/input.js URL: http://svn.apache.org/viewvc/incubator/unomi/website/rest-api-doc/input/input.js?rev=1802608&r1=1802607&r2=1802608&view=diff ============================================================================== --- incubator/unomi/website/rest-api-doc/input/input.js (original) +++ incubator/unomi/website/rest-api-doc/input/input.js Fri Jul 21 15:30:49 2017 @@ -15,7 +15,7 @@ com.qmino.miredot.restApiSource = { "jsonDocHidden":false, "singlePage":false, "hideLogoOnTop":false, - "dateOfGeneration":"2017-07-21 17:07:55", + "dateOfGeneration":"2017-07-21 17:29:10", "validLicense":true, "licenseErrorMessage":[ @@ -1234,7 +1234,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -1245,7 +1245,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -1256,26 +1256,26 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"tags", + "name":"parameters", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTParameter_in"], }, "deprecated":false, "required":false, }, { - "name":"parameters", + "name":"tags", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTParameter_in"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, @@ -1422,9 +1422,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1433,9 +1433,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1541,23 +1541,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"secure", + "name":"authenticationScheme", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"authenticationScheme", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -1670,23 +1670,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"domain", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"domain", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -1843,9 +1843,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1854,9 +1854,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1905,17 +1905,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"duration", - "comment":"the duration", - "fullComment":"Retrieves the duration.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, - { "name":"systemProperties", "comment":"a Map of system property name - value pairs", "fullComment":"Retrieves a Map of system property name - value pairs. System properties can be used by implementations to store non-user visible properties needed for internal purposes.", @@ -1934,6 +1923,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"duration", + "comment":"the duration", + "fullComment":"Retrieves the duration.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"profileId", "comment":"the identifier of the associated Profile", "fullComment":"Retrieves the identifier of the associated Profile.", @@ -2200,23 +2200,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"expiry", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"date string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"secure", + "name":"expiry", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"date string", }, "deprecated":false, "required":false, @@ -2684,17 +2684,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"parameters", - "comment":"a List of the defined <code>Parameter</code>s for this ConditionType", - "fullComment":"Sets the List of the defined <code>Parameter</code>s for this ConditionType.", - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Parameter_in"], - }, - "deprecated":false, - "required":false, - }, - { "name":"conditionEvaluator", "comment":"the condition evaluator", "fullComment":"Sets the condition evaluator.", @@ -2724,14 +2713,25 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"parameters", + "comment":"a List of the defined <code>Parameter</code>s for this ConditionType", + "fullComment":"Sets the List of the defined <code>Parameter</code>s for this ConditionType.", + "typeValue":{ + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Parameter_in"], + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].comment = "ConditionTypes define new conditions that can be applied to items (for example to decide whether a rule needs to be triggered or if a profile is considered as taking part in a campaign) or to perform queries against the stored unomi data"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -2740,9 +2740,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -2830,14 +2830,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"servletContext", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], - "deprecated":false, - "required":false, - }, - { "name":"attributeNames", "comment":null, "fullComment":null, @@ -2860,23 +2852,31 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"new", + "name":"servletContext", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "deprecated":false, + "required":false, + }, + { + "name":"lastAccessedTime", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"lastAccessedTime", + "name":"new", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -2931,23 +2931,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"initParameterNames", + "name":"servletName", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Enumeration<java.lang.String>", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"servletName", + "name":"initParameterNames", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Enumeration<java.lang.String>", }, "deprecated":false, "required":false, @@ -3006,9 +3006,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"currency", - "comment":"the currency", - "fullComment":"Sets the currency.", + "name":"campaignId", + "comment":"the campaign id", + "fullComment":"Sets the campaign id.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3017,9 +3017,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"campaignId", - "comment":"the campaign id", - "fullComment":"Sets the campaign id.", + "name":"currency", + "comment":"the currency", + "fullComment":"Sets the currency.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3054,9 +3054,9 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_in"].comment = "A specific campaign event to help analyzing your key performance indicators by marking specific dates during your campaign"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3065,9 +3065,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3095,9 +3095,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"currency", - "comment":"the currency", - "fullComment":"Retrieves the currency.", + "name":"campaignId", + "comment":"the identifier of the associated <code>Campaign</code>", + "fullComment":"Retrieves the identifier of the associated <code>Campaign</code>.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3106,9 +3106,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"campaignId", - "comment":"the identifier of the associated <code>Campaign</code>", - "fullComment":"Retrieves the identifier of the associated <code>Campaign</code>.", + "name":"currency", + "comment":"the currency", + "fullComment":"Retrieves the currency.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3283,18 +3283,18 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PartialList_org_apache_unomi_api_Session__out"].comment = "A list of elements representing a limited view of a larger list, starting from a given element (offset from the first) and showing only a given number of elements, instead of showing all of them"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"].content = [ { - "name":"conversionRate", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"startCount", + "name":"conversionRate", "comment":null, "fullComment":null, "typeValue":{ @@ -3305,7 +3305,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"targetCount", + "name":"startCount", "comment":null, "fullComment":null, "typeValue":{ @@ -3316,7 +3316,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"percentage", + "name":"targetCount", "comment":null, "fullComment":null, "typeValue":{ @@ -3327,12 +3327,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"key", + "name":"percentage", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -3412,7 +3412,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -3423,12 +3423,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"rank", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -3445,23 +3445,23 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"subTags", + "name":"rank", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"], + "type":"simple", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"description", + "name":"subTags", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"], }, "deprecated":false, "required":false, @@ -3493,45 +3493,45 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"rank", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"parentId", + "name":"rank", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"subTags", + "name":"parentId", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"], + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"description", + "name":"subTags", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"], }, "deprecated":false, "required":false, @@ -3563,41 +3563,41 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"parameters", + "name":"dateRanges", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"simple", - "typeValue":"object", - }, + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_DateRange_in"], }, "deprecated":false, "required":false, }, { - "name":"dateRanges", + "name":"ipRanges", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_DateRange_in"], + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_IpRange_in"], }, "deprecated":false, "required":false, }, { - "name":"ipRanges", + "name":"parameters", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_IpRange_in"], + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, }, "deprecated":false, "required":false, @@ -3779,23 +3779,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"statusCode", + "name":"reasonPhrase", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"reasonPhrase", + "name":"statusCode", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -3969,6 +3969,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"master", + "comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise", + "fullComment":"Determines whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, + { "name":"cpuLoad", "comment":"the cpu load", "fullComment":"Retrieves the cpu load.", @@ -4035,17 +4046,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"master", - "comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise", - "fullComment":"Determines whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations.", - "typeValue":{ - "type":"simple", - "typeValue":"boolean", - }, - "deprecated":false, - "required":false, - }, - { "name":"data", "comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise", "fullComment":"Determines whether this ClusterNode locally stores data.", @@ -4146,23 +4146,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"hidden", - "comment":"<code>true</code> if the associated entity needs to be hidden, <code>false</code> otherwise", - "fullComment":"Specifies whether the associated entity is hidden.", - "typeValue":{ - "type":"simple", - "typeValue":"boolean", - }, - "deprecated":false, - "required":false, - }, - { - "name":"missingPlugins", - "comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise", - "fullComment":"Specifies whether the associated entity is waiting on additional plugins to become available.", + "name":"description", + "comment":"the description", + "fullComment":"Sets the description.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -4201,12 +4190,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", - "comment":"the description", - "fullComment":"Sets the description.", + "name":"hidden", + "comment":"<code>true</code> if the associated entity needs to be hidden, <code>false</code> otherwise", + "fullComment":"Specifies whether the associated entity is hidden.", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -4225,6 +4214,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"missingPlugins", + "comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise", + "fullComment":"Specifies whether the associated entity is waiting on additional plugins to become available.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_in"].comment = "A class providing information about context server entities"; @@ -4274,9 +4274,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"scope", - "comment":"the scope for the entity associated with this Metadata", - "fullComment":"Retrieves the scope for the entity associated with this Metadata", + "name":"description", + "comment":"the description", + "fullComment":"Retrieves the description.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4285,23 +4285,23 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"missingPlugins", - "comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise", - "fullComment":"Whether the associated entity is waiting on additional plugins to become available to be able to properly perform its function.", + "name":"scope", + "comment":"the scope for the entity associated with this Metadata", + "fullComment":"Retrieves the scope for the entity associated with this Metadata", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"description", - "comment":"the description", - "fullComment":"Retrieves the description.", + "name":"enabled", + "comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise", + "fullComment":"Whether the associated entity is considered active by the context server, in particular to check if rules need to be created / triggered", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -4321,9 +4321,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"enabled", - "comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise", - "fullComment":"Whether the associated entity is considered active by the context server, in particular to check if rules need to be created / triggered", + "name":"missingPlugins", + "comment":"<code>true</code> if plugins are missing, <code>false</code> otherwise", + "fullComment":"Whether the associated entity is waiting on additional plugins to become available to be able to properly perform its function.", "typeValue":{ "type":"simple", "typeValue":"boolean", @@ -4388,6 +4388,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"cost", + "comment":"the cost incurred by this Campaign", + "fullComment":"Sets the cost incurred by this Campaign.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"startDate", "comment":"the start date", "fullComment":"Sets the start date for this Campaign.", @@ -4428,25 +4439,14 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, - { - "name":"cost", - "comment":"the cost incurred by this Campaign", - "fullComment":"Sets the cost incurred by this Campaign.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_in"].comment = "A goal-oriented, time-limited marketing operation that needs to be evaluated for return on investment performance by tracking the ratio of visits to conversions"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4455,9 +4455,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4496,6 +4496,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"cost", + "comment":"the cost incurred by this Campaign", + "fullComment":"Retrieves the cost incurred by this Campaign.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"startDate", "comment":"the start date", "fullComment":"Retrieves the start date for this Campaign.", @@ -4536,17 +4547,6 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, - { - "name":"cost", - "comment":"the cost incurred by this Campaign", - "fullComment":"Retrieves the cost incurred by this Campaign.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_out"].comment = "A goal-oriented, time-limited marketing operation that needs to be evaluated for return on investment performance by tracking the ratio of visits to conversions"; @@ -4563,7 +4563,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -4574,7 +4574,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -4648,18 +4648,18 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTValueType_out"].comment = "A representation of a <code>ValueType</code> better suited for definitions"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_DateRange_in"].content = [ { - "name":"from", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"object", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"to", + "name":"from", "comment":null, "fullComment":null, "typeValue":{ @@ -4670,12 +4670,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"key", + "name":"to", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"object", }, "deprecated":false, "required":false, @@ -4748,46 +4748,46 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"date", + "name":"mediaType", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"date string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], "deprecated":false, "required":false, }, { - "name":"acceptableMediaTypes", + "name":"cookies", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"], }, "deprecated":false, "required":false, }, { - "name":"mediaType", + "name":"date", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], + "typeValue":{ + "type":"simple", + "typeValue":"date string", + }, "deprecated":false, "required":false, }, { - "name":"cookies", + "name":"acceptableMediaTypes", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"], + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], }, "deprecated":false, "required":false, @@ -4869,27 +4869,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"metadata", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"object", - }, - }, - }, - "deprecated":false, - "required":false, - }, - { "name":"status", "comment":null, "fullComment":null, @@ -4901,29 +4880,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"entity", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"object", - }, - "deprecated":false, - "required":false, - }, - { - "name":"links", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"], - }, - "deprecated":false, - "required":false, - }, - { - "name":"headers", + "name":"metadata", "comment":null, "fullComment":null, "typeValue":{ @@ -4944,23 +4901,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"lastModified", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"date string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"date", + "name":"entity", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"date string", + "typeValue":"object", }, "deprecated":false, "required":false, @@ -5039,18 +4985,64 @@ com.qmino.miredot.restApiSource.tos["jav "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].ordered = false; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].comment = null; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].content = [ { - "name":"condition", - "comment":"the condition specifying which items to update", - "fullComment":"Specifies the condition which items to update.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], + "name":"lastModified", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"date string", + }, + "deprecated":false, + "required":false, + }, + { + "name":"date", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"date string", + }, + "deprecated":false, + "required":false, + }, + { + "name":"headers", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, + }, + }, + "deprecated":false, + "required":false, + }, + { + "name":"links", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"], + }, "deprecated":false, "required":false, }, +]; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].ordered = false; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response_out"].comment = null; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].content = [ { "name":"strategy", "comment":"the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed", @@ -5084,21 +5076,18 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].comment = "A representation of an operation to update the value of a property on items matching a specific condition"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].content = [ { - "name":"propertyValue", - "comment":"the new property value", - "fullComment":"Retrieves the new property value.", - "typeValue":{ - "type":"simple", - "typeValue":"object", - }, + "name":"condition", + "comment":"the condition specifying which items to update", + "fullComment":"Specifies the condition which items to update.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], "deprecated":false, "required":false, }, +]; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].ordered = false; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_in"].comment = "A representation of an operation to update the value of a property on items matching a specific condition"; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].content = [ { "name":"strategy", "comment":"the identifier for the <code>PropertyMergeStrategyType</code> to use during the update if needed", @@ -5122,6 +5111,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"propertyValue", + "comment":"the new property value", + "fullComment":"Retrieves the new property value.", + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, + "deprecated":false, + "required":false, + }, + { "name":"condition", "comment":"the condition which items we want to update must satisfy", "fullComment":"Retrieves the condition which items we want to update must satisfy.", @@ -5149,6 +5149,31 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { + "name":"urlPatterns", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, + "deprecated":false, + "required":false, + }, + { + "name":"isXml", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, + { "name":"elIgnored", "comment":null, "fullComment":null, @@ -5232,31 +5257,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"urlPatterns", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, - "deprecated":false, - "required":false, - }, - { - "name":"isXml", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"defaultContentType", "comment":null, "fullComment":null, @@ -5283,12 +5283,12 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].comment = null; com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_in"].content = [ { - "name":"locale", + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Locale", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -5327,12 +5327,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"characterEncoding", + "name":"locale", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Locale", }, "deprecated":false, "required":false, @@ -5353,64 +5353,64 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"bufferSize", + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"contentType", + "name":"committed", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"outputStream", + "name":"contentType", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, "deprecated":false, "required":false, }, { - "name":"locale", + "name":"outputStream", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"java.util.Locale", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"], "deprecated":false, "required":false, }, { - "name":"characterEncoding", + "name":"locale", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Locale", }, "deprecated":false, "required":false, }, { - "name":"committed", + "name":"bufferSize", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -5466,18 +5466,18 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport_out"].comment = "Report information about a <code>Goal</code>"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_NumericRange_in"].content = [ { - "name":"from", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"to", + "name":"from", "comment":null, "fullComment":null, "typeValue":{ @@ -5488,12 +5488,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"key", + "name":"to", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -5566,23 +5566,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"pathSegments", + "name":"requestUri", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_PathSegment_out"], + "type":"simple", + "typeValue":"java.net.URI", }, "deprecated":false, "required":false, }, { - "name":"requestUri", + "name":"pathSegments", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"java.net.URI", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_PathSegment_out"], }, "deprecated":false, "required":false, @@ -5750,17 +5750,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"title", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"params", "comment":null, "fullComment":null, @@ -5779,36 +5768,47 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"uriBuilder", + "name":"rel", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, "deprecated":false, "required":false, }, { - "name":"uri", + "name":"title", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.net.URI", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"rel", + "name":"uri", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.net.URI", }, "deprecated":false, "required":false, }, { + "name":"uriBuilder", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"], + "deprecated":false, + "required":false, + }, + { "name":"rels", "comment":null, "fullComment":null, @@ -5849,14 +5849,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"condition", - "comment":"the <code>Condition</code> associated with this Query", - "fullComment":"Sets the <code>Condition</code> associated with this Query.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], - "deprecated":false, - "required":false, - }, - { "name":"text", "comment":"the text to be used in full-text searches or <code>null</code> if no full-text search is needed for this Query", "fullComment":"Sets to be used in full-text searches", @@ -5868,23 +5860,31 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"forceRefresh", - "comment":"<code>true</code> if an index refresh is needed before performing this Query, <code>false</code> otherwise", - "fullComment":"Specifies whether or not an index refresh is needed before performing this Query.", + "name":"sortby", + "comment":"the String representation of the sorting specifications for this Query or <code>null</code> if no sorting is required", + "fullComment":"Sets the String representation of the sorting specifications for this Query if any. See <code>Query.getSortby()</code> method documentation for format.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"sortby", - "comment":"the String representation of the sorting specifications for this Query or <code>null</code> if no sorting is required", - "fullComment":"Sets the String representation of the sorting specifications for this Query if any. See <code>Query.getSortby()</code> method documentation for format.", + "name":"condition", + "comment":"the <code>Condition</code> associated with this Query", + "fullComment":"Sets the <code>Condition</code> associated with this Query.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], + "deprecated":false, + "required":false, + }, + { + "name":"forceRefresh", + "comment":"<code>true</code> if an index refresh is needed before performing this Query, <code>false</code> otherwise", + "fullComment":"Specifies whether or not an index refresh is needed before performing this Query.", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -5927,6 +5927,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"sortby", + "comment":"an optional (<code>null</code> if no sorting is required) String of comma (<code>,</code>) separated property names on which ordering should be performed, ordering elements according to the property order in the String, considering each in turn and moving on to the next one in case of equality of all preceding ones. Each property name is optionally followed by a column (<code>:</code>) and an order specifier: <code>asc</code> or <code>desc</code>.", + "fullComment":"Retrieves the sorting specifications for this Query in String format, if any.", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, + { "name":"condition", "comment":"the <code>Condition</code> associated with this Query", "fullComment":"Retrieves the <code>Condition</code> associated with this Query.", @@ -5945,17 +5956,6 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, - { - "name":"sortby", - "comment":"an optional (<code>null</code> if no sorting is required) String of comma (<code>,</code>) separated property names on which ordering should be performed, ordering elements according to the property order in the String, considering each in turn and moving on to the next one in case of equality of all preceding ones. Each property name is optionally followed by a column (<code>:</code>) and an order specifier: <code>asc</code> or <code>desc</code>.", - "fullComment":"Retrieves the sorting specifications for this Query in String format, if any.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Query_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Query_out"].comment = "A query wrapper gathering all elements needed for a potentially complex CXS query: <code>Condition</code>, offset, limit, sorting specification, etc"; @@ -6146,9 +6146,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6157,9 +6157,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6311,26 +6311,26 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"runAsRole", + "name":"mappings", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"mappings", + "name":"runAsRole", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -6453,9 +6453,9 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_in"].comment = "A user profile gathering all known information about a given user as well as segments it is part of and scores"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6464,9 +6464,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6558,7 +6558,7 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"].comment = "A user profile gathering all known information about a given user as well as segments it is part of and scores"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTParameter_in"].content = [ { - "name":"id", + "name":"type", "comment":null, "fullComment":null, "typeValue":{ @@ -6569,18 +6569,18 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"multivalued", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"type", + "name":"defaultValue", "comment":null, "fullComment":null, "typeValue":{ @@ -6591,12 +6591,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"defaultValue", + "name":"multivalued", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -6702,9 +6702,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6713,9 +6713,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6973,9 +6973,9 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Persona_in"].comment = "A persona is a \"virtual\" profile used to represent categories of profiles, and may also be used to test how a personalized experience would look like using this virtual profile"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Persona_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6984,9 +6984,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -7078,7 +7078,7 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Persona_out"].comment = "A persona is a \"virtual\" profile used to represent categories of profiles, and may also be used to test how a personalized experience would look like using this virtual profile"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_IpRange_in"].content = [ { - "name":"from", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ @@ -7089,7 +7089,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"to", + "name":"from", "comment":null, "fullComment":null, "typeValue":{ @@ -7100,7 +7100,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"key", + "name":"to", "comment":null, "fullComment":null, "typeValue":{ @@ -7167,10 +7167,13 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_in"].comment = null; com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_out"].content = [ { - "name":"request", + "name":"timeout", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"], + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, "deprecated":false, "required":false, }, @@ -7183,13 +7186,10 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"timeout", + "name":"request", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"], "deprecated":false, "required":false, }, @@ -7289,25 +7289,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"reader", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"java.io.BufferedReader", - }, - "deprecated":false, - "required":false, - }, - { - "name":"servletContext", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], - "deprecated":false, - "required":false, - }, - { "name":"attributeNames", "comment":null, "fullComment":null, @@ -7340,7 +7321,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"localName", + "name":"reader", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"java.io.BufferedReader", + }, + "deprecated":false, + "required":false, + }, + { + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ @@ -7384,111 +7376,114 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"secure", + "name":"localPort", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"remotePort", + "name":"localName", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"localAddr", + "name":"servletContext", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], "deprecated":false, "required":false, }, { - "name":"asyncStarted", + "name":"parameterNames", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"java.util.Enumeration<java.lang.String>", }, "deprecated":false, "required":false, }, { - "name":"asyncSupported", + "name":"serverName", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"asyncContext", + "name":"serverPort", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_out"], + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, "deprecated":false, "required":false, }, { - "name":"dispatcherType", + "name":"remoteAddr", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.enums["javax_servlet_DispatcherType"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, "deprecated":false, "required":false, }, { - "name":"locales", + "name":"remoteHost", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Enumeration<java.util.Locale>", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"characterEncoding", + "name":"locales", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Enumeration<java.util.Locale>", }, "deprecated":false, "required":false, }, { - "name":"parameterNames", + "name":"remotePort", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Enumeration<java.lang.String>", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"serverName", + "name":"localAddr", "comment":null, "fullComment":null, "typeValue":{ @@ -7499,45 +7494,50 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"serverPort", + "name":"asyncStarted", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"remoteAddr", + "name":"asyncSupported", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"remoteHost", + "name":"asyncContext", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_AsyncContext_out"], + "deprecated":false, + "required":false, + }, + { + "name":"dispatcherType", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.enums["javax_servlet_DispatcherType"], "deprecated":false, "required":false, }, { - "name":"localPort", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -7554,13 +7554,10 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"parts", + "name":"session", "comment":null, "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Part_out"], - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSession_out"], "deprecated":false, "required":false, }, @@ -7576,20 +7573,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"session", + "name":"cookies", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSession_out"], + "typeValue":{ + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Cookie_out"], + }, "deprecated":false, "required":false, }, { - "name":"queryString", + "name":"parts", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Part_out"], }, "deprecated":false, "required":false, @@ -7606,17 +7606,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"cookies", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Cookie_out"], - }, - "deprecated":false, - "required":false, - }, - { "name":"authType", "comment":null, "fullComment":null, @@ -7759,6 +7748,17 @@ com.qmino.miredot.restApiSource.tos["jav "deprecated":false, "required":false, }, + { + "name":"queryString", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"].ordered = false; com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"].comment = null; @@ -7784,58 +7784,58 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"uriInfo", + "name":"httpHeaders", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriInfo_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"], "deprecated":false, "required":false, }, { - "name":"httpServletRequest", + "name":"providers", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"], "deprecated":false, "required":false, }, { - "name":"httpServletResponse", + "name":"uriInfo", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletResponse_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriInfo_out"], "deprecated":false, "required":false, }, { - "name":"servletContext", + "name":"httpServletRequest", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletRequest_out"], "deprecated":false, "required":false, }, { - "name":"servletConfig", + "name":"httpServletResponse", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpServletResponse_out"], "deprecated":false, "required":false, }, { - "name":"httpHeaders", + "name":"servletContext", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_HttpHeaders_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], "deprecated":false, "required":false, }, { - "name":"providers", + "name":"servletConfig", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"], "deprecated":false, "required":false, }, @@ -7893,14 +7893,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"condition", - "comment":"the condition that, when satisfied, triggers the rule.", - "fullComment":"Sets the condition that, when satisfied, triggers the rule..", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], - "deprecated":false, - "required":false, - }, - { "name":"actions", "comment":"the actions to be performed when this rule triggers", "fullComment":"Sets the actions to be performed when this rule triggers.", @@ -7947,14 +7939,22 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"condition", + "comment":"the condition that, when satisfied, triggers the rule.", + "fullComment":"Sets the condition that, when satisfied, triggers the rule..", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_in"], + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].comment = "A conditional set of actions to be executed in response to incoming events"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -7963,9 +7963,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8004,14 +8004,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"condition", - "comment":"the condition that, when satisfied, triggers the rule.", - "fullComment":"Retrieves the condition that, when satisfied, triggers the rule.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], - "deprecated":false, - "required":false, - }, - { "name":"linkedItems", "comment":"the linked items", "fullComment":"Retrieves the linked items.", @@ -8047,6 +8039,14 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"condition", + "comment":"the condition that, when satisfied, triggers the rule.", + "fullComment":"Retrieves the condition that, when satisfied, triggers the rule.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_out"].comment = "A conditional set of actions to be executed in response to incoming events"; @@ -8097,9 +8097,9 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_Scoring_in"].comment = "A set of conditions associated with a value to assign to <code>Profile</code>s when matching so that the associated users can be scored along that dimension"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_Scoring_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8108,9 +8108,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8183,31 +8183,20 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"rank", - "comment":"the rank of this PropertyType for ordering purpose", - "fullComment":"Specifies the rank of this PropertyType for ordering purpose.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, - { - "name":"multivalued", - "comment":"<code>true</code> if properties of this type should be multi-valued, <code>false</code> otherwise", - "fullComment":"Specifies whether properties using this property type are multi-valued.", + "name":"defaultValue", + "comment":"the default value that properties using this PropertyType will use if no value is specified explicitly", + "fullComment":"Sets the default value that properties using this PropertyType will use if no value is specified explicitly.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"defaultValue", - "comment":"the default value that properties using this PropertyType will use if no value is specified explicitly", - "fullComment":"Sets the default value that properties using this PropertyType will use if no value is specified explicitly.", + "name":"type", + "comment":"the value type identifier", + "fullComment":"Sets the value type identifier.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8227,17 +8216,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"type", - "comment":"the value type identifier", - "fullComment":"Sets the value type identifier.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"automaticMappingsFrom", "comment":"the set of JCR properties from which properties of this type would be automatically initialized from", "fullComment":"Specifies the set of JCR properties from which properties of this type would be automatically initialized from. TODO: remove from API?", @@ -8306,14 +8284,36 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"multivalued", + "comment":"<code>true</code> if properties of this type should be multi-valued, <code>false</code> otherwise", + "fullComment":"Specifies whether properties using this property type are multi-valued.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, + { + "name":"rank", + "comment":"the rank of this PropertyType for ordering purpose", + "fullComment":"Specifies the rank of this PropertyType for ordering purpose.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_in"].comment = "A user-defined profile or session property, specifying how possible values are constrained, if the value is multi-valued (a vector of values as opposed to a scalar value)"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_out"].content = [ { - "name":"itemId", - "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", - "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", + "name":"itemType", + "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", + "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8322,9 +8322,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"itemType", - "comment":"a String representation of this Item's type, must equal the <code>ITEM_TYPE</code> value", - "fullComment":"Retrieves the Item's type used to assert metadata and structure common to Items of this type, notably for persistence purposes. The Item's type <strong>must</strong> match the value defined by the implementation's <code>ITEM_TYPE</code> public constant.", + "name":"itemId", + "comment":"a String representation of the identifier, no particular format is prescribed as long as it is guaranteed unique for this particular Item.", + "fullComment":"Retrieves the Item's identifier used to uniquely identify this Item when persisted or when referred to. An Item's identifier must be unique among Items with the same type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -8385,12 +8385,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"multivalued", - "comment":"<code>true</code> if properties of this type should be multi-valued, <code>false</code> otherwise", - "fullComment":"Whether properties using this property type are multi-valued.", + "name":"type", + "comment":"the value type identifier associated with values defined by this PropertyType", + "fullComment":"Retrieves the identifier of the value type constraining values for properties using this PropertyType.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -8407,17 +8407,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"type", - "comment":"the value type identifier associated with values defined by this PropertyType", - "fullComment":"Retrieves the identifier of the value type constraining values for properties using this PropertyType.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"automaticMappingsFrom", "comment":"the name of JCR properties properties of this type would be automatically initialized from", "fullComment":"Retrieves the set of JCR properties from which properties of this type would be automatically initialized from. TODO: remove from API?", @@ -8475,6 +8464,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"multivalued", + "comment":"<code>true</code> if properties of this type should be multi-valued, <code>false</code> otherwise", + "fullComment":"Whether properties using this property type are multi-valued.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PropertyType_out"].comment = "A user-defined profile or session property, specifying how possible values are constrained, if the value is multi-valued (a vector of values as opposed to a scalar value)"; @@ -8823,29 +8823,29 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"path", + "name":"version", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"maxAge", + "name":"path", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"version", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ @@ -8937,45 +8937,45 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"domain", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"domain", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"version", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple",
[... 610 lines stripped ...]
