@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
337 lines • 8.88 kB
JSON
{
"id": "ConnectApi.batchinput",
"nodeType": "class",
"name": "BatchInput",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "BatchInput",
"textToLower": "batchinput",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_BatchInput_-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": "Construct a set of inputs to be passed into a method at the same time.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_batch.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"input": {
"id": "ConnectApi.batchinput.method.object input",
"nodeType": "variable",
"name": "input",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "input",
"textToLower": "input",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_input_-1:0"
},
"parentId": "ConnectApi.batchinput",
"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 Object input",
"simplifiedSignature": "Object input",
"datatype": {
"id": ".datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"parentName": "BatchInput"
},
"binary": {
"id": "ConnectApi.batchinput.method.connectapi.binaryinput binary",
"nodeType": "variable",
"name": "binary",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "binary",
"textToLower": "binary",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_binary_-1:0"
},
"parentId": "ConnectApi.batchinput",
"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 ConnectApi.BinaryInput binary",
"simplifiedSignature": "ConnectApi.BinaryInput binary",
"datatype": {
"id": ".datatype.ConnectApi.BinaryInput",
"nodeType": "datatype",
"name": "ConnectApi.BinaryInput",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 17
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.BinaryInput"
},
"parentName": "BatchInput"
},
"binaries": {
"id": "ConnectApi.batchinput.method.list<connectapi.binaryinput> binaries",
"nodeType": "variable",
"name": "binaries",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "binaries",
"textToLower": "binaries",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_binaries_-1:0"
},
"parentId": "ConnectApi.batchinput",
"order": 3,
"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"
},
"signature": "public List<ConnectApi.BinaryInput> binaries",
"simplifiedSignature": "List<ConnectApi.BinaryInput> binaries",
"datatype": {
"id": ".datatype.List<ConnectApi.BinaryInput>",
"nodeType": "datatype",
"name": "List<ConnectApi.BinaryInput>",
"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": "",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": ".datatype.List<ConnectApi.BinaryInput>.value.ConnectApi.BinaryInput",
"nodeType": "datatype",
"name": "ConnectApi.BinaryInput",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 22
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.BinaryInput"
}
},
"parentName": "BatchInput"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}