UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

328 lines 9.15 kB
{ "id": "Database.emptyrecyclebinresult", "nodeType": "class", "name": "EmptyRecycleBinResult", "namespace": "Database", "startToken": { "type": "declaration.entity.name.class", "text": "EmptyRecycleBinResult", "textToLower": "emptyrecyclebinresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_EmptyRecycleBinResult_-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 the emptyRecycleBin DML operation returned by the Database.emptyRecycleBin method.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_database_EmptyRecycleBinResult.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "geterrors()": { "id": "Database.emptyrecyclebinresult.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.emptyrecyclebinresult", "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 Database.Errors[] getErrors()", "overrideSignature": "public override Database.Errors[] getErrors()", "simplifiedSignature": "getErrors()", "datatype": { "id": "Database.emptyrecyclebinresult.geterrors.datatype.Database.Errors[]", "nodeType": "datatype", "name": "Database.Errors[]", "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.emptyrecyclebinresult.geterrors", "order": 0, "memberOrder": 0, "type": "Database.Errors[]" }, "description": "If an error occurred during the delete for this record or sObject, returns a list of one or more Database.Error objects. If no errors occurred, the returned list is empty.", "parentName": "EmptyRecycleBinResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getid()": { "id": "Database.emptyrecyclebinresult.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": "Database.emptyrecyclebinresult", "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": "Database.emptyrecyclebinresult.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": "Database.emptyrecyclebinresult.getid", "order": 0, "memberOrder": 0, "type": "ID" }, "description": "Returns the ID of the record or sObject you attempted to delete.", "parentName": "EmptyRecycleBinResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "issuccess()": { "id": "Database.emptyrecyclebinresult.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.emptyrecyclebinresult", "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": "Database.emptyrecyclebinresult.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.emptyrecyclebinresult.issuccess", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Returns true if the record or sObject was successfully removed from the Recycle Bin; otherwise false.", "parentName": "EmptyRecycleBinResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 3, "queries": [] }