@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
245 lines • 6.53 kB
JSON
{
"id": "Database.batchablecontext",
"nodeType": "interface",
"name": "BatchableContext",
"namespace": "Database",
"startToken": {
"type": "declaration.entity.name.class",
"text": "BatchableContext",
"textToLower": "batchablecontext",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_BatchableContext_-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": "Represents the parameter type of a batch job method and contains the batch job ID. This interface is implemented internally by Apex.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_database_batchablecontext.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getchildjobid()": {
"id": "Database.batchablecontext.method.getchildjobid()",
"nodeType": "method",
"name": "getChildJobId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getChildJobId",
"textToLower": "getchildjobid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getChildJobId_-1:0"
},
"parentId": "Database.batchablecontext",
"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 Id getChildJobId()",
"overrideSignature": "public override Id getChildJobId()",
"simplifiedSignature": "getChildJobId()",
"datatype": {
"id": "Database.batchablecontext.getchildjobid.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 9
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:7"
},
"parentId": "Database.batchablecontext.getchildjobid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the ID of the current batch job chunk that is being processed.",
"parentName": "BatchableContext",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getjobid()": {
"id": "Database.batchablecontext.method.getjobid()",
"nodeType": "method",
"name": "getJobId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getJobId",
"textToLower": "getjobid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getJobId_-1:0"
},
"parentId": "Database.batchablecontext",
"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 Id getJobId()",
"overrideSignature": "public override Id getJobId()",
"simplifiedSignature": "getJobId()",
"datatype": {
"id": "Database.batchablecontext.getjobid.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 9
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:7"
},
"parentId": "Database.batchablecontext.getjobid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the batch job ID.",
"parentName": "BatchableContext",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 2,
"queries": []
}