UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

705 lines 21.6 kB
{ "id": "Datasource.querycontext", "nodeType": "class", "name": "QueryContext", "namespace": "Datasource", "startToken": { "type": "declaration.entity.name.class", "text": "QueryContext", "textToLower": "querycontext", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_QueryContext_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "An instance of QueryContext is provided to the query method on your DataSource.Connection class. The instance corresponds to a SOQL request.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_DataSource_QueryContext.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "querymoretoken": { "id": "Datasource.querycontext.method.string querymoretoken{get;set;}", "nodeType": "property", "name": "queryMoreToken", "startToken": { "type": "declaration.entity.name.property", "text": "queryMoreToken", "textToLower": "querymoretoken", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_queryMoreToken_-1:0" }, "parentId": "Datasource.querycontext", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String queryMoreToken { get; set; }", "simplifiedSignature": "String queryMoreToken{get;set;}", "datatype": { "id": ".datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "QueryContext", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "tableselection": { "id": "Datasource.querycontext.method.datasource.tableselection tableselection{get;set;}", "nodeType": "property", "name": "tableSelection", "startToken": { "type": "declaration.entity.name.property", "text": "tableSelection", "textToLower": "tableselection", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_tableSelection_-1:0" }, "parentId": "Datasource.querycontext", "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public DataSource.TableSelection tableSelection { get; set; }", "simplifiedSignature": "DataSource.TableSelection tableSelection{get;set;}", "datatype": { "id": ".datatype.DataSource.TableSelection", "nodeType": "datatype", "name": "DataSource.TableSelection", "startToken": { "type": "datatype.support.namespace", "text": "DataSource", "textToLower": "datasource", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 17 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_DataSource_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "DataSource.TableSelection" }, "parentName": "QueryContext", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } } }, "methods": { "get(list<datasource.table>,integer,integer,datasource.tableselection)": { "id": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection)", "nodeType": "method", "name": "get", "startToken": { "type": "declaration.entity.name.function", "text": "get", "textToLower": "get", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_get_-1:0" }, "parentId": "Datasource.querycontext", "order": 1, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static DataSource.QueryContext get(List<DataSource.Table> metadata, Integer offset, Integer maxResults, DataSource.TableSelection tableSelection)", "overrideSignature": "public static override DataSource.QueryContext get(List<DataSource.Table> metadata, Integer offset, Integer maxResults, DataSource.TableSelection tableSelection)", "simplifiedSignature": "get(List<DataSource.Table>,Integer,Integer,DataSource.TableSelection)", "datatype": { "id": "Datasource.querycontext.get.datatype.DataSource.QueryContext", "nodeType": "datatype", "name": "DataSource.QueryContext", "startToken": { "type": "datatype.support.namespace", "text": "DataSource", "textToLower": "datasource", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_DataSource_0:14" }, "parentId": "Datasource.querycontext.get", "order": 0, "memberOrder": 0, "type": "DataSource.QueryContext" }, "description": "Creates an instance of the QueryContext class.", "parentName": "QueryContext", "variables": {}, "params": { "metadata": { "id": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection).varParam.metadata", "nodeType": "variable", "name": "metadata", "startToken": { "type": "declaration.entity.name.variable", "text": "metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 73 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_metadata_0:65" }, "endToken": { "type": "declaration.entity.name.variable", "text": "metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 73 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_metadata_0:65" }, "parentId": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection)", "order": 1, "memberOrder": 1, "datatype": { "id": "Datasource.querycontext.get.datatype.List<DataSource.Table>", "nodeType": "datatype", "name": "List<DataSource.Table>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 42 }, "end": { "line": 0, "character": 46 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:42" }, "parentId": "Datasource.querycontext.get", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Datasource.querycontext.get.datatype.List<DataSource.Table>.value.DataSource.Table", "nodeType": "datatype", "name": "DataSource.Table", "startToken": { "type": "datatype.support.namespace", "text": "DataSource", "textToLower": "datasource", "isAux": false, "range": { "start": { "line": 0, "character": 47 }, "end": { "line": 0, "character": 57 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_DataSource_0:47" }, "order": 0, "memberOrder": 0, "type": "DataSource.Table" } }, "scope": null }, "offset": { "id": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection).varParam.offset", "nodeType": "variable", "name": "offset", "startToken": { "type": "declaration.entity.name.variable", "text": "offset", "textToLower": "offset", "isAux": false, "range": { "start": { "line": 0, "character": 83 }, "end": { "line": 0, "character": 89 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_offset_0:83" }, "endToken": { "type": "declaration.entity.name.variable", "text": "offset", "textToLower": "offset", "isAux": false, "range": { "start": { "line": 0, "character": 83 }, "end": { "line": 0, "character": 89 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_offset_0:83" }, "parentId": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection)", "order": 2, "memberOrder": 2, "datatype": { "id": "Datasource.querycontext.get.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 75 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:75" }, "parentId": "Datasource.querycontext.get", "order": 0, "memberOrder": 0, "type": "Integer" }, "scope": null }, "maxresults": { "id": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection).varParam.maxresults", "nodeType": "variable", "name": "maxResults", "startToken": { "type": "declaration.entity.name.variable", "text": "maxResults", "textToLower": "maxresults", "isAux": false, "range": { "start": { "line": 0, "character": 99 }, "end": { "line": 0, "character": 109 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_maxResults_0:99" }, "endToken": { "type": "declaration.entity.name.variable", "text": "maxResults", "textToLower": "maxresults", "isAux": false, "range": { "start": { "line": 0, "character": 99 }, "end": { "line": 0, "character": 109 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_maxResults_0:99" }, "parentId": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection)", "order": 3, "memberOrder": 3, "datatype": { "id": "Datasource.querycontext.get.datatype.Integer", "nodeType": "datatype", "name": "Integer", "startToken": { "type": "datatype.primitive", "text": "Integer", "textToLower": "integer", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 98 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Integer_0:91" }, "parentId": "Datasource.querycontext.get", "order": 0, "memberOrder": 0, "type": "Integer" }, "scope": null }, "tableselection": { "id": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection).varParam.tableselection", "nodeType": "variable", "name": "tableSelection", "startToken": { "type": "declaration.entity.name.variable", "text": "tableSelection", "textToLower": "tableselection", "isAux": false, "range": { "start": { "line": 0, "character": 137 }, "end": { "line": 0, "character": 151 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_tableSelection_0:137" }, "endToken": { "type": "declaration.entity.name.variable", "text": "tableSelection", "textToLower": "tableselection", "isAux": false, "range": { "start": { "line": 0, "character": 137 }, "end": { "line": 0, "character": 151 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_tableSelection_0:137" }, "parentId": "Datasource.querycontext.method.get(list<datasource.table>,integer,integer,datasource.tableselection)", "order": 4, "memberOrder": 4, "datatype": { "id": "Datasource.querycontext.get.datatype.DataSource.TableSelection", "nodeType": "datatype", "name": "DataSource.TableSelection", "startToken": { "type": "datatype.support.namespace", "text": "DataSource", "textToLower": "datasource", "isAux": false, "range": { "start": { "line": 0, "character": 111 }, "end": { "line": 0, "character": 121 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_DataSource_0:111" }, "parentId": "Datasource.querycontext.get", "order": 0, "memberOrder": 0, "type": "DataSource.TableSelection" }, "description": "List of table metadata that describes the external system’s tables to query. Used for client-driven paging. Specifies the starting row offset into the query’s result set. Used for client-driven paging. Specifies the maximum number of rows to return in each batch. Query details that represent the FROM, ORDER BY, SELECT, and WHERE clauses in a SOQL or SOSL query.", "scope": null } }, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 3, "queries": [] }