@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
577 lines • 16.2 kB
JSON
{
"id": "Database.leadconvertresult",
"nodeType": "class",
"name": "LeadConvertResult",
"namespace": "Database",
"startToken": {
"type": "declaration.entity.name.class",
"text": "LeadConvertResult",
"textToLower": "leadconvertresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_LeadConvertResult_-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": "The result of a lead conversion.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_database_leadconvertresult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getaccountid()": {
"id": "Database.leadconvertresult.method.getaccountid()",
"nodeType": "method",
"name": "getAccountId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAccountId",
"textToLower": "getaccountid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAccountId_-1:0"
},
"parentId": "Database.leadconvertresult",
"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 getAccountId()",
"overrideSignature": "public override ID getAccountId()",
"simplifiedSignature": "getAccountId()",
"datatype": {
"id": "Database.leadconvertresult.getaccountid.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.leadconvertresult.getaccountid",
"order": 0,
"memberOrder": 0,
"type": "ID"
},
"description": "The ID of the new account (if a new account was specified) or the ID of the account specified when convertLead was invoked.",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getcontactid()": {
"id": "Database.leadconvertresult.method.getcontactid()",
"nodeType": "method",
"name": "getContactId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getContactId",
"textToLower": "getcontactid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getContactId_-1:0"
},
"parentId": "Database.leadconvertresult",
"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 getContactId()",
"overrideSignature": "public override ID getContactId()",
"simplifiedSignature": "getContactId()",
"datatype": {
"id": "Database.leadconvertresult.getcontactid.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.leadconvertresult.getcontactid",
"order": 0,
"memberOrder": 0,
"type": "ID"
},
"description": "The ID of the new contact (if a new contact was specified) or the ID of the contact specified when convertLead was invoked.",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"geterrors()": {
"id": "Database.leadconvertresult.method.geterrors()",
"nodeType": "method",
"name": "getErrors",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getErrors",
"textToLower": "geterrors",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getErrors_-1:0"
},
"parentId": "Database.leadconvertresult",
"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 Database.Error[] getErrors()",
"overrideSignature": "public override Database.Error[] getErrors()",
"simplifiedSignature": "getErrors()",
"datatype": {
"id": "Database.leadconvertresult.geterrors.datatype.Database.Error[]",
"nodeType": "datatype",
"name": "Database.Error[]",
"startToken": {
"type": "datatype.support.namespace",
"text": "Database",
"textToLower": "database",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 15
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Database_0:7"
},
"parentId": "Database.leadconvertresult.geterrors",
"order": 0,
"memberOrder": 0,
"type": "Database.Error[]"
},
"description": "If an error occurred, an array of one or more database error objects providing the error code and description.",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getleadid()": {
"id": "Database.leadconvertresult.method.getleadid()",
"nodeType": "method",
"name": "getLeadId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLeadId",
"textToLower": "getleadid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLeadId_-1:0"
},
"parentId": "Database.leadconvertresult",
"order": 4,
"memberOrder": 4,
"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 getLeadId()",
"overrideSignature": "public override ID getLeadId()",
"simplifiedSignature": "getLeadId()",
"datatype": {
"id": "Database.leadconvertresult.getleadid.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.leadconvertresult.getleadid",
"order": 0,
"memberOrder": 0,
"type": "ID"
},
"description": "The ID of the converted lead.",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getopportunityid()": {
"id": "Database.leadconvertresult.method.getopportunityid()",
"nodeType": "method",
"name": "getOpportunityId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getOpportunityId",
"textToLower": "getopportunityid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getOpportunityId_-1:0"
},
"parentId": "Database.leadconvertresult",
"order": 5,
"memberOrder": 5,
"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 getOpportunityId()",
"overrideSignature": "public override ID getOpportunityId()",
"simplifiedSignature": "getOpportunityId()",
"datatype": {
"id": "Database.leadconvertresult.getopportunityid.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.leadconvertresult.getopportunityid",
"order": 0,
"memberOrder": 0,
"type": "ID"
},
"description": "The ID of the new opportunity, if one was created when convertLead was invoked.",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"issuccess()": {
"id": "Database.leadconvertresult.method.issuccess()",
"nodeType": "method",
"name": "isSuccess",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isSuccess",
"textToLower": "issuccess",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isSuccess_-1:0"
},
"parentId": "Database.leadconvertresult",
"order": 6,
"memberOrder": 6,
"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 Boolean isSuccess()",
"overrideSignature": "public override Boolean isSuccess()",
"simplifiedSignature": "isSuccess()",
"datatype": {
"id": "Database.leadconvertresult.issuccess.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "Database.leadconvertresult.issuccess",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "A Boolean value that is set to true if the DML operation was successful for this object, false otherwise",
"parentName": "LeadConvertResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}