@genesislcap/foundation-comms 14.321.1-alpha-ada81fd.0 → 14.321.1-alpha-3586f61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/connect/message.d.ts +1 -3
- package/dist/dts/connect/message.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.config.d.ts +0 -1
- package/dist/dts/datasource/datasource.config.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.d.ts +0 -25
- package/dist/dts/datasource/datasource.d.ts.map +1 -1
- package/dist/dts/datasource/datasource.types.d.ts +16 -21
- package/dist/dts/datasource/datasource.types.d.ts.map +1 -1
- package/dist/dts/metadata/metadata.types.d.ts +2 -4
- package/dist/dts/metadata/metadata.types.d.ts.map +1 -1
- package/dist/dts/testing/mocks/datasource/datasource.d.ts +1 -4
- package/dist/dts/testing/mocks/datasource/datasource.d.ts.map +1 -1
- package/dist/esm/datasource/datasource.config.js +0 -1
- package/dist/esm/datasource/datasource.js +15 -56
- package/dist/esm/testing/mocks/datasource/datasource.js +0 -7
- package/dist/foundation-comms.api.json +4 -226
- package/dist/foundation-comms.d.ts +19 -57
- package/docs/api/foundation-comms.datasource.md +0 -47
- package/docs/api/foundation-comms.datasourcedefaults.md +0 -21
- package/docs/api/foundation-comms.datasourceoptions.md +0 -19
- package/docs/api/foundation-comms.datasourceoptions.orderby.md +5 -0
- package/docs/api/foundation-comms.defaultdatasource.md +0 -37
- package/docs/api/foundation-comms.metadata.md +0 -1
- package/docs/api/foundation-comms.requestdetailsparam.md +1 -3
- package/docs/api/foundation-comms.requestserverresult.md +2 -3
- package/docs/api-report.md.api.md +3 -27
- package/package.json +13 -13
- package/docs/api/foundation-comms.datasource.dataserveronlyparams.md +0 -13
- package/docs/api/foundation-comms.datasource.requestonlyparams.md +0 -13
- package/docs/api/foundation-comms.datasource.updateloadmorecount.md +0 -50
- package/docs/api/foundation-comms.datasourcedefaults.default_req_rep_offset.md +0 -11
- package/docs/api/foundation-comms.datasourceoptions.offset.md +0 -18
- package/docs/api/foundation-comms.defaultdatasource.criteriaonlyrequest.md +0 -12
- package/docs/api/foundation-comms.defaultdatasource.loadmorecount.md +0 -13
@@ -5203,34 +5203,6 @@
|
|
5203
5203
|
],
|
5204
5204
|
"name": "dataHandler"
|
5205
5205
|
},
|
5206
|
-
{
|
5207
|
-
"kind": "PropertySignature",
|
5208
|
-
"canonicalReference": "@genesislcap/foundation-comms!Datasource#dataserverOnlyParams:member",
|
5209
|
-
"docComment": "/**\n * Returns the datasource parameters that are only relevant for the data server.\n *\n * @public\n */\n",
|
5210
|
-
"excerptTokens": [
|
5211
|
-
{
|
5212
|
-
"kind": "Content",
|
5213
|
-
"text": "dataserverOnlyParams: "
|
5214
|
-
},
|
5215
|
-
{
|
5216
|
-
"kind": "Reference",
|
5217
|
-
"text": "DataserverParams",
|
5218
|
-
"canonicalReference": "@genesislcap/foundation-comms!DataserverParams:type"
|
5219
|
-
},
|
5220
|
-
{
|
5221
|
-
"kind": "Content",
|
5222
|
-
"text": ";"
|
5223
|
-
}
|
5224
|
-
],
|
5225
|
-
"isReadonly": false,
|
5226
|
-
"isOptional": false,
|
5227
|
-
"releaseTag": "Public",
|
5228
|
-
"name": "dataserverOnlyParams",
|
5229
|
-
"propertyTypeTokenRange": {
|
5230
|
-
"startIndex": 1,
|
5231
|
-
"endIndex": 2
|
5232
|
-
}
|
5233
|
-
},
|
5234
5206
|
{
|
5235
5207
|
"kind": "MethodSignature",
|
5236
5208
|
"canonicalReference": "@genesislcap/foundation-comms!Datasource#deleteItem:member(1)",
|
@@ -5560,34 +5532,6 @@
|
|
5560
5532
|
"endIndex": 2
|
5561
5533
|
}
|
5562
5534
|
},
|
5563
|
-
{
|
5564
|
-
"kind": "PropertySignature",
|
5565
|
-
"canonicalReference": "@genesislcap/foundation-comms!Datasource#requestOnlyParams:member",
|
5566
|
-
"docComment": "/**\n * Returns the request-only parameters for the datasource.\n *\n * @public\n */\n",
|
5567
|
-
"excerptTokens": [
|
5568
|
-
{
|
5569
|
-
"kind": "Content",
|
5570
|
-
"text": "requestOnlyParams: "
|
5571
|
-
},
|
5572
|
-
{
|
5573
|
-
"kind": "Reference",
|
5574
|
-
"text": "RequestParams",
|
5575
|
-
"canonicalReference": "@genesislcap/foundation-comms!RequestParams:type"
|
5576
|
-
},
|
5577
|
-
{
|
5578
|
-
"kind": "Content",
|
5579
|
-
"text": ";"
|
5580
|
-
}
|
5581
|
-
],
|
5582
|
-
"isReadonly": false,
|
5583
|
-
"isOptional": false,
|
5584
|
-
"releaseTag": "Public",
|
5585
|
-
"name": "requestOnlyParams",
|
5586
|
-
"propertyTypeTokenRange": {
|
5587
|
-
"startIndex": 1,
|
5588
|
-
"endIndex": 2
|
5589
|
-
}
|
5590
|
-
},
|
5591
5535
|
{
|
5592
5536
|
"kind": "PropertySignature",
|
5593
5537
|
"canonicalReference": "@genesislcap/foundation-comms!Datasource#resourceType:member",
|
@@ -6052,51 +5996,6 @@
|
|
6052
5996
|
],
|
6053
5997
|
"name": "updateItem"
|
6054
5998
|
},
|
6055
|
-
{
|
6056
|
-
"kind": "MethodSignature",
|
6057
|
-
"canonicalReference": "@genesislcap/foundation-comms!Datasource#updateLoadMoreCount:member(1)",
|
6058
|
-
"docComment": "",
|
6059
|
-
"excerptTokens": [
|
6060
|
-
{
|
6061
|
-
"kind": "Content",
|
6062
|
-
"text": "updateLoadMoreCount(count: "
|
6063
|
-
},
|
6064
|
-
{
|
6065
|
-
"kind": "Content",
|
6066
|
-
"text": "number"
|
6067
|
-
},
|
6068
|
-
{
|
6069
|
-
"kind": "Content",
|
6070
|
-
"text": "): "
|
6071
|
-
},
|
6072
|
-
{
|
6073
|
-
"kind": "Content",
|
6074
|
-
"text": "void"
|
6075
|
-
},
|
6076
|
-
{
|
6077
|
-
"kind": "Content",
|
6078
|
-
"text": ";"
|
6079
|
-
}
|
6080
|
-
],
|
6081
|
-
"isOptional": false,
|
6082
|
-
"returnTypeTokenRange": {
|
6083
|
-
"startIndex": 3,
|
6084
|
-
"endIndex": 4
|
6085
|
-
},
|
6086
|
-
"releaseTag": "Public",
|
6087
|
-
"overloadIndex": 1,
|
6088
|
-
"parameters": [
|
6089
|
-
{
|
6090
|
-
"parameterName": "count",
|
6091
|
-
"parameterTypeTokenRange": {
|
6092
|
-
"startIndex": 1,
|
6093
|
-
"endIndex": 2
|
6094
|
-
},
|
6095
|
-
"isOptional": false
|
6096
|
-
}
|
6097
|
-
],
|
6098
|
-
"name": "updateLoadMoreCount"
|
6099
|
-
},
|
6100
5999
|
{
|
6101
6000
|
"kind": "MethodSignature",
|
6102
6001
|
"canonicalReference": "@genesislcap/foundation-comms!Datasource#validResourceName:member(1)",
|
@@ -6421,40 +6320,6 @@
|
|
6421
6320
|
"isProtected": false,
|
6422
6321
|
"isAbstract": false
|
6423
6322
|
},
|
6424
|
-
{
|
6425
|
-
"kind": "Property",
|
6426
|
-
"canonicalReference": "@genesislcap/foundation-comms!DatasourceDefaults.DEFAULT_REQ_REP_OFFSET:member",
|
6427
|
-
"docComment": "",
|
6428
|
-
"excerptTokens": [
|
6429
|
-
{
|
6430
|
-
"kind": "Content",
|
6431
|
-
"text": "static readonly DEFAULT_REQ_REP_OFFSET = "
|
6432
|
-
},
|
6433
|
-
{
|
6434
|
-
"kind": "Content",
|
6435
|
-
"text": "0"
|
6436
|
-
},
|
6437
|
-
{
|
6438
|
-
"kind": "Content",
|
6439
|
-
"text": ";"
|
6440
|
-
}
|
6441
|
-
],
|
6442
|
-
"isReadonly": true,
|
6443
|
-
"isOptional": false,
|
6444
|
-
"releaseTag": "Public",
|
6445
|
-
"name": "DEFAULT_REQ_REP_OFFSET",
|
6446
|
-
"propertyTypeTokenRange": {
|
6447
|
-
"startIndex": 0,
|
6448
|
-
"endIndex": 0
|
6449
|
-
},
|
6450
|
-
"initializerTokenRange": {
|
6451
|
-
"startIndex": 1,
|
6452
|
-
"endIndex": 2
|
6453
|
-
},
|
6454
|
-
"isStatic": true,
|
6455
|
-
"isProtected": false,
|
6456
|
-
"isAbstract": false
|
6457
|
-
},
|
6458
6323
|
{
|
6459
6324
|
"kind": "Property",
|
6460
6325
|
"canonicalReference": "@genesislcap/foundation-comms!DatasourceDefaults.MAX_ROWS_250:member",
|
@@ -10442,37 +10307,10 @@
|
|
10442
10307
|
"endIndex": 2
|
10443
10308
|
}
|
10444
10309
|
},
|
10445
|
-
{
|
10446
|
-
"kind": "PropertySignature",
|
10447
|
-
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions#offset:member",
|
10448
|
-
"docComment": "/**\n * The offset to use when fetching data.\n *\n * @remarks\n *\n * relates to MAX_ROWS.\n */\n",
|
10449
|
-
"excerptTokens": [
|
10450
|
-
{
|
10451
|
-
"kind": "Content",
|
10452
|
-
"text": "offset?: "
|
10453
|
-
},
|
10454
|
-
{
|
10455
|
-
"kind": "Content",
|
10456
|
-
"text": "number"
|
10457
|
-
},
|
10458
|
-
{
|
10459
|
-
"kind": "Content",
|
10460
|
-
"text": ";"
|
10461
|
-
}
|
10462
|
-
],
|
10463
|
-
"isReadonly": false,
|
10464
|
-
"isOptional": true,
|
10465
|
-
"releaseTag": "Public",
|
10466
|
-
"name": "offset",
|
10467
|
-
"propertyTypeTokenRange": {
|
10468
|
-
"startIndex": 1,
|
10469
|
-
"endIndex": 2
|
10470
|
-
}
|
10471
|
-
},
|
10472
10310
|
{
|
10473
10311
|
"kind": "PropertySignature",
|
10474
10312
|
"canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions#orderBy:member",
|
10475
|
-
"docComment": "/**\n * The field to use for sorting the data.\n */\n",
|
10313
|
+
"docComment": "/**\n * The field to use for sorting the data.\n *\n * @remarks\n *\n * Only works with DATASERVER.\n */\n",
|
10476
10314
|
"excerptTokens": [
|
10477
10315
|
{
|
10478
10316
|
"kind": "Content",
|
@@ -15453,36 +15291,6 @@
|
|
15453
15291
|
"isProtected": true,
|
15454
15292
|
"isAbstract": false
|
15455
15293
|
},
|
15456
|
-
{
|
15457
|
-
"kind": "Property",
|
15458
|
-
"canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#criteriaOnlyRequest:member",
|
15459
|
-
"docComment": "/**\n * {@inheritDoc DatasourceMetadata.criteriaOnlyRequest}\n */\n",
|
15460
|
-
"excerptTokens": [
|
15461
|
-
{
|
15462
|
-
"kind": "Content",
|
15463
|
-
"text": "criteriaOnlyRequest: "
|
15464
|
-
},
|
15465
|
-
{
|
15466
|
-
"kind": "Content",
|
15467
|
-
"text": "boolean"
|
15468
|
-
},
|
15469
|
-
{
|
15470
|
-
"kind": "Content",
|
15471
|
-
"text": ";"
|
15472
|
-
}
|
15473
|
-
],
|
15474
|
-
"isReadonly": false,
|
15475
|
-
"isOptional": false,
|
15476
|
-
"releaseTag": "Public",
|
15477
|
-
"name": "criteriaOnlyRequest",
|
15478
|
-
"propertyTypeTokenRange": {
|
15479
|
-
"startIndex": 1,
|
15480
|
-
"endIndex": 2
|
15481
|
-
},
|
15482
|
-
"isStatic": false,
|
15483
|
-
"isProtected": false,
|
15484
|
-
"isAbstract": false
|
15485
|
-
},
|
15486
15294
|
{
|
15487
15295
|
"kind": "Property",
|
15488
15296
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#customRequestFields:member",
|
@@ -15783,36 +15591,6 @@
|
|
15783
15591
|
"isProtected": false,
|
15784
15592
|
"isAbstract": false
|
15785
15593
|
},
|
15786
|
-
{
|
15787
|
-
"kind": "Property",
|
15788
|
-
"canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#loadMoreCount:member",
|
15789
|
-
"docComment": "/**\n * Track load more count for RequestServer temporary MAX_ROWS calculation\n */\n",
|
15790
|
-
"excerptTokens": [
|
15791
|
-
{
|
15792
|
-
"kind": "Content",
|
15793
|
-
"text": "loadMoreCount: "
|
15794
|
-
},
|
15795
|
-
{
|
15796
|
-
"kind": "Content",
|
15797
|
-
"text": "number"
|
15798
|
-
},
|
15799
|
-
{
|
15800
|
-
"kind": "Content",
|
15801
|
-
"text": ";"
|
15802
|
-
}
|
15803
|
-
],
|
15804
|
-
"isReadonly": false,
|
15805
|
-
"isOptional": false,
|
15806
|
-
"releaseTag": "Public",
|
15807
|
-
"name": "loadMoreCount",
|
15808
|
-
"propertyTypeTokenRange": {
|
15809
|
-
"startIndex": 1,
|
15810
|
-
"endIndex": 2
|
15811
|
-
},
|
15812
|
-
"isStatic": false,
|
15813
|
-
"isProtected": false,
|
15814
|
-
"isAbstract": false
|
15815
|
-
},
|
15816
15594
|
{
|
15817
15595
|
"kind": "Property",
|
15818
15596
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#options:member",
|
@@ -30324,7 +30102,7 @@
|
|
30324
30102
|
},
|
30325
30103
|
{
|
30326
30104
|
"kind": "Content",
|
30327
|
-
"text": "[];\n ERROR?: string;\n
|
30105
|
+
"text": "[];\n ERROR?: string;\n}"
|
30328
30106
|
},
|
30329
30107
|
{
|
30330
30108
|
"kind": "Content",
|
@@ -31970,7 +31748,7 @@
|
|
31970
31748
|
},
|
31971
31749
|
{
|
31972
31750
|
"kind": "Content",
|
31973
|
-
"text": "{\n
|
31751
|
+
"text": "{\n MAX_ROWS?: number;\n CRITERIA_MATCH?: string;\n VIEW_NUMBER?: number;\n}"
|
31974
31752
|
},
|
31975
31753
|
{
|
31976
31754
|
"kind": "Content",
|
@@ -32031,7 +31809,7 @@
|
|
32031
31809
|
},
|
32032
31810
|
{
|
32033
31811
|
"kind": "Content",
|
32034
|
-
"text": "{\n
|
31812
|
+
"text": "{\n SOURCE_REF?: string;\n REPLY: any[];\n MESSAGE_TYPE?: string;\n MORE_ROWS?: boolean;\n NEXT_VIEW?: number;\n PARAMETRIC_TYPE?: string;\n ROWS_COUNT?: number;\n SEQUENCE_ID?: number;\n}"
|
32035
31813
|
},
|
32036
31814
|
{
|
32037
31815
|
"kind": "Content",
|
@@ -1088,17 +1088,6 @@ export declare interface Datasource extends DatasourceMetadata {
|
|
1088
1088
|
* @returns A promise that resolves when the item has been updated.
|
1089
1089
|
*/
|
1090
1090
|
updateItem?(itemId: string, data: any): Promise<void>;
|
1091
|
-
/**
|
1092
|
-
* Returns the datasource parameters that are only relevant for the data server.
|
1093
|
-
* @public
|
1094
|
-
*/
|
1095
|
-
dataserverOnlyParams: DataserverParams;
|
1096
|
-
/**
|
1097
|
-
* Returns the request-only parameters for the datasource.
|
1098
|
-
* @public
|
1099
|
-
*/
|
1100
|
-
requestOnlyParams: RequestParams;
|
1101
|
-
updateLoadMoreCount(count: number): void;
|
1102
1091
|
}
|
1103
1092
|
|
1104
1093
|
/**
|
@@ -1145,7 +1134,6 @@ export declare class DatasourceDefaults {
|
|
1145
1134
|
static readonly DATASERVER_ROW_ID = "ROW_REF";
|
1146
1135
|
static readonly REQUEST_SERVER_ROW_ID = "RECORD_ID";
|
1147
1136
|
static readonly DEFAULT_PAGINATION_PAGE_SIZE = 25;
|
1148
|
-
static readonly DEFAULT_REQ_REP_OFFSET = 0;
|
1149
1137
|
}
|
1150
1138
|
|
1151
1139
|
/**
|
@@ -1614,9 +1602,6 @@ export declare class DatasourceMock implements Datasource {
|
|
1614
1602
|
createItem?(data: any): Promise<string>;
|
1615
1603
|
deleteItem?(itemId: string): Promise<void>;
|
1616
1604
|
updateItem?(itemId: string, data: any): Promise<void>;
|
1617
|
-
get dataserverOnlyParams(): DataserverParams;
|
1618
|
-
get requestOnlyParams(): RequestParams;
|
1619
|
-
updateLoadMoreCount(count: number): void;
|
1620
1605
|
}
|
1621
1606
|
|
1622
1607
|
/**
|
@@ -1625,27 +1610,23 @@ export declare class DatasourceMock implements Datasource {
|
|
1625
1610
|
*/
|
1626
1611
|
export declare interface DatasourceOptions {
|
1627
1612
|
/**
|
1628
|
-
* The
|
1629
|
-
* @remarks Works with both DATASERVER and REQUEST_SERVER resources.
|
1613
|
+
* The name of the resource to use for the datasource.
|
1630
1614
|
*/
|
1631
|
-
|
1615
|
+
resourceName?: string;
|
1632
1616
|
/**
|
1633
1617
|
* Whether the datasource is a snapshot or not.
|
1634
1618
|
*/
|
1635
1619
|
isSnapshot?: boolean;
|
1636
1620
|
/**
|
1637
|
-
* The
|
1621
|
+
* The criteria used to filter data in the datasource.
|
1638
1622
|
* @remarks Works with both DATASERVER and REQUEST_SERVER resources.
|
1639
1623
|
*/
|
1640
|
-
|
1641
|
-
/**
|
1642
|
-
* The field to use for sorting the data.
|
1643
|
-
*/
|
1644
|
-
orderBy?: string;
|
1624
|
+
criteria?: string;
|
1645
1625
|
/**
|
1646
|
-
* The
|
1626
|
+
* The maximum number of rows to return from the datasource.
|
1627
|
+
* @remarks Works with both DATASERVER and REQUEST_SERVER resources.
|
1647
1628
|
*/
|
1648
|
-
|
1629
|
+
maxRows?: number;
|
1649
1630
|
/**
|
1650
1631
|
* The current page/"view" number being displayed.
|
1651
1632
|
* @remarks Works with both DATASERVER and REQUEST_SERVER resources.
|
@@ -1666,6 +1647,11 @@ export declare interface DatasourceOptions {
|
|
1666
1647
|
* @remarks Only works with DATASERVER resources.
|
1667
1648
|
*/
|
1668
1649
|
movingView?: boolean;
|
1650
|
+
/**
|
1651
|
+
* The field to use for sorting the data.
|
1652
|
+
* @remarks Only works with DATASERVER.
|
1653
|
+
*/
|
1654
|
+
orderBy?: string;
|
1669
1655
|
/**
|
1670
1656
|
* Whether to return the data in reverse order or not.
|
1671
1657
|
* @remarks Only works with DATASERVER resources.
|
@@ -1676,12 +1662,6 @@ export declare interface DatasourceOptions {
|
|
1676
1662
|
* @remarks Only works with REQUEST_SERVER resources.
|
1677
1663
|
*/
|
1678
1664
|
disablePolling?: boolean;
|
1679
|
-
/**
|
1680
|
-
* The offset to use when fetching data.
|
1681
|
-
* @remarks Only works with REQUEST_SERVER resources.
|
1682
|
-
* @remarks relates to MAX_ROWS.
|
1683
|
-
*/
|
1684
|
-
offset?: number;
|
1685
1665
|
/**
|
1686
1666
|
* The polling interval to use when using request/reply.
|
1687
1667
|
* @remarks Only works with REQUEST_SERVER resources.
|
@@ -1689,15 +1669,15 @@ export declare interface DatasourceOptions {
|
|
1689
1669
|
*/
|
1690
1670
|
pollingInterval?: number;
|
1691
1671
|
/**
|
1692
|
-
*
|
1672
|
+
* The request to send to the server.
|
1693
1673
|
* @remarks Only works with REQUEST_SERVER resources.
|
1694
1674
|
*/
|
1695
|
-
|
1675
|
+
request?: any;
|
1696
1676
|
/**
|
1697
|
-
*
|
1677
|
+
* Array of event names that will trigger an additional poll.
|
1698
1678
|
* @remarks Only works with REQUEST_SERVER resources.
|
1699
1679
|
*/
|
1700
|
-
|
1680
|
+
pollTriggerEvents?: string[];
|
1701
1681
|
/**
|
1702
1682
|
* Whether the Datasource service will setup RQUEST object based on metadata.
|
1703
1683
|
* @remarks Default is `true`. Only works with REQUEST_SERVER resources.
|
@@ -1965,10 +1945,6 @@ export declare class DefaultDatasource implements Datasource {
|
|
1965
1945
|
customRequestFields: MetadataDetail[];
|
1966
1946
|
/** {@inheritDoc DatasourceMetadata.availableIndexes} */
|
1967
1947
|
availableIndexes: IndexDetail[];
|
1968
|
-
/** {@inheritDoc DatasourceMetadata.criteriaOnlyRequest} */
|
1969
|
-
criteriaOnlyRequest: boolean;
|
1970
|
-
/** Track load more count for RequestServer temporary MAX_ROWS calculation */
|
1971
|
-
loadMoreCount: number;
|
1972
1948
|
/** {@inheritDoc Datasource.initialized} */
|
1973
1949
|
get initialized(): boolean;
|
1974
1950
|
readOnly: boolean;
|
@@ -2000,16 +1976,6 @@ export declare class DefaultDatasource implements Datasource {
|
|
2000
1976
|
* @internal
|
2001
1977
|
*/
|
2002
1978
|
get requestOnlyParams(): RequestParams;
|
2003
|
-
/**
|
2004
|
-
* @internal
|
2005
|
-
* Builds REQUEST fields object for auto-setup scenarios.
|
2006
|
-
*/
|
2007
|
-
private buildRequestFields;
|
2008
|
-
/**
|
2009
|
-
* Updates the load more count for RequestServer scenarios
|
2010
|
-
* @internal
|
2011
|
-
*/
|
2012
|
-
updateLoadMoreCount(count: number): void;
|
2013
1979
|
snapshot(overrideParams?: any): Promise<Message>;
|
2014
1980
|
snapshotFiltered(rowId?: string): Promise<any[]>;
|
2015
1981
|
private createStream;
|
@@ -3874,7 +3840,6 @@ export declare type Metadata = {
|
|
3874
3840
|
TYPE?: string;
|
3875
3841
|
INDEXES?: IndexDetail[];
|
3876
3842
|
ERROR?: string;
|
3877
|
-
CRITERIA_ONLY_REQUEST?: boolean;
|
3878
3843
|
};
|
3879
3844
|
|
3880
3845
|
/**
|
@@ -4202,10 +4167,8 @@ export declare type ReplyDetail = {
|
|
4202
4167
|
* @public
|
4203
4168
|
*/
|
4204
4169
|
export declare type RequestDetailsParam = {
|
4205
|
-
CRITERIA_MATCH?: string;
|
4206
4170
|
MAX_ROWS?: number;
|
4207
|
-
|
4208
|
-
ORDER_BY?: string;
|
4171
|
+
CRITERIA_MATCH?: string;
|
4209
4172
|
VIEW_NUMBER?: number;
|
4210
4173
|
};
|
4211
4174
|
|
@@ -4224,13 +4187,12 @@ export declare type RequestParams = {
|
|
4224
4187
|
* @public
|
4225
4188
|
*/
|
4226
4189
|
export declare type RequestServerResult = {
|
4190
|
+
SOURCE_REF?: string;
|
4191
|
+
REPLY: any[];
|
4227
4192
|
MESSAGE_TYPE?: string;
|
4228
4193
|
MORE_ROWS?: boolean;
|
4229
|
-
NEXT_OFFSET?: number;
|
4230
4194
|
NEXT_VIEW?: number;
|
4231
4195
|
PARAMETRIC_TYPE?: string;
|
4232
|
-
REPLY: any[];
|
4233
|
-
SOURCE_REF?: string;
|
4234
4196
|
ROWS_COUNT?: number;
|
4235
4197
|
SEQUENCE_ID?: number;
|
4236
4198
|
};
|
@@ -42,25 +42,6 @@ Description
|
|
42
42
|
</th></tr></thead>
|
43
43
|
<tbody><tr><td>
|
44
44
|
|
45
|
-
[dataserverOnlyParams](./foundation-comms.datasource.dataserveronlyparams.md)
|
46
|
-
|
47
|
-
|
48
|
-
</td><td>
|
49
|
-
|
50
|
-
|
51
|
-
</td><td>
|
52
|
-
|
53
|
-
[DataserverParams](./foundation-comms.dataserverparams.md)
|
54
|
-
|
55
|
-
|
56
|
-
</td><td>
|
57
|
-
|
58
|
-
Returns the datasource parameters that are only relevant for the data server.
|
59
|
-
|
60
|
-
|
61
|
-
</td></tr>
|
62
|
-
<tr><td>
|
63
|
-
|
64
45
|
[initialized](./foundation-comms.datasource.initialized.md)
|
65
46
|
|
66
47
|
|
@@ -96,25 +77,6 @@ boolean
|
|
96
77
|
Indicates whether the datasource is read-only. TODO: Should have is prefix
|
97
78
|
|
98
79
|
|
99
|
-
</td></tr>
|
100
|
-
<tr><td>
|
101
|
-
|
102
|
-
[requestOnlyParams](./foundation-comms.datasource.requestonlyparams.md)
|
103
|
-
|
104
|
-
|
105
|
-
</td><td>
|
106
|
-
|
107
|
-
|
108
|
-
</td><td>
|
109
|
-
|
110
|
-
[RequestParams](./foundation-comms.requestparams.md)
|
111
|
-
|
112
|
-
|
113
|
-
</td><td>
|
114
|
-
|
115
|
-
Returns the request-only parameters for the datasource.
|
116
|
-
|
117
|
-
|
118
80
|
</td></tr>
|
119
81
|
<tr><td>
|
120
82
|
|
@@ -351,15 +313,6 @@ _(Optional)_ Updates the data in the datasource with the specified data.
|
|
351
313
|
_(Optional)_ Updates an item in the datasource with the given ID and data.
|
352
314
|
|
353
315
|
|
354
|
-
</td></tr>
|
355
|
-
<tr><td>
|
356
|
-
|
357
|
-
[updateLoadMoreCount(count)](./foundation-comms.datasource.updateloadmorecount.md)
|
358
|
-
|
359
|
-
|
360
|
-
</td><td>
|
361
|
-
|
362
|
-
|
363
316
|
</td></tr>
|
364
317
|
<tr><td>
|
365
318
|
|
@@ -76,27 +76,6 @@ Description
|
|
76
76
|
</td><td>
|
77
77
|
|
78
78
|
|
79
|
-
</td></tr>
|
80
|
-
<tr><td>
|
81
|
-
|
82
|
-
[DEFAULT\_REQ\_REP\_OFFSET](./foundation-comms.datasourcedefaults.default_req_rep_offset.md)
|
83
|
-
|
84
|
-
|
85
|
-
</td><td>
|
86
|
-
|
87
|
-
`static`
|
88
|
-
|
89
|
-
`readonly`
|
90
|
-
|
91
|
-
|
92
|
-
</td><td>
|
93
|
-
|
94
|
-
(not declared)
|
95
|
-
|
96
|
-
|
97
|
-
</td><td>
|
98
|
-
|
99
|
-
|
100
79
|
</td></tr>
|
101
80
|
<tr><td>
|
102
81
|
|
@@ -167,25 +167,6 @@ boolean
|
|
167
167
|
_(Optional)_ Defines the behaviour of the client view when new rows are received in real time.
|
168
168
|
|
169
169
|
|
170
|
-
</td></tr>
|
171
|
-
<tr><td>
|
172
|
-
|
173
|
-
[offset?](./foundation-comms.datasourceoptions.offset.md)
|
174
|
-
|
175
|
-
|
176
|
-
</td><td>
|
177
|
-
|
178
|
-
|
179
|
-
</td><td>
|
180
|
-
|
181
|
-
number
|
182
|
-
|
183
|
-
|
184
|
-
</td><td>
|
185
|
-
|
186
|
-
_(Optional)_ The offset to use when fetching data.
|
187
|
-
|
188
|
-
|
189
170
|
</td></tr>
|
190
171
|
<tr><td>
|
191
172
|
|
@@ -163,24 +163,6 @@ Description
|
|
163
163
|
</td><td>
|
164
164
|
|
165
165
|
|
166
|
-
</td></tr>
|
167
|
-
<tr><td>
|
168
|
-
|
169
|
-
[criteriaOnlyRequest](./foundation-comms.defaultdatasource.criteriaonlyrequest.md)
|
170
|
-
|
171
|
-
|
172
|
-
</td><td>
|
173
|
-
|
174
|
-
|
175
|
-
</td><td>
|
176
|
-
|
177
|
-
boolean
|
178
|
-
|
179
|
-
|
180
|
-
</td><td>
|
181
|
-
|
182
|
-
|
183
|
-
|
184
166
|
</td></tr>
|
185
167
|
<tr><td>
|
186
168
|
|
@@ -256,25 +238,6 @@ boolean
|
|
256
238
|
Indicates whether the datasource has been initialized.
|
257
239
|
|
258
240
|
|
259
|
-
</td></tr>
|
260
|
-
<tr><td>
|
261
|
-
|
262
|
-
[loadMoreCount](./foundation-comms.defaultdatasource.loadmorecount.md)
|
263
|
-
|
264
|
-
|
265
|
-
</td><td>
|
266
|
-
|
267
|
-
|
268
|
-
</td><td>
|
269
|
-
|
270
|
-
number
|
271
|
-
|
272
|
-
|
273
|
-
</td><td>
|
274
|
-
|
275
|
-
Track load more count for RequestServer temporary MAX\_ROWS calculation
|
276
|
-
|
277
|
-
|
278
241
|
</td></tr>
|
279
242
|
<tr><td>
|
280
243
|
|
@@ -20,7 +20,6 @@ export type Metadata = {
|
|
20
20
|
TYPE?: string;
|
21
21
|
INDEXES?: IndexDetail[];
|
22
22
|
ERROR?: string;
|
23
|
-
CRITERIA_ONLY_REQUEST?: boolean;
|
24
23
|
};
|
25
24
|
```
|
26
25
|
**References:** [MetadataDetail](./foundation-comms.metadatadetail.md)<!-- -->, [ReplyDetail](./foundation-comms.replydetail.md)<!-- -->, [IndexDetail](./foundation-comms.indexdetail.md)
|