UNPKG

@aurahelper/languages

Version:

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

272 lines 7.44 kB
{ "id": "Database.getupdatedresult", "nodeType": "class", "name": "GetUpdatedResult", "namespace": "Database", "startToken": { "type": "declaration.entity.name.class", "text": "GetUpdatedResult", "textToLower": "getupdatedresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_GetUpdatedResult_-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": "Contains the result for the Database.getUpdated method call.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_database_getupdatedresult.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getids()": { "id": "Database.getupdatedresult.method.getids()", "nodeType": "method", "name": "getIds", "startToken": { "type": "declaration.entity.name.function", "text": "getIds", "textToLower": "getids", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getIds_-1:0" }, "parentId": "Database.getupdatedresult", "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 List<Id> getIds()", "overrideSignature": "public override List<Id> getIds()", "simplifiedSignature": "getIds()", "datatype": { "id": "Database.getupdatedresult.getids.datatype.List<Id>", "nodeType": "datatype", "name": "List<Id>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Database.getupdatedresult.getids", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Database.getupdatedresult.getids.datatype.List<Id>.value.Id", "nodeType": "datatype", "name": "Id", "startToken": { "type": "datatype.primitive", "text": "Id", "textToLower": "id", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Id_0:12" }, "order": 0, "memberOrder": 0, "type": "Id" } }, "description": "Returns the IDs of records updated within the time window specified in the Database.getUpdated method.", "parentName": "GetUpdatedResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getlatestdatecovered()": { "id": "Database.getupdatedresult.method.getlatestdatecovered()", "nodeType": "method", "name": "getLatestDateCovered", "startToken": { "type": "declaration.entity.name.function", "text": "getLatestDateCovered", "textToLower": "getlatestdatecovered", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getLatestDateCovered_-1:0" }, "parentId": "Database.getupdatedresult", "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 Date getLatestDateCovered()", "overrideSignature": "public override Date getLatestDateCovered()", "simplifiedSignature": "getLatestDateCovered()", "datatype": { "id": "Database.getupdatedresult.getlatestdatecovered.datatype.Date", "nodeType": "datatype", "name": "Date", "startToken": { "type": "datatype.primitive", "text": "Date", "textToLower": "date", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Date_0:7" }, "parentId": "Database.getupdatedresult.getlatestdatecovered", "order": 0, "memberOrder": 0, "type": "Date" }, "description": "Returns the date in Coordinated Universal Time (UTC) of the last date covered in the Database.getUpdated call.", "parentName": "GetUpdatedResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 2, "queries": [] }