UNPKG

@aurahelper/languages

Version:

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

438 lines 12.7 kB
{ "id": "Datacloud.duplicateresult", "nodeType": "class", "name": "DuplicateResult", "namespace": "Datacloud", "startToken": { "type": "declaration.entity.name.class", "text": "DuplicateResult", "textToLower": "duplicateresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_DuplicateResult_-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": "Represents the details of a duplicate rule that detected duplicate records and information about those duplicate records.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Datacloud_DuplicateResult.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getduplicaterule()": { "id": "Datacloud.duplicateresult.method.getduplicaterule()", "nodeType": "method", "name": "getDuplicateRule", "startToken": { "type": "declaration.entity.name.function", "text": "getDuplicateRule", "textToLower": "getduplicaterule", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDuplicateRule_-1:0" }, "parentId": "Datacloud.duplicateresult", "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 String getDuplicateRule()", "overrideSignature": "public override String getDuplicateRule()", "simplifiedSignature": "getDuplicateRule()", "datatype": { "id": "Datacloud.duplicateresult.getduplicaterule.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Datacloud.duplicateresult.getduplicaterule", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the developer name of the executed duplicate rule that returned duplicate records.", "parentName": "DuplicateResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "geterrormessage()": { "id": "Datacloud.duplicateresult.method.geterrormessage()", "nodeType": "method", "name": "getErrorMessage", "startToken": { "type": "declaration.entity.name.function", "text": "getErrorMessage", "textToLower": "geterrormessage", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getErrorMessage_-1:0" }, "parentId": "Datacloud.duplicateresult", "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 String getErrorMessage()", "overrideSignature": "public override String getErrorMessage()", "simplifiedSignature": "getErrorMessage()", "datatype": { "id": "Datacloud.duplicateresult.geterrormessage.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Datacloud.duplicateresult.geterrormessage", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the error message configured by the administrator to warn users they may be creating duplicate records. This message is associated with a duplicate rule.", "parentName": "DuplicateResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getmatchresults()": { "id": "Datacloud.duplicateresult.method.getmatchresults()", "nodeType": "method", "name": "getMatchResults", "startToken": { "type": "declaration.entity.name.function", "text": "getMatchResults", "textToLower": "getmatchresults", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getMatchResults_-1:0" }, "parentId": "Datacloud.duplicateresult", "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<Datacloud.MatchResult> getMatchResults()", "overrideSignature": "public override List<Datacloud.MatchResult> getMatchResults()", "simplifiedSignature": "getMatchResults()", "datatype": { "id": "Datacloud.duplicateresult.getmatchresults.datatype.List<Datacloud.MatchResult>", "nodeType": "datatype", "name": "List<Datacloud.MatchResult>", "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": "Datacloud.duplicateresult.getmatchresults", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Datacloud.duplicateresult.getmatchresults.datatype.List<Datacloud.MatchResult>.value.Datacloud.MatchResult", "nodeType": "datatype", "name": "Datacloud.MatchResult", "startToken": { "type": "datatype.support.namespace", "text": "Datacloud", "textToLower": "datacloud", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 21 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Datacloud_0:12" }, "order": 0, "memberOrder": 0, "type": "Datacloud.MatchResult" } }, "description": "Returns the duplicate records and match information.", "parentName": "DuplicateResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "isallowsave()": { "id": "Datacloud.duplicateresult.method.isallowsave()", "nodeType": "method", "name": "isAllowSave", "startToken": { "type": "declaration.entity.name.function", "text": "isAllowSave", "textToLower": "isallowsave", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_isAllowSave_-1:0" }, "parentId": "Datacloud.duplicateresult", "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 Boolean isAllowSave()", "overrideSignature": "public override Boolean isAllowSave()", "simplifiedSignature": "isAllowSave()", "datatype": { "id": "Datacloud.duplicateresult.isallowsave.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": "Datacloud.duplicateresult.isallowsave", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Indicates whether the duplicate rule will allow a record that’s identified as a duplicate to be saved. Set to true if duplicate rule should allow save; otherwise, false.", "parentName": "DuplicateResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 4, "queries": [] }