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=1808844&r1=1808843&r2=1808844&view=diff ============================================================================== --- incubator/unomi/website/rest-api-doc/input/input.js (original) +++ incubator/unomi/website/rest-api-doc/input/input.js Tue Sep 19 08:48:08 2017 @@ -6,8 +6,8 @@ var com = { }; com.qmino.miredot.restApiSource = { "projectName":"Apache Unomi :: REST API", - "projectVersion":"1.2.0-incubating-SNAPSHOT", - "projectTitle":"Documentation for Apache Unomi's RESTful API 1.2.0-incubating-SNAPSHOT", + "projectVersion":"1.3.0-incubating-SNAPSHOT", + "projectTitle":"Documentation for Apache Unomi's RESTful API 1.3.0-incubating-SNAPSHOT", "buildSystem":"maven 3", "miredotVersion":"2.0.3", "miredotRevision":"22d2e7a3171a+", @@ -15,7 +15,7 @@ com.qmino.miredot.restApiSource = { "jsonDocHidden":false, "singlePage":false, "hideLogoOnTop":false, - "dateOfGeneration":"2017-07-21 17:29:10", + "dateOfGeneration":"2017-09-19 10:43:40", "validLicense":true, "licenseErrorMessage":[ @@ -1094,17 +1094,6 @@ com.qmino.miredot.restApiSource.enums = }; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_in"].content = [ { - "name":"hidden", - "comment":"<code>true</code> if the Tag needs to be hidden, <code>false</code> otherwise", - "fullComment":"Specifies whether this Tag is hidden.", - "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.", @@ -1127,6 +1116,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"hidden", + "comment":"<code>true</code> if the Tag needs to be hidden, <code>false</code> otherwise", + "fullComment":"Specifies whether this Tag is hidden.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, + { "name":"parent", "comment":"the identifier of this Tag's parent Tag", "fullComment":"Retrieves the identifier of this Tag's parent Tag.", @@ -1234,7 +1234,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -1245,7 +1245,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -1358,9 +1358,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", @@ -1369,9 +1369,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", @@ -1422,9 +1422,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", @@ -1433,9 +1433,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", @@ -1541,23 +1541,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"authenticationScheme", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"secure", + "name":"authenticationScheme", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -1589,23 +1589,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -1681,23 +1681,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -1740,9 +1740,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", @@ -1751,9 +1751,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", @@ -1843,9 +1843,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", @@ -1854,9 +1854,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", @@ -2167,23 +2167,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -2200,23 +2200,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"secure", + "name":"expiry", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"date string", }, "deprecated":false, "required":false, }, { - "name":"expiry", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"date string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -2371,18 +2371,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"subtype", + "name":"wildcardType", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"wildcardType", + "name":"wildcardSubtype", "comment":null, "fullComment":null, "typeValue":{ @@ -2393,12 +2393,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"wildcardSubtype", + "name":"subtype", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -2654,9 +2654,9 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_ConditionType_in"].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", @@ -2665,9 +2665,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", @@ -2729,9 +2729,9 @@ com.qmino.miredot.restApiSource.tos["org 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":"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", @@ -2740,9 +2740,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", @@ -2841,17 +2841,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"creationTime", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, - { "name":"servletContext", "comment":null, "fullComment":null, @@ -2860,7 +2849,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"lastAccessedTime", + "name":"creationTime", "comment":null, "fullComment":null, "typeValue":{ @@ -2871,12 +2860,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"new", + "name":"lastAccessedTime", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -2914,6 +2903,17 @@ com.qmino.miredot.restApiSource.tos["jav "deprecated":false, "required":false, }, + { + "name":"new", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSession_out"].ordered = false; com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSession_out"].comment = null; @@ -2965,9 +2965,9 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_in"].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", @@ -2976,9 +2976,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", @@ -3006,17 +3006,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"campaignId", - "comment":"the campaign id", - "fullComment":"Sets the campaign id.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"currency", "comment":"the currency", "fullComment":"Sets the currency.", @@ -3049,14 +3038,25 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"campaignId", + "comment":"the campaign id", + "fullComment":"Sets the campaign id.", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_in"].ordered = false; 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":"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", @@ -3065,9 +3065,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", @@ -3095,17 +3095,6 @@ 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>.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"currency", "comment":"the currency", "fullComment":"Retrieves the currency.", @@ -3138,6 +3127,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "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", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_events_CampaignEvent_out"].comment = "A specific campaign event to help analyzing your key performance indicators by marking specific dates during your campaign"; @@ -3412,7 +3412,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -3423,7 +3423,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -3493,23 +3493,23 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"rank", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"rank", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -3563,41 +3563,41 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"dateRanges", + "name":"parameters", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_DateRange_in"], + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, }, "deprecated":false, "required":false, }, { - "name":"ipRanges", + "name":"dateRanges", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_IpRange_in"], + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_DateRange_in"], }, "deprecated":false, "required":false, }, { - "name":"parameters", + "name":"ipRanges", "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_IpRange_in"], }, "deprecated":false, "required":false, @@ -3779,23 +3779,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"reasonPhrase", + "name":"statusCode", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"statusCode", + "name":"reasonPhrase", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -3805,9 +3805,9 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].content = [ { - "name":"master", - "comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise", - "fullComment":"Specifies whether this ClusterNode is a master node, i.e. this node doesn't store any data but is only focused on cluster management operations..", + "name":"data", + "comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise", + "fullComment":"Specifies whether this ClusterNode locally stores data.", "typeValue":{ "type":"simple", "typeValue":"boolean", @@ -3816,9 +3816,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"data", - "comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise", - "fullComment":"Specifies whether this ClusterNode locally stores data.", + "name":"master", + "comment":"<code>true</code> if this node is a master node, <code>false</code> otherwise", + "fullComment":"Specifies 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", @@ -3958,17 +3958,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"uptime", - "comment":"the uptime", - "fullComment":"Retrieves the uptime.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "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.", @@ -4056,6 +4045,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"uptime", + "comment":"the uptime", + "fullComment":"Retrieves the uptime.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].comment = "Information about a cluster node"; @@ -4146,9 +4146,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", - "comment":"the description", - "fullComment":"Sets the description.", + "name":"scope", + "comment":"the scope", + "fullComment":"Sets the scope.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4179,23 +4179,23 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"scope", - "comment":"the scope", - "fullComment":"Sets the scope.", + "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":"string", + "typeValue":"boolean", }, "deprecated":false, "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.", + "name":"description", + "comment":"the description", + "fullComment":"Sets the description.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -4215,9 +4215,9 @@ com.qmino.miredot.restApiSource.tos["org "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":"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", @@ -4274,6 +4274,17 @@ 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.", + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, + "deprecated":false, + "required":false, + }, + { "name":"description", "comment":"the description", "fullComment":"Retrieves the description.", @@ -4320,25 +4331,14 @@ 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":"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", - }, - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Metadata_out"].comment = "A class providing information about context server entities"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_campaigns_Campaign_in"].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", @@ -4347,9 +4347,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", @@ -4388,17 +4388,6 @@ 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.", @@ -4429,6 +4418,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":"primaryGoal", "comment":"the identifier for this Campaign's primary <code>Goal</code>", "fullComment":"Sets the identifier for this Campaign's primary <code>Goal</code>.", @@ -4444,9 +4444,9 @@ com.qmino.miredot.restApiSource.tos["org 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":"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", @@ -4455,9 +4455,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", @@ -4496,17 +4496,6 @@ 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.", @@ -4537,6 +4526,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":"primaryGoal", "comment":"the identifier for this Campaign's primary <code>Goal</code>", "fullComment":"Retrieves the identifier for this Campaign's primary <code>Goal</code>.", @@ -4563,7 +4563,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -4574,7 +4574,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -4748,6 +4748,17 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { + "name":"date", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"date string", + }, + "deprecated":false, + "required":false, + }, + { "name":"mediaType", "comment":null, "fullComment":null, @@ -4771,17 +4782,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"date", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"date string", - }, - "deprecated":false, - "required":false, - }, - { "name":"acceptableMediaTypes", "comment":null, "fullComment":null, @@ -4869,17 +4869,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"status", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, - { "name":"metadata", "comment":null, "fullComment":null, @@ -4901,48 +4890,40 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"entity", + "name":"status", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"object", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"statusInfo", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"], - "deprecated":false, - "required":false, - }, - { - "name":"mediaType", + "name":"entity", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, "deprecated":false, "required":false, }, { - "name":"allowedMethods", + "name":"links", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"], }, "deprecated":false, "required":false, }, { - "name":"cookies", + "name":"headers", "comment":null, "fullComment":null, "typeValue":{ @@ -4951,64 +4932,94 @@ com.qmino.miredot.restApiSource.tos["jav "type":"simple", "typeValue":"string", }, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_NewCookie_out"], + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, + }, }, "deprecated":false, "required":false, }, { - "name":"entityTag", + "name":"lastModified", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_EntityTag_out"], + "typeValue":{ + "type":"simple", + "typeValue":"date string", + }, "deprecated":false, "required":false, }, { - "name":"stringHeaders", + "name":"date", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ + "type":"simple", + "typeValue":"date string", + }, + "deprecated":false, + "required":false, + }, + { + "name":"statusInfo", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"], + "deprecated":false, + "required":false, + }, + { + "name":"mediaType", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], + "deprecated":false, + "required":false, + }, + { + "name":"allowedMethods", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"collection", + "typeValue":{ "type":"simple", "typeValue":"string", }, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, }, "deprecated":false, "required":false, }, { - "name":"lastModified", + "name":"cookies", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"date string", + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_NewCookie_out"], }, "deprecated":false, "required":false, }, { - "name":"date", + "name":"entityTag", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"date string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_EntityTag_out"], "deprecated":false, "required":false, }, { - "name":"headers", + "name":"stringHeaders", "comment":null, "fullComment":null, "typeValue":{ @@ -5021,24 +5032,13 @@ com.qmino.miredot.restApiSource.tos["jav "type":"collection", "typeValue":{ "type":"simple", - "typeValue":"object", + "typeValue":"string", }, }, }, "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; @@ -5055,6 +5055,14 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "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, + }, + { "name":"propertyName", "comment":"an Apache Commons BeanUtils expression identifying which property we want to update", "fullComment":"Specifies (as an Apache Commons BeanUtils expression) which property needs to be updated.", @@ -5076,14 +5084,6 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, - { - "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"; @@ -5100,17 +5100,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"propertyName", - "comment":"an Apache Commons BeanUtils expression identifying which property we want to update", - "fullComment":"Retrieves the property name which value needs to be updated. Note that the property name follows the <a href=./org/apache/unomi/api/'https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils/expression/DefaultResolver.html'>Apache Commons BeanUtils expression format</a>", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"propertyValue", "comment":"the new property value", "fullComment":"Retrieves the new property value.", @@ -5129,6 +5118,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"propertyName", + "comment":"an Apache Commons BeanUtils expression identifying which property we want to update", + "fullComment":"Retrieves the property name which value needs to be updated. Note that the property name follows the <a href=./org/apache/unomi/api/'https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils/expression/DefaultResolver.html'>Apache Commons BeanUtils expression format</a>", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_BatchUpdate_out"].comment = "A representation of an operation to update the value of a property on items matching a specific condition"; @@ -5149,21 +5149,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"urlPatterns", + "name":"defaultContentType", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"isXml", + "name":"errorOnUndeclaredNamespace", "comment":null, "fullComment":null, "typeValue":{ @@ -5174,7 +5171,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"elIgnored", + "name":"pageEncoding", "comment":null, "fullComment":null, "typeValue":{ @@ -5185,7 +5182,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"pageEncoding", + "name":"scriptingInvalid", "comment":null, "fullComment":null, "typeValue":{ @@ -5196,7 +5193,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"scriptingInvalid", + "name":"isXml", "comment":null, "fullComment":null, "typeValue":{ @@ -5207,7 +5204,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"includePreludes", + "name":"urlPatterns", "comment":null, "fullComment":null, "typeValue":{ @@ -5221,43 +5218,46 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"includeCodas", + "name":"elIgnored", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"deferredSyntaxAllowedAsLiteral", + "name":"includePreludes", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"trimDirectiveWhitespaces", + "name":"includeCodas", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"defaultContentType", + "name":"deferredSyntaxAllowedAsLiteral", "comment":null, "fullComment":null, "typeValue":{ @@ -5268,7 +5268,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"errorOnUndeclaredNamespace", + "name":"trimDirectiveWhitespaces", "comment":null, "fullComment":null, "typeValue":{ @@ -5283,7 +5283,7 @@ 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":"characterEncoding", + "name":"contentType", "comment":null, "fullComment":null, "typeValue":{ @@ -5294,7 +5294,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"bufferSize", + "name":"contentLength", "comment":null, "fullComment":null, "typeValue":{ @@ -5305,18 +5305,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"contentType", + "name":"locale", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Locale", }, "deprecated":false, "required":false, }, { - "name":"contentLength", + "name":"bufferSize", "comment":null, "fullComment":null, "typeValue":{ @@ -5327,12 +5327,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"locale", + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Locale", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -5353,53 +5353,53 @@ 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, }, { - "name":"committed", + "name":"contentType", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"contentType", + "name":"outputStream", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"], "deprecated":false, "required":false, }, { - "name":"outputStream", + "name":"characterEncoding", "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":"committed", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Locale", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -5420,21 +5420,21 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport_in"].content = [ { - "name":"globalStats", + "name":"split", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"], + "typeValue":{ + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"], + }, "deprecated":false, "required":false, }, { - "name":"split", + "name":"globalStats", "comment":null, "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"], - }, + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_in"], "deprecated":false, "required":false, }, @@ -5768,7 +5768,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"rel", + "name":"title", "comment":null, "fullComment":null, "typeValue":{ @@ -5779,23 +5779,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"title", + "name":"uri", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.net.URI", }, "deprecated":false, "required":false, }, { - "name":"uri", + "name":"rel", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.net.URI", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -5838,17 +5838,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"limit", - "comment":"a positive integer specifying how many matching items should be retrieved or <code>-1</code> if all of them should be retrieved", - "fullComment":"Sets the number of elements to retrieve.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "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", @@ -5889,6 +5878,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"limit", + "comment":"a positive integer specifying how many matching items should be retrieved or <code>-1</code> if all of them should be retrieved", + "fullComment":"Sets the number of elements to retrieve.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Query_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Query_in"].comment = "A query wrapper gathering all elements needed for a potentially complex CXS query: <code>Condition</code>, offset, limit, sorting specification, etc"; @@ -5927,6 +5927,14 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"condition", + "comment":"the <code>Condition</code> associated with this Query", + "fullComment":"Retrieves the <code>Condition</code> associated with this Query.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], + "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.", @@ -5938,14 +5946,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"condition", - "comment":"the <code>Condition</code> associated with this Query", - "fullComment":"Retrieves the <code>Condition</code> associated with this Query.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], - "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":"Determines whether or not an index refresh is needed before performing this Query", @@ -6032,9 +6032,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", @@ -6043,9 +6043,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", @@ -6146,9 +6146,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", @@ -6157,9 +6157,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", @@ -6348,9 +6348,9 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_ServletInputStream_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_in"].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", @@ -6359,9 +6359,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", @@ -6421,7 +6421,7 @@ com.qmino.miredot.restApiSource.tos["org }, { "name":"mergedWith", - "comment":"TODO: should be removed from the API", + "comment":"new value for mergedWith", "fullComment":"TODO: should be removed from the API", "typeValue":{ "type":"simple", @@ -6432,7 +6432,7 @@ com.qmino.miredot.restApiSource.tos["org }, { "name":"scores", - "comment":"TODO: should be removed from the API", + "comment":"new value for scores", "fullComment":"TODO: should be removed from the API", "typeValue":{ "type":"map", @@ -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":"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", @@ -6464,9 +6464,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", @@ -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":"type", + "name":"defaultValue", "comment":null, "fullComment":null, "typeValue":{ @@ -6580,7 +6580,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"defaultValue", + "name":"type", "comment":null, "fullComment":null, "typeValue":{ @@ -6665,9 +6665,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", @@ -6676,9 +6676,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", @@ -6702,9 +6702,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", @@ -6713,9 +6713,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", @@ -6868,9 +6868,9 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PartialList_org_apache_unomi_api_campaigns_CampaignDetail__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_Persona_in"].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", @@ -6879,9 +6879,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", @@ -6941,7 +6941,7 @@ com.qmino.miredot.restApiSource.tos["org }, { "name":"mergedWith", - "comment":"TODO: should be removed from the API", + "comment":"new value for mergedWith", "fullComment":"TODO: should be removed from the API", "typeValue":{ "type":"simple", @@ -6952,7 +6952,7 @@ com.qmino.miredot.restApiSource.tos["org }, { "name":"scores", - "comment":"TODO: should be removed from the API", + "comment":"new value for scores", "fullComment":"TODO: should be removed from the API", "typeValue":{ "type":"map", @@ -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":"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", @@ -6984,9 +6984,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", @@ -7178,18 +7178,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"response", + "name":"request", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"], "deprecated":false, "required":false, }, { - "name":"request", + "name":"response", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletRequest_out"], + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletResponse_out"], "deprecated":false, "required":false, }, @@ -7289,17 +7289,6 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"attributeNames", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"java.util.Enumeration<java.lang.String>", - }, - "deprecated":false, - "required":false, - }, - { "name":"parameterMap", "comment":null, "fullComment":null, @@ -7321,34 +7310,42 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"reader", + "name":"attributeNames", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.io.BufferedReader", + "typeValue":"java.util.Enumeration<java.lang.String>", }, "deprecated":false, "required":false, }, { - "name":"characterEncoding", + "name":"servletContext", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "deprecated":false, + "required":false, + }, + { + "name":"contentLength", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"contentLength", + "name":"locale", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"java.util.Locale", }, "deprecated":false, "required":false, @@ -7365,29 +7362,29 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"locale", + "name":"localName", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Locale", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"localPort", + "name":"reader", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"java.io.BufferedReader", }, "deprecated":false, "required":false, }, { - "name":"localName", + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ @@ -7398,10 +7395,13 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"servletContext", + "name":"secure", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "typeValue":{ + "type":"simple", + "typeValue":"boolean", + }, "deprecated":false, "required":false, }, @@ -7532,12 +7532,12 @@ 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, @@ -7554,6 +7554,17 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { + "name":"userPrincipal", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"java.security.Principal", + }, + "deprecated":false, + "required":false, + }, + { "name":"session", "comment":null, "fullComment":null, @@ -7562,45 +7573,45 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"userPrincipal", + "name":"queryString", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.security.Principal", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"cookies", + "name":"headerNames", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Cookie_out"], + "type":"simple", + "typeValue":"java.util.Enumeration<java.lang.String>", }, "deprecated":false, "required":false, }, { - "name":"parts", + "name":"cookies", "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_Cookie_out"], }, "deprecated":false, "required":false, }, { - "name":"headerNames", + "name":"parts", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"java.util.Enumeration<java.lang.String>", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_Part_out"], }, "deprecated":false, "required":false, @@ -7748,17 +7759,6 @@ 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; @@ -7776,14 +7776,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"request", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Request_out"], - "deprecated":false, - "required":false, - }, - { "name":"httpHeaders", "comment":null, "fullComment":null, @@ -7792,14 +7784,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"providers", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"], - "deprecated":false, - "required":false, - }, - { "name":"uriInfo", "comment":null, "fullComment":null, @@ -7839,6 +7823,22 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"request", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Request_out"], + "deprecated":false, + "required":false, + }, + { + "name":"providers", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_ext_Providers_out"], + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_cxf_jaxrs_ext_MessageContext_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_cxf_jaxrs_ext_MessageContext_out"].comment = null; @@ -7852,9 +7852,9 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_ServletOutputStream_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_Rule_in"].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", @@ -7863,9 +7863,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", @@ -7952,9 +7952,9 @@ com.qmino.miredot.restApiSource.tos["org 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":"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", @@ -7963,9 +7963,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", @@ -8052,9 +8052,9 @@ com.qmino.miredot.restApiSource.tos["org 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"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_segments_Scoring_in"].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",
[... 1251 lines stripped ...]
