UNPKG

@aurahelper/languages

Version:

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

1,500 lines 928 kB
{ "id": "ConnectApi.contenthub", "nodeType": "class", "name": "ContentHub", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "ContentHub", "textToLower": "contenthub", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_ContentHub_-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": "Access Files Connect repositories and their files and folders.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ContentHub_static_methods.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "addrepositoryitem(string,string,connectapi.contenthubiteminput)": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)", "nodeType": "method", "name": "addRepositoryItem", "startToken": { "type": "declaration.entity.name.function", "text": "addRepositoryItem", "textToLower": "addrepositoryitem", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_addRepositoryItem_-1:0" }, "parentId": "ConnectApi.contenthub", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)", "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)", "simplifiedSignature": "addRepositoryItem(String,String,ConnectApi.ContentHubItemInput)", "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem", "nodeType": "datatype", "name": "ConnectApi.RepositoryFolderItem", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.RepositoryFolderItem" }, "description": "Add a repository item.", "parentName": "ContentHub", "variables": {}, "params": { "repositoryid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.repositoryid", "nodeType": "variable", "name": "repositoryId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 83 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 83 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:71" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryfolderid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.repositoryfolderid", "nodeType": "variable", "name": "repositoryFolderId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 92 }, "end": { "line": 0, "character": 110 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:92" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 92 }, "end": { "line": 0, "character": 110 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:92" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 85 }, "end": { "line": 0, "character": 91 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:85" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "file": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput).varParam.file", "nodeType": "variable", "name": "file", "startToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 143 }, "end": { "line": 0, "character": 147 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:143" }, "endToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 143 }, "end": { "line": 0, "character": 147 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:143" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput", "nodeType": "datatype", "name": "ConnectApi.ContentHubItemInput", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 122 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:112" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.ContentHubItemInput" }, "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type.", "scope": null } }, "queries": [], "exceptions": [] }, "addrepositoryitem(string,string,string,connectapi.contenthubiteminput)": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)", "nodeType": "method", "name": "addRepositoryItem", "startToken": { "type": "declaration.entity.name.function", "text": "addRepositoryItem", "textToLower": "addrepositoryitem", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_addRepositoryItem_-1:0" }, "parentId": "ConnectApi.contenthub", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)", "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file)", "simplifiedSignature": "addRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput)", "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem", "nodeType": "datatype", "name": "ConnectApi.RepositoryFolderItem", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.RepositoryFolderItem" }, "description": "Add a repository item in a community.", "parentName": "ContentHub", "variables": {}, "params": { "communityid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.repositoryid", "nodeType": "variable", "name": "repositoryId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 103 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:91" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 103 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:91" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 90 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:84" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryfolderid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.repositoryfolderid", "nodeType": "variable", "name": "repositoryFolderId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 130 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:112" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 130 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:112" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 105 }, "end": { "line": 0, "character": 111 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:105" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "file": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput).varParam.file", "nodeType": "variable", "name": "file", "startToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 163 }, "end": { "line": 0, "character": 167 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:163" }, "endToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 163 }, "end": { "line": 0, "character": 167 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:163" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput)", "order": 4, "memberOrder": 4, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput", "nodeType": "datatype", "name": "ConnectApi.ContentHubItemInput", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 132 }, "end": { "line": 0, "character": 142 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:132" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.ContentHubItemInput" }, "description": "Use either the ID for a community, internal, or null. The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type.", "scope": null } }, "queries": [], "exceptions": [] }, "addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "nodeType": "method", "name": "addRepositoryItem", "startToken": { "type": "declaration.entity.name.function", "text": "addRepositoryItem", "textToLower": "addrepositoryitem", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_addRepositoryItem_-1:0" }, "parentId": "ConnectApi.contenthub", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)", "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)", "simplifiedSignature": "addRepositoryItem(String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)", "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem", "nodeType": "datatype", "name": "ConnectApi.RepositoryFolderItem", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.RepositoryFolderItem" }, "description": "Add a repository item, including the binary file.", "parentName": "ContentHub", "variables": {}, "params": { "repositoryid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid", "nodeType": "variable", "name": "repositoryId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 83 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 83 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:71" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryfolderid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfolderid", "nodeType": "variable", "name": "repositoryFolderId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 92 }, "end": { "line": 0, "character": 110 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:92" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 92 }, "end": { "line": 0, "character": 110 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:92" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 85 }, "end": { "line": 0, "character": 91 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:85" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "file": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.file", "nodeType": "variable", "name": "file", "startToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 143 }, "end": { "line": 0, "character": 147 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:143" }, "endToken": { "type": "declaration.entity.name.variable", "text": "file", "textToLower": "file", "isAux": false, "range": { "start": { "line": 0, "character": 143 }, "end": { "line": 0, "character": 147 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_file_0:143" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.ContentHubItemInput", "nodeType": "datatype", "name": "ConnectApi.ContentHubItemInput", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 122 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:112" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.ContentHubItemInput" }, "scope": null }, "filedata": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.filedata", "nodeType": "variable", "name": "fileData", "startToken": { "type": "declaration.entity.name.variable", "text": "fileData", "textToLower": "filedata", "isAux": false, "range": { "start": { "line": 0, "character": 172 }, "end": { "line": 0, "character": 180 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_fileData_0:172" }, "endToken": { "type": "declaration.entity.name.variable", "text": "fileData", "textToLower": "filedata", "isAux": false, "range": { "start": { "line": 0, "character": 172 }, "end": { "line": 0, "character": 180 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_fileData_0:172" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 4, "memberOrder": 4, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.BinaryInput", "nodeType": "datatype", "name": "ConnectApi.BinaryInput", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 149 }, "end": { "line": 0, "character": 159 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:149" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.BinaryInput" }, "description": "The ID of the repository. The ID of the repository folder. The item type ID and fields of the item type. The binary file.", "scope": null } }, "queries": [], "exceptions": [] }, "addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "nodeType": "method", "name": "addRepositoryItem", "startToken": { "type": "declaration.entity.name.function", "text": "addRepositoryItem", "textToLower": "addrepositoryitem", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_addRepositoryItem_-1:0" }, "parentId": "ConnectApi.contenthub", "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" }, "static": { "type": "keyword.modifier.static", "text": "static", "textToLower": "static", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_static_0:7" }, "signature": "public static ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)", "overrideSignature": "public static override ConnectApi.RepositoryFolderItem addRepositoryItem(String communityId, String repositoryId, String repositoryFolderId, ConnectApi.ContentHubItemInput file, ConnectApi.BinaryInput fileData)", "simplifiedSignature": "addRepositoryItem(String,String,String,ConnectApi.ContentHubItemInput,ConnectApi.BinaryInput)", "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.ConnectApi.RepositoryFolderItem", "nodeType": "datatype", "name": "ConnectApi.RepositoryFolderItem", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 24 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:14" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "ConnectApi.RepositoryFolderItem" }, "description": "Add a repository item, including the binary file, in a community.", "parentName": "ContentHub", "variables": {}, "params": { "communityid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 71 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:71" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 64 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:64" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryid", "nodeType": "variable", "name": "repositoryId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 103 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:91" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryId", "textToLower": "repositoryid", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 103 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryId_0:91" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.contenthub.addrepositoryitem.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 84 }, "end": { "line": 0, "character": 90 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:84" }, "parentId": "ConnectApi.contenthub.addrepositoryitem", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "repositoryfolderid": { "id": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthubiteminput,connectapi.binaryinput).varParam.repositoryfolderid", "nodeType": "variable", "name": "repositoryFolderId", "startToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 130 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:112" }, "endToken": { "type": "declaration.entity.name.variable", "text": "repositoryFolderId", "textToLower": "repositoryfolderid", "isAux": false, "range": { "start": { "line": 0, "character": 112 }, "end": { "line": 0, "character": 130 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_repositoryFolderId_0:112" }, "parentId": "ConnectApi.contenthub.method.addrepositoryitem(string,string,string,connectapi.contenthu