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=1811953&r1=1811952&r2=1811953&view=diff ============================================================================== --- incubator/unomi/website/rest-api-doc/input/input.js (original) +++ incubator/unomi/website/rest-api-doc/input/input.js Thu Oct 12 12:30:33 2017 @@ -15,7 +15,7 @@ com.qmino.miredot.restApiSource = { "jsonDocHidden":false, "singlePage":false, "hideLogoOnTop":false, - "dateOfGeneration":"2017-10-02 10:07:23", + "dateOfGeneration":"2017-10-12 14:26:12", "validLicense":true, "licenseErrorMessage":[ @@ -31,18 +31,6 @@ com.qmino.miredot.restApiSource = { }; com.qmino.miredot.restApiSource.tos = { - "org_apache_unomi_api_Tag_in":{ - "type":"complex", - "name":"org_apache_unomi_api_Tag_in", - "content":[ - ], - }, - "org_apache_unomi_api_Tag_out":{ - "type":"complex", - "name":"org_apache_unomi_api_Tag_out", - "content":[ - ], - }, "org_apache_unomi_rest_RESTConditionType_in":{ "type":"complex", "name":"org_apache_unomi_rest_RESTConditionType_in", @@ -295,15 +283,15 @@ com.qmino.miredot.restApiSource.tos = { "content":[ ], }, - "org_apache_unomi_rest_RESTTag_in":{ + "javax_servlet_FilterRegistration_in":{ "type":"complex", - "name":"org_apache_unomi_rest_RESTTag_in", + "name":"javax_servlet_FilterRegistration_in", "content":[ ], }, - "org_apache_unomi_rest_RESTTag_out":{ + "javax_servlet_FilterRegistration_out":{ "type":"complex", - "name":"org_apache_unomi_rest_RESTTag_out", + "name":"javax_servlet_FilterRegistration_out", "content":[ ], }, @@ -319,15 +307,15 @@ com.qmino.miredot.restApiSource.tos = { "content":[ ], }, - "javax_servlet_FilterRegistration_in":{ + "org_apache_unomi_api_ClusterNode_in":{ "type":"complex", - "name":"javax_servlet_FilterRegistration_in", + "name":"org_apache_unomi_api_ClusterNode_in", "content":[ ], }, - "javax_servlet_FilterRegistration_out":{ + "org_apache_unomi_api_ClusterNode_out":{ "type":"complex", - "name":"javax_servlet_FilterRegistration_out", + "name":"org_apache_unomi_api_ClusterNode_out", "content":[ ], }, @@ -343,18 +331,6 @@ com.qmino.miredot.restApiSource.tos = { "content":[ ], }, - "org_apache_unomi_api_ClusterNode_in":{ - "type":"complex", - "name":"org_apache_unomi_api_ClusterNode_in", - "content":[ - ], - }, - "org_apache_unomi_api_ClusterNode_out":{ - "type":"complex", - "name":"org_apache_unomi_api_ClusterNode_out", - "content":[ - ], - }, "javax_ws_rs_core_Cookie_in":{ "type":"complex", "name":"javax_ws_rs_core_Cookie_in", @@ -811,27 +787,27 @@ com.qmino.miredot.restApiSource.tos = { "content":[ ], }, - "org_apache_unomi_api_segments_DependentMetadata_in":{ + "javax_servlet_http_Cookie_in":{ "type":"complex", - "name":"org_apache_unomi_api_segments_DependentMetadata_in", + "name":"javax_servlet_http_Cookie_in", "content":[ ], }, - "org_apache_unomi_api_segments_DependentMetadata_out":{ + "javax_servlet_http_Cookie_out":{ "type":"complex", - "name":"org_apache_unomi_api_segments_DependentMetadata_out", + "name":"javax_servlet_http_Cookie_out", "content":[ ], }, - "javax_servlet_http_Cookie_in":{ + "org_apache_unomi_api_segments_DependentMetadata_in":{ "type":"complex", - "name":"javax_servlet_http_Cookie_in", + "name":"org_apache_unomi_api_segments_DependentMetadata_in", "content":[ ], }, - "javax_servlet_http_Cookie_out":{ + "org_apache_unomi_api_segments_DependentMetadata_out":{ "type":"complex", - "name":"javax_servlet_http_Cookie_out", + "name":"org_apache_unomi_api_segments_DependentMetadata_out", "content":[ ], }, @@ -955,27 +931,27 @@ com.qmino.miredot.restApiSource.tos = { "content":[ ], }, - "org_apache_unomi_api_Session_in":{ + "javax_servlet_ServletContext_in":{ "type":"complex", - "name":"org_apache_unomi_api_Session_in", + "name":"javax_servlet_ServletContext_in", "content":[ ], }, - "org_apache_unomi_api_Session_out":{ + "javax_servlet_ServletContext_out":{ "type":"complex", - "name":"org_apache_unomi_api_Session_out", + "name":"javax_servlet_ServletContext_out", "content":[ ], }, - "javax_servlet_ServletContext_in":{ + "org_apache_unomi_api_Session_in":{ "type":"complex", - "name":"javax_servlet_ServletContext_in", + "name":"org_apache_unomi_api_Session_in", "content":[ ], }, - "javax_servlet_ServletContext_out":{ + "org_apache_unomi_api_Session_out":{ "type":"complex", - "name":"javax_servlet_ServletContext_out", + "name":"org_apache_unomi_api_Session_out", "content":[ ], }, @@ -1092,59 +1068,11 @@ 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.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, - { - "name":"subTags", - "comment":"the sub tags", - "fullComment":"Sets the sub tags.", - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_in"], - }, - "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.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, -]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_in"].comment = "A tag to help categorize entities"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_out"].content = [ +com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_in"].content = [ { - "name":"id", - "comment":"the id", - "fullComment":"Retrieves this Tag's identifier.", + "name":"name", + "comment":null, + "fullComment":null, "typeValue":{ "type":"simple", "typeValue":"string", @@ -1153,20 +1081,9 @@ 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":"Whether this Tag is considered for internal purposes only and should therefore be hidden to accessing UIs.", - "typeValue":{ - "type":"simple", - "typeValue":"boolean", - }, - "deprecated":false, - "required":false, - }, - { - "name":"rank", - "comment":"the rank of this PropertyType for ordering purpose", - "fullComment":"Retrieves the rank of this PropertyType for ordering purpose.", + "name":"version", + "comment":null, + "fullComment":null, "typeValue":{ "type":"simple", "typeValue":"number", @@ -1175,55 +1092,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"nameKey", - "comment":"the <code>ResourceBundle</code> key used to localize this Tag's name", - "fullComment":"Retrieves the <code>ResourceBundle</code> key used to localize this Tag's name.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"descriptionKey", - "comment":"the <code>ResourceBundle</code> key used to localize this Tag's name", - "fullComment":"Retrieves the <code>ResourceBundle</code> key used to localize this Tag's description.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "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.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"subTags", - "comment":"the sub tags", - "fullComment":"Retrieves the sub tags.", - "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_out"], - }, - "deprecated":false, - "required":false, - }, -]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_out"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Tag_out"].comment = "A tag to help categorize entities"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_in"].content = [ - { - "name":"name", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -1245,29 +1114,32 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"parameters", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "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, }, { - "name":"tags", + "name":"systemTags", "comment":null, "fullComment":null, "typeValue":{ @@ -1329,6 +1201,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"tags", "comment":null, "fullComment":null, @@ -1342,11 +1225,36 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"systemTags", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTConditionType_out"].comment = "A representation of a <code>ConditionType</code> better suited for definitions"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].content = [ { + "name":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"scope", "comment":"the Item's scope name", "fullComment":"Retrieves the Item's scope.", @@ -1388,6 +1296,14 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"source", + "comment":"the source", + "fullComment":"Sets the source.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"], + "deprecated":false, + "required":false, + }, + { "name":"profileId", "comment":"the profile id", "fullComment":"Sets the profile id.", @@ -1398,14 +1314,6 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, - { - "name":"source", - "comment":"the source", - "fullComment":"Sets the source.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Item_in"], - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Event_in"].comment = "An event that can be processed and evaluated by the context server"; @@ -1422,9 +1330,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 +1341,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1481,6 +1400,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"eventType", + "comment":"the event type", + "fullComment":"Retrieves the event type.", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, + { "name":"source", "comment":"the source", "fullComment":"Retrieves the source.", @@ -1489,20 +1419,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"sessionId", - "comment":"the session identifier or <code>null</code> if unavailable", - "fullComment":"Retrieves the session identifier if available.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"eventType", - "comment":"the event type", - "fullComment":"Retrieves the event type.", + "name":"profileId", + "comment":"the profile id", + "fullComment":"Retrieves the profile identifier of the Profile associated with this event", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1511,9 +1430,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"profileId", - "comment":"the profile id", - "fullComment":"Retrieves the profile identifier of the Profile associated with this event", + "name":"sessionId", + "comment":"the session identifier or <code>null</code> if unavailable", + "fullComment":"Retrieves the session identifier if available.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1589,18 +1508,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"domain", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ @@ -1611,18 +1530,18 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"secure", + "name":"domain", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"httpOnly", + "name":"secure", "comment":null, "fullComment":null, "typeValue":{ @@ -1633,12 +1552,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"httpOnly", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -1681,23 +1600,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"httpOnly", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -1714,12 +1633,12 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"maxAge", + "name":"httpOnly", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -1729,6 +1648,17 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_SessionCookieConfig_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaSession_in"].content = [ { + "name":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"scope", "comment":"the Item's scope name", "fullComment":"Retrieves the Item's scope.", @@ -1843,9 +1773,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 +1784,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -1923,14 +1864,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"profile", - "comment":"the associated profile", - "fullComment":"Retrieves the associated Profile.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"], - "deprecated":false, - "required":false, - }, - { "name":"profileId", "comment":"the identifier of the associated Profile", "fullComment":"Retrieves the identifier of the associated Profile.", @@ -1942,6 +1875,14 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"profile", + "comment":"the associated profile", + "fullComment":"Retrieves the associated Profile.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_Profile_out"], + "deprecated":false, + "required":false, + }, + { "name":"lastEventDate", "comment":"the last event date", "fullComment":"Retrieves the last event date.", @@ -2167,23 +2108,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"comment", + "name":"maxAge", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"httpOnly", + "name":"comment", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -2200,23 +2141,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"expiry", + "name":"httpOnly", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"date string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"maxAge", + "name":"expiry", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"date string", }, "deprecated":false, "required":false, @@ -2272,17 +2213,6 @@ com.qmino.miredot.restApiSource.tos["org com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_PersonaWithSessions_out"].comment = "A convenience object gathering a <code>Persona</code> and its associated <code>PersonaSession</code>s"; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].content = [ { - "name":"type", - "comment":"the identifier of the associated action type", - "fullComment":"Sets the identifier of the associated action type.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { "name":"parameterValues", "comment":"the parameter values as a Map of parameter name - associated value pairs", "fullComment":"Sets the parameter values as a Map of parameter name - associated value pairs.", @@ -2300,14 +2230,10 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].content = [ { "name":"type", "comment":"the identifier of the associated action type", - "fullComment":"Retrieves the identifier of the associated action type.", + "fullComment":"Sets the identifier of the associated action type.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -2315,6 +2241,10 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, +]; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].ordered = false; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_in"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered"; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].content = [ { "name":"parameterValues", "comment":"a Map of parameter name - associated value pairs", @@ -2333,6 +2263,17 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, + { + "name":"type", + "comment":"the identifier of the associated action type", + "fullComment":"Retrieves the identifier of the associated action type.", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_actions_Action_out"].comment = "An action that can be executed as a consequence of a <code>Rule</code> being triggered"; @@ -2628,7 +2569,7 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_in"].comment = null; com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_TaglibDescriptor_out"].content = [ { - "name":"taglibURI", + "name":"taglibLocation", "comment":null, "fullComment":null, "typeValue":{ @@ -2639,7 +2580,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"taglibLocation", + "name":"taglibURI", "comment":null, "fullComment":null, "typeValue":{ @@ -2654,6 +2595,17 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", @@ -2729,9 +2681,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":"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 +2692,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -2841,34 +2804,31 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"valueNames", + "name":"servletContext", "comment":null, "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], "deprecated":false, "required":false, }, { - "name":"sessionContext", + "name":"creationTime", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSessionContext_out"], + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, "deprecated":false, "required":false, }, { - "name":"maxInactiveInterval", + "name":"new", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -2885,7 +2845,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"creationTime", + "name":"maxInactiveInterval", "comment":null, "fullComment":null, "typeValue":{ @@ -2896,21 +2856,24 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"new", + "name":"sessionContext", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"boolean", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_http_HttpSessionContext_out"], "deprecated":false, "required":false, }, { - "name":"servletContext", + "name":"valueNames", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, "deprecated":false, "required":false, }, @@ -2923,6 +2886,14 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_in"].comment = null; com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].content = [ { + "name":"servletContext", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], + "deprecated":false, + "required":false, + }, + { "name":"servletName", "comment":null, "fullComment":null, @@ -2944,14 +2915,6 @@ com.qmino.miredot.restApiSource.tos["jav "deprecated":false, "required":false, }, - { - "name":"servletContext", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_servlet_ServletContext_out"], - "deprecated":false, - "required":false, - }, ]; com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].ordered = false; com.qmino.miredot.restApiSource.tos["javax_servlet_ServletConfig_out"].comment = null; @@ -2965,6 +2928,17 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", @@ -3054,9 +3028,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 +3039,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -3283,18 +3268,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":"percentage", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"targetCount", + "name":"conversionRate", "comment":null, "fullComment":null, "typeValue":{ @@ -3316,18 +3301,18 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"key", + "name":"targetCount", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"conversionRate", + "name":"percentage", "comment":null, "fullComment":null, "typeValue":{ @@ -3353,7 +3338,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"percentage", + "name":"conversionRate", "comment":null, "fullComment":null, "typeValue":{ @@ -3364,7 +3349,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"targetCount", + "name":"startCount", "comment":null, "fullComment":null, "typeValue":{ @@ -3375,7 +3360,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"startCount", + "name":"targetCount", "comment":null, "fullComment":null, "typeValue":{ @@ -3386,7 +3371,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"conversionRate", + "name":"percentage", "comment":null, "fullComment":null, "typeValue":{ @@ -3399,77 +3384,29 @@ com.qmino.miredot.restApiSource.tos["org ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_goals_GoalReport$Stat_out"].comment = "Statistics"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"].content = [ - { - "name":"name", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"description", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"id", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"parentId", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"rank", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - "deprecated":false, - "required":false, - }, +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].content = [ { - "name":"subTags", + "name":"initParameters", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"], + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, ]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"].comment = "A representation of a <code>Tag</code> better suited for definitions"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"].content = [ +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].ordered = false; +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].comment = null; +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].content = [ { "name":"name", "comment":null, @@ -3482,18 +3419,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"description", + "name":"className", "comment":null, "fullComment":null, "typeValue":{ @@ -3504,41 +3430,54 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"rank", + "name":"initParameters", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"number", + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"parentId", + "name":"servletNameMappings", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"subTags", + "name":"urlPatternMappings", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, ]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"].comment = "A representation of a <code>Tag</code> better suited for definitions"; +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].ordered = false; +com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Aggregate_in"].content = [ { "name":"property", @@ -3671,117 +3610,80 @@ com.qmino.miredot.restApiSource.tos["org ]; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Aggregate_out"].ordered = false; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_query_Aggregate_out"].comment = "A specification for an aggregate as part of <code>AggregateQuery</code>s"; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].content = [ +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].content = [ { - "name":"initParameters", - "comment":null, - "fullComment":null, + "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":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_in"].comment = null; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].content = [ { - "name":"name", - "comment":null, - "fullComment":null, + "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":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, }, { - "name":"className", - "comment":null, - "fullComment":null, + "name":"cpuLoad", + "comment":"the cpu load", + "fullComment":"Sets the cpu load.", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, }, { - "name":"initParameters", - "comment":null, - "fullComment":null, + "name":"publicHostAddress", + "comment":"the public host address", + "fullComment":"Sets the public host address.", "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"servletNameMappings", - "comment":null, - "fullComment":null, + "name":"internalHostAddress", + "comment":"the internal host address", + "fullComment":"Sets the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.", "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"urlPatternMappings", - "comment":null, - "fullComment":null, + "name":"loadAverage", + "comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes", + "fullComment":"Sets the load average for the last minute, five minutes and fifteen minutes.", "typeValue":{ "type":"collection", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, }, "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].ordered = false; -com.qmino.miredot.restApiSource.tos["javax_servlet_FilterRegistration_out"].comment = null; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].content = [ -]; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].comment = null; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].content = [ - { - "name":"family", - "comment":null, - "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.enums["javax_ws_rs_core_Response$Status$Family"], - "deprecated":false, - "required":false, - }, { - "name":"statusCode", - "comment":null, - "fullComment":null, + "name":"uptime", + "comment":"the uptime", + "fullComment":"Sets the uptime.", "typeValue":{ "type":"simple", "typeValue":"number", @@ -3789,47 +3691,14 @@ com.qmino.miredot.restApiSource.tos["jav "deprecated":false, "required":false, }, - { - "name":"reasonPhrase", - "comment":null, - "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, -]; -com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].ordered = false; -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..", - "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":"Specifies whether this ClusterNode locally stores data.", - "typeValue":{ - "type":"simple", - "typeValue":"boolean", - }, - "deprecated":false, - "required":false, - }, +]; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].ordered = false; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].comment = "Information about a cluster node"; +com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].content = [ { "name":"loadAverage", "comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes", - "fullComment":"Sets the load average for the last minute, five minutes and fifteen minutes.", + "fullComment":"Retrieves the load average for the last minute, five minutes and fifteen minutes.", "typeValue":{ "type":"collection", "typeValue":{ @@ -3843,7 +3712,7 @@ com.qmino.miredot.restApiSource.tos["org { "name":"uptime", "comment":"the uptime", - "fullComment":"Sets the uptime.", + "fullComment":"Retrieves the uptime.", "typeValue":{ "type":"simple", "typeValue":"number", @@ -3852,23 +3721,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"publicHostAddress", - "comment":"the public host address", - "fullComment":"Sets the public host address.", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - "deprecated":false, - "required":false, - }, - { - "name":"internalHostAddress", - "comment":"the internal host address", - "fullComment":"Sets the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.", + "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":"string", + "typeValue":"boolean", }, "deprecated":false, "required":false, @@ -3876,7 +3734,7 @@ com.qmino.miredot.restApiSource.tos["org { "name":"cpuLoad", "comment":"the cpu load", - "fullComment":"Sets the cpu load.", + "fullComment":"Retrieves the cpu load.", "typeValue":{ "type":"simple", "typeValue":"number", @@ -3884,61 +3742,51 @@ com.qmino.miredot.restApiSource.tos["org "deprecated":false, "required":false, }, -]; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].ordered = false; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_in"].comment = "Information about a cluster node"; -com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_ClusterNode_out"].content = [ - { - "name":"loadAverage", - "comment":"an array of <code>double</code> containing, in order and starting from index <code>0</code>, the load average for the last minute, last five minutes and last fifteen minutes", - "fullComment":"Retrieves the load average for the last minute, five minutes and fifteen minutes.", - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, - }, - "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.", + "name":"publicHostAddress", + "comment":"the public host address", + "fullComment":"Retrieves the public host address.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "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.", + "name":"internalHostAddress", + "comment":"the internal host address", + "fullComment":"Retrieves the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.", "typeValue":{ "type":"simple", - "typeValue":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"publicHostAddress", - "comment":"the public host address", - "fullComment":"Retrieves the public host address.", + "name":"data", + "comment":"<code>true</code> if this node locally stores data, <code>false</code> otherwise", + "fullComment":"Determines whether this ClusterNode locally stores data.", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "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"; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].content = [ +]; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].ordered = false; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_in"].comment = null; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].content = [ { - "name":"internalHostAddress", - "comment":"the internal host address", - "fullComment":"Retrieves the internal host address which uses the HTTP/HTTPS protocol for communications between clients and the context server.", + "name":"reasonPhrase", + "comment":null, + "fullComment":null, "typeValue":{ "type":"simple", "typeValue":"string", @@ -3947,9 +3795,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"cpuLoad", - "comment":"the cpu load", - "fullComment":"Retrieves the cpu load.", + "name":"statusCode", + "comment":null, + "fullComment":null, "typeValue":{ "type":"simple", "typeValue":"number", @@ -3958,19 +3806,16 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"uptime", - "comment":"the uptime", - "fullComment":"Retrieves the uptime.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, + "name":"family", + "comment":null, + "fullComment":null, + "typeValue":com.qmino.miredot.restApiSource.enums["javax_ws_rs_core_Response$Status$Family"], "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"; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].ordered = false; +com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Response$StatusType_out"].comment = null; com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_in"].content = [ ]; com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_in"].ordered = false; @@ -4058,9 +3903,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"scope", - "comment":"the scope", - "fullComment":"Sets the scope.", + "name":"id", + "comment":"the id", + "fullComment":"Sets the id.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4069,9 +3914,9 @@ 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.", + "name":"enabled", + "comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise", + "fullComment":"Specifies whether the associated entity should be active or not.", "typeValue":{ "type":"simple", "typeValue":"boolean", @@ -4080,6 +3925,17 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { + "name":"scope", + "comment":"the scope", + "fullComment":"Sets the scope.", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + "deprecated":false, + "required":false, + }, + { "name":"description", "comment":"the description", "fullComment":"Sets the description.", @@ -4091,20 +3947,20 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", - "comment":"the id", - "fullComment":"Sets the id.", + "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":"enabled", - "comment":"<code>true</code> if the associated entity is enabled, <code>false</code> otherwise", - "fullComment":"Specifies whether the associated entity should be active or not.", + "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", @@ -4114,7 +3970,7 @@ com.qmino.miredot.restApiSource.tos["org }, { "name":"tags", - "comment":"the tag i ds", + "comment":"the tag ids", "fullComment":"Sets the tags.", "typeValue":{ "type":"collection", @@ -4127,12 +3983,15 @@ 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":"systemTags", + "comment":"the system tag ids", + "fullComment":"Sets the system tags.", "typeValue":{ - "type":"simple", - "typeValue":"boolean", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, @@ -4186,9 +4045,9 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", - "comment":"the description", - "fullComment":"Retrieves the description.", + "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":"string", @@ -4197,9 +4056,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", @@ -4219,9 +4078,20 @@ 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":"tags", - "comment":"a set of <code>Tag</code> names associated with this Metadata", - "fullComment":"Retrieves a set of <code>Tag</code> names associated with this Metadata", + "comment":"a set of <code>String</code> tag names associated with this Metadata", + "fullComment":"Retrieves a set of <code>String</code> tag names associated with this Metadata", "typeValue":{ "type":"collection", "typeValue":{ @@ -4233,12 +4103,15 @@ 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":"systemTags", + "comment":"a set of <code>String</code> system tag names associated with this Metadata", + "fullComment":"Retrieves a set of <code>String</code> system tag names associated with this Metadata", "typeValue":{ - "type":"simple", - "typeValue":"boolean", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, @@ -4248,6 +4121,17 @@ com.qmino.miredot.restApiSource.tos["org 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", @@ -4356,9 +4240,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":"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", @@ -4367,9 +4251,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -4475,7 +4370,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"description", + "name":"id", "comment":null, "fullComment":null, "typeValue":{ @@ -4486,7 +4381,7 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"id", + "name":"description", "comment":null, "fullComment":null, "typeValue":{ @@ -4502,9 +4397,12 @@ com.qmino.miredot.restApiSource.tos["org "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_in"], - }, - "deprecated":false, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, + "deprecated":false, "required":false, }, ]; @@ -4550,7 +4448,10 @@ com.qmino.miredot.restApiSource.tos["org "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_rest_RESTTag_out"], + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, @@ -4560,12 +4461,12 @@ 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":"key", + "name":"to", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"object", }, "deprecated":false, "required":false, @@ -4582,12 +4483,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"to", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"object", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -4660,81 +4561,81 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"requestHeaders", + "name":"date", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, + "type":"simple", + "typeValue":"date string", }, "deprecated":false, "required":false, }, { - "name":"acceptableLanguages", + "name":"acceptableMediaTypes", "comment":null, "fullComment":null, "typeValue":{ "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"java.util.Locale", - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], }, "deprecated":false, "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":"requestHeaders", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_MediaType_out"], + "typeValue":{ + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, + }, "deprecated":false, "required":false, }, { - "name":"cookies", + "name":"acceptableLanguages", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ + "type":"collection", + "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"java.util.Locale", }, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Cookie_out"], }, "deprecated":false, "required":false, @@ -4824,12 +4725,23 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"links", + "name":"lastModified", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"], + "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, @@ -4856,23 +4768,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":"links", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"date string", + "type":"collection", + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_Link_out"], }, "deprecated":false, "required":false, @@ -5012,13 +4913,10 @@ 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", - }, + "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.", + "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], "deprecated":false, "required":false, }, @@ -5034,10 +4932,13 @@ com.qmino.miredot.restApiSource.tos["org "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.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], + "name":"propertyValue", + "comment":"the new property value", + "fullComment":"Retrieves the new property value.", + "typeValue":{ + "type":"simple", + "typeValue":"object", + }, "deprecated":false, "required":false, }, @@ -5050,7 +4951,7 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_in"].comment = null; com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspPropertyGroupDescriptor_out"].content = [ { - "name":"trimDirectiveWhitespaces", + "name":"buffer", "comment":null, "fullComment":null, "typeValue":{ @@ -5061,46 +4962,43 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"errorOnUndeclaredNamespace", + "name":"urlPatterns", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"includePreludes", + "name":"elIgnored", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"includeCodas", + "name":"pageEncoding", "comment":null, "fullComment":null, "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"deferredSyntaxAllowedAsLiteral", + "name":"scriptingInvalid", "comment":null, "fullComment":null, "typeValue":{ @@ -5111,18 +5009,21 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"defaultContentType", + "name":"includePreludes", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, }, { - "name":"urlPatterns", + "name":"includeCodas", "comment":null, "fullComment":null, "typeValue":{ @@ -5136,7 +5037,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"pageEncoding", + "name":"deferredSyntaxAllowedAsLiteral", "comment":null, "fullComment":null, "typeValue":{ @@ -5147,7 +5048,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"scriptingInvalid", + "name":"defaultContentType", "comment":null, "fullComment":null, "typeValue":{ @@ -5169,7 +5070,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"elIgnored", + "name":"trimDirectiveWhitespaces", "comment":null, "fullComment":null, "typeValue":{ @@ -5180,7 +5081,7 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"buffer", + "name":"errorOnUndeclaredNamespace", "comment":null, "fullComment":null, "typeValue":{ @@ -5195,56 +5096,56 @@ 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":"bufferSize", + "name":"characterEncoding", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"locale", + "name":"contentType", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"java.util.Locale", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"contentType", + "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, }, { - "name":"characterEncoding", + "name":"bufferSize", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -5265,64 +5166,64 @@ 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, }, { - "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":"bufferSize", + "name":"outputStream", "comment":null, "fullComment":null, - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, + "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, @@ -5378,12 +5279,12 @@ 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":"key", + "name":"to", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"number", }, "deprecated":false, "required":false, @@ -5400,12 +5301,12 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"to", + "name":"key", "comment":null, "fullComment":null, "typeValue":{ "type":"simple", - "typeValue":"number", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -5662,30 +5563,30 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"params", + "name":"title", "comment":null, "fullComment":null, "typeValue":{ - "type":"map", - "typeKey":{ - "type":"simple", - "typeValue":"string", - }, - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, + "type":"simple", + "typeValue":"string", }, "deprecated":false, "required":false, }, { - "name":"title", + "name":"params", "comment":null, "fullComment":null, "typeValue":{ - "type":"simple", - "typeValue":"string", + "type":"map", + "typeKey":{ + "type":"simple", + "typeValue":"string", + }, + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, }, "deprecated":false, "required":false, @@ -5702,10 +5603,16 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"uriBuilder", + "name":"rels", "comment":null, "fullComment":null, - "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"], + "typeValue":{ + "type":"collection", + "typeValue":{ + "type":"simple", + "typeValue":"string", + }, + }, "deprecated":false, "required":false, }, @@ -5721,16 +5628,10 @@ com.qmino.miredot.restApiSource.tos["jav "required":false, }, { - "name":"rels", + "name":"uriBuilder", "comment":null, "fullComment":null, - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, + "typeValue":com.qmino.miredot.restApiSource.tos["javax_ws_rs_core_UriBuilder_out"], "deprecated":false, "required":false, }, @@ -5750,6 +5651,14 @@ 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", @@ -5761,21 +5670,24 @@ com.qmino.miredot.restApiSource.tos["org "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":"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":"string", + "typeValue":"number", }, "deprecated":false, "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"], + "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":"string", + }, "deprecated":false, "required":false, }, @@ -5790,17 +5702,6 @@ 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"; @@ -5828,42 +5729,42 @@ 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":"Retrieves the number of elements to retrieve.", - "typeValue":{ - "type":"simple", - "typeValue":"number", - }, + "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.", + "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", "typeValue":{ "type":"simple", - "typeValue":"string", + "typeValue":"boolean", }, "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.", - "typeValue":com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_conditions_Condition_out"], + "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":"Retrieves the number of elements to retrieve.", + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, "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", + "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":"boolean", + "typeValue":"string", }, "deprecated":false, "required":false, @@ -5933,6 +5834,17 @@ com.qmino.miredot.restApiSource.tos["jav com.qmino.miredot.restApiSource.tos["javax_servlet_descriptor_JspConfigDescriptor_out"].comment = null; com.qmino.miredot.restApiSource.tos["org_apache_unomi_api_rules_RuleStatistics_in"].content = [ { + "name":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "required":false, + }, + { "name":"scope", "comment":"the Item's scope name", "fullComment":"Retrieves the Item's scope.", @@ -6058,9 +5970,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", @@ -6069,9 +5981,20 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", "typeValue":{ "type":"simple", "typeValue":"string", @@ -6260,6 +6183,17 @@ 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":"version", + "comment":null, + "fullComment":null, + "typeValue":{ + "type":"simple", + "typeValue":"number", + }, + "deprecated":false, + "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.", @@ -6318,20 +6252,6 @@ com.qmino.miredot.restApiSource.tos["org "required":false, }, { - "name":"segments", - "comment":"the segments", - "fullComment":"Sets the identifiers of the segments this profile is a member of. TODO: should be removed from the API", - "typeValue":{ - "type":"collection", - "typeValue":{ - "type":"simple", - "typeValue":"string", - }, - }, - "deprecated":false, - "required":false, - }, - { "name":"mergedWith",
[... 4335 lines stripped ...]
