@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
355 lines • 9.65 kB
JSON
{
"id": "Approval.lockresult",
"nodeType": "class",
"name": "LockResult",
"namespace": "Approval",
"startToken": {
"type": "declaration.entity.name.class",
"text": "LockResult",
"textToLower": "lockresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_LockResult_-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 record lock returned by a System.Approval.lock() method.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Approval_LockResult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"geterrors()": {
"id": "Approval.lockresult.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": "Approval.lockresult",
"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<Database.Error> getErrors()",
"overrideSignature": "public override List<Database.Error> getErrors()",
"simplifiedSignature": "getErrors()",
"datatype": {
"id": "Approval.lockresult.geterrors.datatype.List<Database.Error>",
"nodeType": "datatype",
"name": "List<Database.Error>",
"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": "Approval.lockresult.geterrors",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "Approval.lockresult.geterrors.datatype.List<Database.Error>.value.Database.Error",
"nodeType": "datatype",
"name": "Database.Error",
"startToken": {
"type": "datatype.support.namespace",
"text": "Database",
"textToLower": "database",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Database_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "Database.Error"
}
},
"description": "If an error occurred, returns an array of one or more database error objects, providing the error code and description.",
"parentName": "LockResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getid()": {
"id": "Approval.lockresult.method.getid()",
"nodeType": "method",
"name": "getId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getId",
"textToLower": "getid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getId_-1:0"
},
"parentId": "Approval.lockresult",
"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 getId()",
"overrideSignature": "public override Id getId()",
"simplifiedSignature": "getId()",
"datatype": {
"id": "Approval.lockresult.getid.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": "Approval.lockresult.getid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the ID of the sObject you are trying to lock.",
"parentName": "LockResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"issuccess()": {
"id": "Approval.lockresult.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": "Approval.lockresult",
"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 Boolean isSuccess()",
"overrideSignature": "public override Boolean isSuccess()",
"simplifiedSignature": "isSuccess()",
"datatype": {
"id": "Approval.lockresult.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": "Approval.lockresult.issuccess",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "A Boolean value that is set to true if the lock operation is successful for this object, or false otherwise.",
"parentName": "LockResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}