UNPKG

@aurahelper/languages

Version:

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

314 lines 9.55 kB
{ "id": "Metadata.deploycallback", "nodeType": "interface", "name": "DeployCallback", "namespace": "Metadata", "startToken": { "type": "declaration.entity.name.class", "text": "DeployCallback", "textToLower": "deploycallback", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_DeployCallback_-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": "An interface for metadata deployment callback classes.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_Metadata_DeployCallback.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "handleresult(metadata.deployresult,metadata.deploycallbackcontext)": { "id": "Metadata.deploycallback.method.handleresult(metadata.deployresult,metadata.deploycallbackcontext)", "nodeType": "method", "name": "handleResult", "startToken": { "type": "declaration.entity.name.function", "text": "handleResult", "textToLower": "handleresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_handleResult_-1:0" }, "parentId": "Metadata.deploycallback", "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 void handleResult(Metadata.DeployResult var1, Metadata.DeployCallbackContext var2)", "overrideSignature": "public override void handleResult(Metadata.DeployResult var1, Metadata.DeployCallbackContext var2)", "simplifiedSignature": "handleResult(Metadata.DeployResult,Metadata.DeployCallbackContext)", "datatype": { "id": "Metadata.deploycallback.handleresult.datatype.void", "nodeType": "datatype", "name": "void", "startToken": { "type": "datatype.primitive", "text": "void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_void_0:7" }, "parentId": "Metadata.deploycallback.handleresult", "order": 0, "memberOrder": 0, "type": "void" }, "description": "Method that is called when the asynchronous deployment of custom metadata completes.", "parentName": "DeployCallback", "variables": {}, "params": { "var1": { "id": "Metadata.deploycallback.method.handleresult(metadata.deployresult,metadata.deploycallbackcontext).varParam.var1", "nodeType": "variable", "name": "var1", "startToken": { "type": "declaration.entity.name.variable", "text": "var1", "textToLower": "var1", "isAux": false, "range": { "start": { "line": 0, "character": 47 }, "end": { "line": 0, "character": 51 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var1_0:47" }, "endToken": { "type": "declaration.entity.name.variable", "text": "var1", "textToLower": "var1", "isAux": false, "range": { "start": { "line": 0, "character": 47 }, "end": { "line": 0, "character": 51 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var1_0:47" }, "parentId": "Metadata.deploycallback.method.handleresult(metadata.deployresult,metadata.deploycallbackcontext)", "order": 1, "memberOrder": 1, "datatype": { "id": "Metadata.deploycallback.handleresult.datatype.Metadata.DeployResult", "nodeType": "datatype", "name": "Metadata.DeployResult", "startToken": { "type": "datatype.support.namespace", "text": "Metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 25 }, "end": { "line": 0, "character": 33 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Metadata_0:25" }, "parentId": "Metadata.deploycallback.handleresult", "order": 0, "memberOrder": 0, "type": "Metadata.DeployResult" }, "scope": null }, "var2": { "id": "Metadata.deploycallback.method.handleresult(metadata.deployresult,metadata.deploycallbackcontext).varParam.var2", "nodeType": "variable", "name": "var2", "startToken": { "type": "declaration.entity.name.variable", "text": "var2", "textToLower": "var2", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 88 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var2_0:84" }, "endToken": { "type": "declaration.entity.name.variable", "text": "var2", "textToLower": "var2", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 88 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var2_0:84" }, "parentId": "Metadata.deploycallback.method.handleresult(metadata.deployresult,metadata.deploycallbackcontext)", "order": 2, "memberOrder": 2, "datatype": { "id": "Metadata.deploycallback.handleresult.datatype.Metadata.DeployCallbackContext", "nodeType": "datatype", "name": "Metadata.DeployCallbackContext", "startToken": { "type": "datatype.support.namespace", "text": "Metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 53 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Metadata_0:53" }, "parentId": "Metadata.deploycallback.handleresult", "order": 0, "memberOrder": 0, "type": "Metadata.DeployCallbackContext" }, "description": "The results of the asynchronous deployment. The context for the queued asynchronous deployment job.", "scope": null } }, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 1, "queries": [] }