UNPKG

@aurahelper/languages

Version:

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

341 lines 10.8 kB
{ "id": "Sfc.contentdownloadhandlerfactory", "nodeType": "interface", "name": "ContentDownloadHandlerFactory", "namespace": "Sfc", "startToken": { "type": "declaration.entity.name.class", "text": "ContentDownloadHandlerFactory", "textToLower": "contentdownloadhandlerfactory", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_ContentDownloadHandlerFactory_-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": "Use this interface to provide a class factory that Salesforce can call to create instances of your custom ContentDownloadHandler.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_Sfc_ContentDownloadHandlerFactory.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext)": { "id": "Sfc.contentdownloadhandlerfactory.method.getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext)", "nodeType": "method", "name": "getContentDownloadHandler", "startToken": { "type": "declaration.entity.name.function", "text": "getContentDownloadHandler", "textToLower": "getcontentdownloadhandler", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getContentDownloadHandler_-1:0" }, "parentId": "Sfc.contentdownloadhandlerfactory", "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 Sfc.ContentDownloadHandler getContentDownloadHandler(List<Id> var1, Sfc.ContentDownloadContext var2)", "overrideSignature": "public override Sfc.ContentDownloadHandler getContentDownloadHandler(List<Id> var1, Sfc.ContentDownloadContext var2)", "simplifiedSignature": "getContentDownloadHandler(List<Id>,Sfc.ContentDownloadContext)", "datatype": { "id": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler.datatype.Sfc.ContentDownloadHandler", "nodeType": "datatype", "name": "Sfc.ContentDownloadHandler", "startToken": { "type": "datatype.support.namespace", "text": "Sfc", "textToLower": "sfc", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 10 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Sfc_0:7" }, "parentId": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler", "order": 0, "memberOrder": 0, "type": "Sfc.ContentDownloadHandler" }, "description": "Returns a ContentDownloadHandler for a given list of content IDs and a download context.", "parentName": "ContentDownloadHandlerFactory", "variables": {}, "params": { "var1": { "id": "Sfc.contentdownloadhandlerfactory.method.getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext).varParam.var1", "nodeType": "variable", "name": "var1", "startToken": { "type": "declaration.entity.name.variable", "text": "var1", "textToLower": "var1", "isAux": false, "range": { "start": { "line": 0, "character": 69 }, "end": { "line": 0, "character": 73 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var1_0:69" }, "endToken": { "type": "declaration.entity.name.variable", "text": "var1", "textToLower": "var1", "isAux": false, "range": { "start": { "line": 0, "character": 69 }, "end": { "line": 0, "character": 73 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var1_0:69" }, "parentId": "Sfc.contentdownloadhandlerfactory.method.getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext)", "order": 1, "memberOrder": 1, "datatype": { "id": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler.datatype.List<Id>", "nodeType": "datatype", "name": "List<Id>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 60 }, "end": { "line": 0, "character": 64 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:60" }, "parentId": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler.datatype.List<Id>.value.Id", "nodeType": "datatype", "name": "Id", "startToken": { "type": "datatype.primitive", "text": "Id", "textToLower": "id", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 67 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Id_0:65" }, "order": 0, "memberOrder": 0, "type": "Id" } }, "scope": null }, "var2": { "id": "Sfc.contentdownloadhandlerfactory.method.getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext).varParam.var2", "nodeType": "variable", "name": "var2", "startToken": { "type": "declaration.entity.name.variable", "text": "var2", "textToLower": "var2", "isAux": false, "range": { "start": { "line": 0, "character": 102 }, "end": { "line": 0, "character": 106 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var2_0:102" }, "endToken": { "type": "declaration.entity.name.variable", "text": "var2", "textToLower": "var2", "isAux": false, "range": { "start": { "line": 0, "character": 102 }, "end": { "line": 0, "character": 106 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_var2_0:102" }, "parentId": "Sfc.contentdownloadhandlerfactory.method.getcontentdownloadhandler(list<id>,sfc.contentdownloadcontext)", "order": 2, "memberOrder": 2, "datatype": { "id": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler.datatype.Sfc.ContentDownloadContext", "nodeType": "datatype", "name": "Sfc.ContentDownloadContext", "startToken": { "type": "datatype.support.namespace", "text": "Sfc", "textToLower": "sfc", "isAux": false, "range": { "start": { "line": 0, "character": 75 }, "end": { "line": 0, "character": 78 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Sfc_0:75" }, "parentId": "Sfc.contentdownloadhandlerfactory.getcontentdownloadhandler", "order": 0, "memberOrder": 0, "type": "Sfc.ContentDownloadContext" }, "description": "", "scope": null } }, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 1, "queries": [] }