@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,472 lines (1,471 loc) • 83.2 kB
JSON
{
"id": "ConnectApi.managedcontent",
"nodeType": "class",
"name": "ManagedContent",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ManagedContent",
"textToLower": "managedcontent",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ManagedContent_-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": "Get managed content versions.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ManagedContent_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getallmanagedcontent(string,integer,integer,string,string)": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"nodeType": "method",
"name": "getAllManagedContent",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAllManagedContent",
"textToLower": "getallmanagedcontent",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAllManagedContent_-1:0"
},
"parentId": "ConnectApi.managedcontent",
"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.ManagedContentVersionCollection getAllManagedContent(String communityId, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"overrideSignature": "public static override ConnectApi.ManagedContentVersionCollection getAllManagedContent(String communityId, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"simplifiedSignature": "getAllManagedContent(String,Integer,Integer,String,String)",
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.ConnectApi.ManagedContentVersionCollection",
"nodeType": "datatype",
"name": "ConnectApi.ManagedContentVersionCollection",
"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.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedContentVersionCollection"
},
"description": "Get all managed content versions for a community.",
"parentName": "ManagedContent",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,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": 85
},
"end": {
"line": 0,
"character": 96
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:85"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 85
},
"end": {
"line": 0,
"character": 96
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:85"
},
"parentId": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 84
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:78"
},
"parentId": "ConnectApi.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 115
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:106"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 106
},
"end": {
"line": 0,
"character": 115
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:106"
},
"parentId": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 98
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:98"
},
"parentId": "ConnectApi.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 125
},
"end": {
"line": 0,
"character": 133
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:125"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 125
},
"end": {
"line": 0,
"character": 133
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:125"
},
"parentId": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 117
},
"end": {
"line": 0,
"character": 124
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:117"
},
"parentId": "ConnectApi.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"language": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string).varParam.language",
"nodeType": "variable",
"name": "language",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "language",
"textToLower": "language",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 142
},
"end": {
"line": 0,
"character": 150
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_language_0:142"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "language",
"textToLower": "language",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 142
},
"end": {
"line": 0,
"character": 150
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_language_0:142"
},
"parentId": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 135
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:135"
},
"parentId": "ConnectApi.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedcontenttype": {
"id": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string).varParam.managedcontenttype",
"nodeType": "variable",
"name": "managedContentType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentType",
"textToLower": "managedcontenttype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 159
},
"end": {
"line": 0,
"character": 177
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentType_0:159"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentType",
"textToLower": "managedcontenttype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 159
},
"end": {
"line": 0,
"character": 177
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentType_0:159"
},
"parentId": "ConnectApi.managedcontent.method.getallmanagedcontent(string,integer,integer,string,string)",
"order": 5,
"memberOrder": 5,
"datatype": {
"id": "ConnectApi.managedcontent.getallmanagedcontent.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 152
},
"end": {
"line": 0,
"character": 158
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:152"
},
"parentId": "ConnectApi.managedcontent.getallmanagedcontent",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the community. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 250. If you pass in null, the default size is 25. Language locale for the managed content, for example, en_US. If the requested translation isn’t available, the language defaults to the context user’s language. If the context user’s language isn’t available, the language defaults to the content type’s original language. The developer name of the content version.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getmanagedcontentbyids(string,list<string>,integer,integer,string,string)": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"nodeType": "method",
"name": "getManagedContentByIds",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getManagedContentByIds",
"textToLower": "getmanagedcontentbyids",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getManagedContentByIds_-1:0"
},
"parentId": "ConnectApi.managedcontent",
"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.ManagedContentVersionCollection getManagedContentByIds(String communityId, List<String> managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"overrideSignature": "public static override ConnectApi.ManagedContentVersionCollection getManagedContentByIds(String communityId, List<String> managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"simplifiedSignature": "getManagedContentByIds(String,List<String>,Integer,Integer,String,String)",
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.ConnectApi.ManagedContentVersionCollection",
"nodeType": "datatype",
"name": "ConnectApi.ManagedContentVersionCollection",
"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.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedContentVersionCollection"
},
"description": "Get managed content versions using a list of managed content IDs.",
"parentName": "ManagedContent",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,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": 87
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:87"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 87
},
"end": {
"line": 0,
"character": 98
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:87"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.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.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedcontentids": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string).varParam.managedcontentids",
"nodeType": "variable",
"name": "managedContentIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentIds",
"textToLower": "managedcontentids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 113
},
"end": {
"line": 0,
"character": 130
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentIds_0:113"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentIds",
"textToLower": "managedcontentids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 113
},
"end": {
"line": 0,
"character": 130
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentIds_0:113"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.List<String>",
"nodeType": "datatype",
"name": "List<String>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 100
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:100"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.List<String>.value.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"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 140
},
"end": {
"line": 0,
"character": 149
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:140"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 140
},
"end": {
"line": 0,
"character": 149
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:140"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 132
},
"end": {
"line": 0,
"character": 139
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:132"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"pagesize": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string).varParam.pagesize",
"nodeType": "variable",
"name": "pageSize",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 159
},
"end": {
"line": 0,
"character": 167
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:159"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageSize",
"textToLower": "pagesize",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 159
},
"end": {
"line": 0,
"character": 167
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageSize_0:159"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 151
},
"end": {
"line": 0,
"character": 158
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:151"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"scope": null
},
"language": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string).varParam.language",
"nodeType": "variable",
"name": "language",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "language",
"textToLower": "language",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 176
},
"end": {
"line": 0,
"character": 184
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_language_0:176"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "language",
"textToLower": "language",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 176
},
"end": {
"line": 0,
"character": 184
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_language_0:176"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 5,
"memberOrder": 5,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 169
},
"end": {
"line": 0,
"character": 175
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:169"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"managedcontenttype": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string).varParam.managedcontenttype",
"nodeType": "variable",
"name": "managedContentType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentType",
"textToLower": "managedcontenttype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 193
},
"end": {
"line": 0,
"character": 211
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentType_0:193"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "managedContentType",
"textToLower": "managedcontenttype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 193
},
"end": {
"line": 0,
"character": 211
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_managedContentType_0:193"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbyids(string,list<string>,integer,integer,string,string)",
"order": 6,
"memberOrder": 6,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbyids.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 186
},
"end": {
"line": 0,
"character": 192
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:186"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbyids",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "ID of the community. Comma-separated list of up to 200 managed content IDs. Specifies the number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned. Specifies the number of items per page. Valid values are from 1 through 250. If you pass in null, the default size is 25. Language locale for the managed content, for example, en_US. If the requested translation isn’t available, the language defaults to the context user’s language. If the context user’s language isn’t available, the language defaults to the content type’s original language. The developer name of the content version.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getmanagedcontentbytopics(string,list<string>,integer,integer,string,string)": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string)",
"nodeType": "method",
"name": "getManagedContentByTopics",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getManagedContentByTopics",
"textToLower": "getmanagedcontentbytopics",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getManagedContentByTopics_-1:0"
},
"parentId": "ConnectApi.managedcontent",
"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.ManagedContentVersionCollection getManagedContentByTopics(String communityId, List<String> topics, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"overrideSignature": "public static override ConnectApi.ManagedContentVersionCollection getManagedContentByTopics(String communityId, List<String> topics, Integer pageParam, Integer pageSize, String language, String managedContentType)",
"simplifiedSignature": "getManagedContentByTopics(String,List<String>,Integer,Integer,String,String)",
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbytopics.datatype.ConnectApi.ManagedContentVersionCollection",
"nodeType": "datatype",
"name": "ConnectApi.ManagedContentVersionCollection",
"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.managedcontent.getmanagedcontentbytopics",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ManagedContentVersionCollection"
},
"description": "Get managed content versions using a list of content topic names.",
"parentName": "ManagedContent",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,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": 90
},
"end": {
"line": 0,
"character": 101
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:90"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 90
},
"end": {
"line": 0,
"character": 101
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:90"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbytopics.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:83"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbytopics",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"topics": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string).varParam.topics",
"nodeType": "variable",
"name": "topics",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "topics",
"textToLower": "topics",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 116
},
"end": {
"line": 0,
"character": 122
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_topics_0:116"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "topics",
"textToLower": "topics",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 116
},
"end": {
"line": 0,
"character": 122
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_topics_0:116"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbytopics.datatype.List<String>",
"nodeType": "datatype",
"name": "List<String>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 103
},
"end": {
"line": 0,
"character": 107
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:103"
},
"parentId": "ConnectApi.managedcontent.getmanagedcontentbytopics",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "ConnectApi.managedcontent.getmanagedcontentbytopics.datatype.List<String>.value.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 108
},
"end": {
"line": 0,
"character": 114
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:108"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"scope": null
},
"pageparam": {
"id": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string).varParam.pageparam",
"nodeType": "variable",
"name": "pageParam",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 132
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:132"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "pageParam",
"textToLower": "pageparam",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 132
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_pageParam_0:132"
},
"parentId": "ConnectApi.managedcontent.method.getmanagedcontentbytopics(string,list<string>,integer,integer,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.managedcontent.getmanagedcontentbytopics.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 124
},
"end": {
"line": 0,
"character": 131
},
"isEmpty": false,