UNPKG

@aurahelper/languages

Version:

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

1,586 lines (1,585 loc) 449 kB
{ "id": "ConnectApi.topics", "nodeType": "class", "name": "Topics", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "Topics", "textToLower": "topics", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_Topics_-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 information about topics, such as their descriptions, the number of people talking about them, related topics, and information about groups contributing to the topic. Update a topic’s name or description, merge topics, and add and remove topics from records and feed items.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_Topics_static_methods.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "assigntopic(string,string,string)": { "id": "ConnectApi.topics.method.assigntopic(string,string,string)", "nodeType": "method", "name": "assignTopic", "startToken": { "type": "declaration.entity.name.function", "text": "assignTopic", "textToLower": "assigntopic", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_assignTopic_-1:0" }, "parentId": "ConnectApi.topics", "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.Topic assignTopic(String communityId, String recordId, String topicId)", "overrideSignature": "public static override ConnectApi.Topic assignTopic(String communityId, String recordId, String topicId)", "simplifiedSignature": "assignTopic(String,String,String)", "datatype": { "id": "ConnectApi.topics.assigntopic.datatype.ConnectApi.Topic", "nodeType": "datatype", "name": "ConnectApi.Topic", "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.topics.assigntopic", "order": 0, "memberOrder": 0, "type": "ConnectApi.Topic" }, "description": "Assign a topic to a record or feed item.", "parentName": "Topics", "variables": {}, "params": { "communityid": { "id": "ConnectApi.topics.method.assigntopic(string,string,string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "parentId": "ConnectApi.topics.method.assigntopic(string,string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.topics.assigntopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 43 }, "end": { "line": 0, "character": 49 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:43" }, "parentId": "ConnectApi.topics.assigntopic", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "recordid": { "id": "ConnectApi.topics.method.assigntopic(string,string,string).varParam.recordid", "nodeType": "variable", "name": "recordId", "startToken": { "type": "declaration.entity.name.variable", "text": "recordId", "textToLower": "recordid", "isAux": false, "range": { "start": { "line": 0, "character": 70 }, "end": { "line": 0, "character": 78 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_recordId_0:70" }, "endToken": { "type": "declaration.entity.name.variable", "text": "recordId", "textToLower": "recordid", "isAux": false, "range": { "start": { "line": 0, "character": 70 }, "end": { "line": 0, "character": 78 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_recordId_0:70" }, "parentId": "ConnectApi.topics.method.assigntopic(string,string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.topics.assigntopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 63 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:63" }, "parentId": "ConnectApi.topics.assigntopic", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "topicid": { "id": "ConnectApi.topics.method.assigntopic(string,string,string).varParam.topicid", "nodeType": "variable", "name": "topicId", "startToken": { "type": "declaration.entity.name.variable", "text": "topicId", "textToLower": "topicid", "isAux": false, "range": { "start": { "line": 0, "character": 87 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicId_0:87" }, "endToken": { "type": "declaration.entity.name.variable", "text": "topicId", "textToLower": "topicid", "isAux": false, "range": { "start": { "line": 0, "character": 87 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicId_0:87" }, "parentId": "ConnectApi.topics.method.assigntopic(string,string,string)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.topics.assigntopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 80 }, "end": { "line": 0, "character": 86 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:80" }, "parentId": "ConnectApi.topics.assigntopic", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Use either the ID for a community, internal, or null. The ID for a record or feed item. The ID for a topic.", "scope": null } }, "queries": [], "exceptions": [] }, "assigntopicbyname(string,string,string)": { "id": "ConnectApi.topics.method.assigntopicbyname(string,string,string)", "nodeType": "method", "name": "assignTopicByName", "startToken": { "type": "declaration.entity.name.function", "text": "assignTopicByName", "textToLower": "assigntopicbyname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_assignTopicByName_-1:0" }, "parentId": "ConnectApi.topics", "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.Topic assignTopicByName(String communityId, String recordId, String topicName)", "overrideSignature": "public static override ConnectApi.Topic assignTopicByName(String communityId, String recordId, String topicName)", "simplifiedSignature": "assignTopicByName(String,String,String)", "datatype": { "id": "ConnectApi.topics.assigntopicbyname.datatype.ConnectApi.Topic", "nodeType": "datatype", "name": "ConnectApi.Topic", "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.topics.assigntopicbyname", "order": 0, "memberOrder": 0, "type": "ConnectApi.Topic" }, "description": "Assign a topic to a record or feed item.", "parentName": "Topics", "variables": {}, "params": { "communityid": { "id": "ConnectApi.topics.method.assigntopicbyname(string,string,string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 56 }, "end": { "line": 0, "character": 67 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:56" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 56 }, "end": { "line": 0, "character": 67 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:56" }, "parentId": "ConnectApi.topics.method.assigntopicbyname(string,string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.topics.assigntopicbyname.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 49 }, "end": { "line": 0, "character": 55 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:49" }, "parentId": "ConnectApi.topics.assigntopicbyname", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "recordid": { "id": "ConnectApi.topics.method.assigntopicbyname(string,string,string).varParam.recordid", "nodeType": "variable", "name": "recordId", "startToken": { "type": "declaration.entity.name.variable", "text": "recordId", "textToLower": "recordid", "isAux": false, "range": { "start": { "line": 0, "character": 76 }, "end": { "line": 0, "character": 84 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_recordId_0:76" }, "endToken": { "type": "declaration.entity.name.variable", "text": "recordId", "textToLower": "recordid", "isAux": false, "range": { "start": { "line": 0, "character": 76 }, "end": { "line": 0, "character": 84 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_recordId_0:76" }, "parentId": "ConnectApi.topics.method.assigntopicbyname(string,string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.topics.assigntopicbyname.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 69 }, "end": { "line": 0, "character": 75 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:69" }, "parentId": "ConnectApi.topics.assigntopicbyname", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "topicname": { "id": "ConnectApi.topics.method.assigntopicbyname(string,string,string).varParam.topicname", "nodeType": "variable", "name": "topicName", "startToken": { "type": "declaration.entity.name.variable", "text": "topicName", "textToLower": "topicname", "isAux": false, "range": { "start": { "line": 0, "character": 93 }, "end": { "line": 0, "character": 102 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicName_0:93" }, "endToken": { "type": "declaration.entity.name.variable", "text": "topicName", "textToLower": "topicname", "isAux": false, "range": { "start": { "line": 0, "character": 93 }, "end": { "line": 0, "character": 102 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicName_0:93" }, "parentId": "ConnectApi.topics.method.assigntopicbyname(string,string,string)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.topics.assigntopicbyname.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 86 }, "end": { "line": 0, "character": 92 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:86" }, "parentId": "ConnectApi.topics.assigntopicbyname", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Use either the ID for a community, internal, or null. The ID of the record or feed item to which to assign the topic. The name of a new or existing topic.", "scope": null } }, "queries": [], "exceptions": [] }, "createtopic(string,string,string)": { "id": "ConnectApi.topics.method.createtopic(string,string,string)", "nodeType": "method", "name": "createTopic", "startToken": { "type": "declaration.entity.name.function", "text": "createTopic", "textToLower": "createtopic", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_createTopic_-1:0" }, "parentId": "ConnectApi.topics", "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.Topic createTopic(String communityId, String name, String description)", "overrideSignature": "public static override ConnectApi.Topic createTopic(String communityId, String name, String description)", "simplifiedSignature": "createTopic(String,String,String)", "datatype": { "id": "ConnectApi.topics.createtopic.datatype.ConnectApi.Topic", "nodeType": "datatype", "name": "ConnectApi.Topic", "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.topics.createtopic", "order": 0, "memberOrder": 0, "type": "ConnectApi.Topic" }, "description": "Create a topic.", "parentName": "Topics", "variables": {}, "params": { "communityid": { "id": "ConnectApi.topics.method.createtopic(string,string,string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "endToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 50 }, "end": { "line": 0, "character": 61 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:50" }, "parentId": "ConnectApi.topics.method.createtopic(string,string,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.topics.createtopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 43 }, "end": { "line": 0, "character": 49 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:43" }, "parentId": "ConnectApi.topics.createtopic", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "name": { "id": "ConnectApi.topics.method.createtopic(string,string,string).varParam.name", "nodeType": "variable", "name": "name", "startToken": { "type": "declaration.entity.name.variable", "text": "name", "textToLower": "name", "isAux": false, "range": { "start": { "line": 0, "character": 70 }, "end": { "line": 0, "character": 74 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_name_0:70" }, "endToken": { "type": "declaration.entity.name.variable", "text": "name", "textToLower": "name", "isAux": false, "range": { "start": { "line": 0, "character": 70 }, "end": { "line": 0, "character": 74 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_name_0:70" }, "parentId": "ConnectApi.topics.method.createtopic(string,string,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.topics.createtopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 63 }, "end": { "line": 0, "character": 69 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:63" }, "parentId": "ConnectApi.topics.createtopic", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "description": { "id": "ConnectApi.topics.method.createtopic(string,string,string).varParam.description", "nodeType": "variable", "name": "description", "startToken": { "type": "declaration.entity.name.variable", "text": "description", "textToLower": "description", "isAux": false, "range": { "start": { "line": 0, "character": 83 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_description_0:83" }, "endToken": { "type": "declaration.entity.name.variable", "text": "description", "textToLower": "description", "isAux": false, "range": { "start": { "line": 0, "character": 83 }, "end": { "line": 0, "character": 94 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_description_0:83" }, "parentId": "ConnectApi.topics.method.createtopic(string,string,string)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.topics.createtopic.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 76 }, "end": { "line": 0, "character": 82 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:76" }, "parentId": "ConnectApi.topics.createtopic", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Use either the ID for a community, internal, or null. The name of the topic. The description of the topic.", "scope": null } }, "queries": [], "exceptions": [] }, "createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)": { "id": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)", "nodeType": "method", "name": "createTopicDataCategoryRules", "startToken": { "type": "declaration.entity.name.function", "text": "createTopicDataCategoryRules", "textToLower": "createtopicdatacategoryrules", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_createTopicDataCategoryRules_-1:0" }, "parentId": "ConnectApi.topics", "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.TopicPage createTopicDataCategoryRules(String communityId, String dataCategoryGroup, String dataCategory, ConnectApi.TopicNamesInput topicNames)", "overrideSignature": "public static override ConnectApi.TopicPage createTopicDataCategoryRules(String communityId, String dataCategoryGroup, String dataCategory, ConnectApi.TopicNamesInput topicNames)", "simplifiedSignature": "createTopicDataCategoryRules(String,String,String,ConnectApi.TopicNamesInput)", "datatype": { "id": "ConnectApi.topics.createtopicdatacategoryrules.datatype.ConnectApi.TopicPage", "nodeType": "datatype", "name": "ConnectApi.TopicPage", "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.topics.createtopicdatacategoryrules", "order": 0, "memberOrder": 0, "type": "ConnectApi.TopicPage" }, "description": "Create topic and article assignment rules by data category.", "parentName": "Topics", "variables": {}, "params": { "communityid": { "id": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput).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.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)", "order": 1, "memberOrder": 1, "datatype": { "id": "ConnectApi.topics.createtopicdatacategoryrules.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.topics.createtopicdatacategoryrules", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "datacategorygroup": { "id": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput).varParam.datacategorygroup", "nodeType": "variable", "name": "dataCategoryGroup", "startToken": { "type": "declaration.entity.name.variable", "text": "dataCategoryGroup", "textToLower": "datacategorygroup", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 108 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_dataCategoryGroup_0:91" }, "endToken": { "type": "declaration.entity.name.variable", "text": "dataCategoryGroup", "textToLower": "datacategorygroup", "isAux": false, "range": { "start": { "line": 0, "character": 91 }, "end": { "line": 0, "character": 108 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_dataCategoryGroup_0:91" }, "parentId": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)", "order": 2, "memberOrder": 2, "datatype": { "id": "ConnectApi.topics.createtopicdatacategoryrules.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.topics.createtopicdatacategoryrules", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "datacategory": { "id": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput).varParam.datacategory", "nodeType": "variable", "name": "dataCategory", "startToken": { "type": "declaration.entity.name.variable", "text": "dataCategory", "textToLower": "datacategory", "isAux": false, "range": { "start": { "line": 0, "character": 117 }, "end": { "line": 0, "character": 129 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_dataCategory_0:117" }, "endToken": { "type": "declaration.entity.name.variable", "text": "dataCategory", "textToLower": "datacategory", "isAux": false, "range": { "start": { "line": 0, "character": 117 }, "end": { "line": 0, "character": 129 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_dataCategory_0:117" }, "parentId": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)", "order": 3, "memberOrder": 3, "datatype": { "id": "ConnectApi.topics.createtopicdatacategoryrules.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 110 }, "end": { "line": 0, "character": 116 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:110" }, "parentId": "ConnectApi.topics.createtopicdatacategoryrules", "order": 0, "memberOrder": 0, "type": "String" }, "scope": null }, "topicnames": { "id": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput).varParam.topicnames", "nodeType": "variable", "name": "topicNames", "startToken": { "type": "declaration.entity.name.variable", "text": "topicNames", "textToLower": "topicnames", "isAux": false, "range": { "start": { "line": 0, "character": 158 }, "end": { "line": 0, "character": 168 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicNames_0:158" }, "endToken": { "type": "declaration.entity.name.variable", "text": "topicNames", "textToLower": "topicnames", "isAux": false, "range": { "start": { "line": 0, "character": 158 }, "end": { "line": 0, "character": 168 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_topicNames_0:158" }, "parentId": "ConnectApi.topics.method.createtopicdatacategoryrules(string,string,string,connectapi.topicnamesinput)", "order": 4, "memberOrder": 4, "datatype": { "id": "ConnectApi.topics.createtopicdatacategoryrules.datatype.ConnectApi.TopicNamesInput", "nodeType": "datatype", "name": "ConnectApi.TopicNamesInput", "startToken": { "type": "datatype.support.namespace", "text": "ConnectApi", "textToLower": "connectapi", "isAux": false, "range": { "start": { "line": 0, "character": 131 }, "end": { "line": 0, "character": 141 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_ConnectApi_0:131" }, "parentId": "ConnectApi.topics.createtopicdatacategoryrules", "order": 0, "memberOrder": 0, "type": "ConnectApi.TopicNamesInput" }, "description": "Use either the ID for a community, internal, or null. The data category group used by articles. The data category used by articles. A ConnectApi.TopicNamesInput object with the names of topics to assign to articles in a data category.", "scope": null } }, "queries": [], "exceptions": [] }, "deletetopic(string,string)": { "id": "ConnectApi.topics.method.deletetopic(string,string)", "nodeType": "method", "name": "deleteTopic", "startToken": { "type": "declaration.entity.name.function", "text": "deleteTopic", "textToLower": "deletetopic", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_deleteTopic_-1:0" }, "parentId": "ConnectApi.topics", "order": 5, "memberOrder": 5, "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 Void deleteTopic(String communityId, String topicId)", "overrideSignature": "public static override Void deleteTopic(String communityId, String topicId)", "simplifiedSignature": "deleteTopic(String,String)", "datatype": { "id": "ConnectApi.topics.deletetopic.datatype.Void", "nodeType": "datatype", "name": "Void", "startToken": { "type": "datatype.primitive", "text": "Void", "textToLower": "void", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 18 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Void_0:14" }, "parentId": "ConnectApi.topics.deletetopic", "order": 0, "memberOrder": 0, "type": "Void" }, "description": "Delete a topic.", "parentName": "Topics", "variables": {}, "params": { "communityid": { "id": "ConnectApi.topics.method.deletetopic(string,string).varParam.communityid", "nodeType": "variable", "name": "communityId", "startToken": { "type": "declaration.entity.name.variable", "text": "communityId", "textToLower": "communityid", "isAux": false, "range": { "start": { "line": 0, "character": 38 }, "end": { "line": 0, "character": 49 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_communityId_0:38" }, "endToken": {