@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
286 lines • 9.17 kB
JSON
{
"id": "commercepayments.custommetadatatypeinfo",
"nodeType": "class",
"name": "CustomMetadataTypeInfo",
"namespace": "commercepayments",
"startToken": {
"type": "declaration.entity.name.class",
"text": "CustomMetadataTypeInfo",
"textToLower": "custommetadatatypeinfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_CustomMetadataTypeInfo_-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": "Access information about custom metadata. The PaymentGatewayAdapter can send CustomMetadataTypeInfo to transaction requests through the response object’s SalesforceResultCodeInfo.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_commercepayments_CustomMetadataTypeInfo.htm#apex_class_commerce_payments_CustomMetadataTypeInfo",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {},
"constructors": {
"custommetadatatypeinfo(string,string)": {
"id": "commercepayments.custommetadatatypeinfo.method.custommetadatatypeinfo(string,string)",
"nodeType": "constructor",
"name": "CustomMetadataTypeInfo",
"startToken": {
"type": "declaration.entity.name.function",
"text": "CustomMetadataTypeInfo",
"textToLower": "custommetadatatypeinfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_CustomMetadataTypeInfo_-1:0"
},
"parentId": "commercepayments.custommetadatatypeinfo",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_global_0:0"
},
"signature": "global CustomMetadataTypeInfo(String cmtRecordId, String cmtSfResultCodeFieldName)",
"overrideSignature": "global override CustomMetadataTypeInfo(String cmtRecordId, String cmtSfResultCodeFieldName)",
"simplifiedSignature": "CustomMetadataTypeInfo(String,String)",
"description": "Constructor for providing custom metadata type information.",
"parentName": "CustomMetadataTypeInfo",
"variables": {},
"params": {
"cmtrecordid": {
"id": "commercepayments.custommetadatatypeinfo.method.custommetadatatypeinfo(string,string).varParam.cmtrecordid",
"nodeType": "variable",
"name": "cmtRecordId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "cmtRecordId",
"textToLower": "cmtrecordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 48
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cmtRecordId_0:37"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "cmtRecordId",
"textToLower": "cmtrecordid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 48
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cmtRecordId_0:37"
},
"parentId": "commercepayments.custommetadatatypeinfo.method.custommetadatatypeinfo(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "commercepayments.custommetadatatypeinfo.custommetadatatypeinfo.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 30
},
"end": {
"line": 0,
"character": 36
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:30"
},
"parentId": "commercepayments.custommetadatatypeinfo.custommetadatatypeinfo",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"cmtsfresultcodefieldname": {
"id": "commercepayments.custommetadatatypeinfo.method.custommetadatatypeinfo(string,string).varParam.cmtsfresultcodefieldname",
"nodeType": "variable",
"name": "cmtSfResultCodeFieldName",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "cmtSfResultCodeFieldName",
"textToLower": "cmtsfresultcodefieldname",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cmtSfResultCodeFieldName_0:57"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "cmtSfResultCodeFieldName",
"textToLower": "cmtsfresultcodefieldname",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 81
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cmtSfResultCodeFieldName_0:57"
},
"parentId": "commercepayments.custommetadatatypeinfo.method.custommetadatatypeinfo(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "commercepayments.custommetadatatypeinfo.custommetadatatypeinfo.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:50"
},
"parentId": "commercepayments.custommetadatatypeinfo.custommetadatatypeinfo",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the matchedcustom metadata type record Field that contains the Salesforce result code values. Belongs to the custom metadata type.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 1,
"queries": []
}