@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,588 lines • 300 kB
JSON
{
"id": "ConnectApi.chatterfavorites",
"nodeType": "class",
"name": "ChatterFavorites",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ChatterFavorites",
"textToLower": "chatterfavorites",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ChatterFavorites_-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": "Chatter favorites give you easy access to topics, list views, and feed searches.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ChatterFavorites_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"addfavorite(string,string,string)": {
"id": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
"nodeType": "method",
"name": "addFavorite",
"startToken": {
"type": "declaration.entity.name.function",
"text": "addFavorite",
"textToLower": "addfavorite",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_addFavorite_-1:0"
},
"parentId": "ConnectApi.chatterfavorites",
"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.FeedFavorite addFavorite(String communityId, String subjectId, String searchText)",
"overrideSignature": "public static override ConnectApi.FeedFavorite addFavorite(String communityId, String subjectId, String searchText)",
"simplifiedSignature": "addFavorite(String,String,String)",
"datatype": {
"id": "ConnectApi.chatterfavorites.addfavorite.datatype.ConnectApi.FeedFavorite",
"nodeType": "datatype",
"name": "ConnectApi.FeedFavorite",
"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.chatterfavorites.addfavorite",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FeedFavorite"
},
"description": "Add a feed search favorite for a user.",
"parentName": "ChatterFavorites",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfavorites.method.addfavorite(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": 57
},
"end": {
"line": 0,
"character": 68
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:57"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 68
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:57"
},
"parentId": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfavorites.addfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:50"
},
"parentId": "ConnectApi.chatterfavorites.addfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subjectid": {
"id": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string).varParam.subjectid",
"nodeType": "variable",
"name": "subjectId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:77"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:77"
},
"parentId": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfavorites.addfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 76
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:70"
},
"parentId": "ConnectApi.chatterfavorites.addfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"searchtext": {
"id": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string).varParam.searchtext",
"nodeType": "variable",
"name": "searchText",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "searchText",
"textToLower": "searchtext",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 95
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_searchText_0:95"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "searchText",
"textToLower": "searchtext",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 95
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_searchText_0:95"
},
"parentId": "ConnectApi.chatterfavorites.method.addfavorite(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chatterfavorites.addfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:88"
},
"parentId": "ConnectApi.chatterfavorites.addfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. Specify the text of the search to be saved as a favorite. This method can only create a feed search favorite, not a list view favorite or a topic.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"addrecordfavorite(string,string,string)": {
"id": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
"nodeType": "method",
"name": "addRecordFavorite",
"startToken": {
"type": "declaration.entity.name.function",
"text": "addRecordFavorite",
"textToLower": "addrecordfavorite",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_addRecordFavorite_-1:0"
},
"parentId": "ConnectApi.chatterfavorites",
"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.FeedFavorite addRecordFavorite(String communityId, String subjectId, String targetId)",
"overrideSignature": "public static override ConnectApi.FeedFavorite addRecordFavorite(String communityId, String subjectId, String targetId)",
"simplifiedSignature": "addRecordFavorite(String,String,String)",
"datatype": {
"id": "ConnectApi.chatterfavorites.addrecordfavorite.datatype.ConnectApi.FeedFavorite",
"nodeType": "datatype",
"name": "ConnectApi.FeedFavorite",
"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.chatterfavorites.addrecordfavorite",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FeedFavorite"
},
"description": "Add a topic as a favorite.",
"parentName": "ChatterFavorites",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfavorites.method.addrecordfavorite(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": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:63"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:63"
},
"parentId": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfavorites.addrecordfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 56
},
"end": {
"line": 0,
"character": 62
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:56"
},
"parentId": "ConnectApi.chatterfavorites.addrecordfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subjectid": {
"id": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string).varParam.subjectid",
"nodeType": "variable",
"name": "subjectId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:83"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 83
},
"end": {
"line": 0,
"character": 92
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:83"
},
"parentId": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfavorites.addrecordfavorite.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.chatterfavorites.addrecordfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"targetid": {
"id": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string).varParam.targetid",
"nodeType": "variable",
"name": "targetId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "targetId",
"textToLower": "targetid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 101
},
"end": {
"line": 0,
"character": 109
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_targetId_0:101"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "targetId",
"textToLower": "targetid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 101
},
"end": {
"line": 0,
"character": 109
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_targetId_0:101"
},
"parentId": "ConnectApi.chatterfavorites.method.addrecordfavorite(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chatterfavorites.addrecordfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 94
},
"end": {
"line": 0,
"character": 100
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:94"
},
"parentId": "ConnectApi.chatterfavorites.addrecordfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. The ID of the topic to add as a favorite.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deletefavorite(string,string,string)": {
"id": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
"nodeType": "method",
"name": "deleteFavorite",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteFavorite",
"textToLower": "deletefavorite",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteFavorite_-1:0"
},
"parentId": "ConnectApi.chatterfavorites",
"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 Void deleteFavorite(String communityId, String subjectId, String favoriteId)",
"overrideSignature": "public static override Void deleteFavorite(String communityId, String subjectId, String favoriteId)",
"simplifiedSignature": "deleteFavorite(String,String,String)",
"datatype": {
"id": "ConnectApi.chatterfavorites.deletefavorite.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.chatterfavorites.deletefavorite",
"order": 0,
"memberOrder": 0,
"type": "Void"
},
"description": "Delete a favorite.",
"parentName": "ChatterFavorites",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfavorites.method.deletefavorite(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": 41
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:41"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 41
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:41"
},
"parentId": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfavorites.deletefavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 34
},
"end": {
"line": 0,
"character": 40
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:34"
},
"parentId": "ConnectApi.chatterfavorites.deletefavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subjectid": {
"id": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string).varParam.subjectid",
"nodeType": "variable",
"name": "subjectId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:61"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:61"
},
"parentId": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfavorites.deletefavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 60
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:54"
},
"parentId": "ConnectApi.chatterfavorites.deletefavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"favoriteid": {
"id": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string).varParam.favoriteid",
"nodeType": "variable",
"name": "favoriteId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "favoriteId",
"textToLower": "favoriteid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_favoriteId_0:79"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "favoriteId",
"textToLower": "favoriteid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 89
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_favoriteId_0:79"
},
"parentId": "ConnectApi.chatterfavorites.method.deletefavorite(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chatterfavorites.deletefavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 72
},
"end": {
"line": 0,
"character": 78
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:72"
},
"parentId": "ConnectApi.chatterfavorites.deletefavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. The ID of a favorite.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getfavorite(string,string,string)": {
"id": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
"nodeType": "method",
"name": "getFavorite",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFavorite",
"textToLower": "getfavorite",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFavorite_-1:0"
},
"parentId": "ConnectApi.chatterfavorites",
"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.FeedFavorite getFavorite(String communityId, String subjectId, String favoriteId)",
"overrideSignature": "public static override ConnectApi.FeedFavorite getFavorite(String communityId, String subjectId, String favoriteId)",
"simplifiedSignature": "getFavorite(String,String,String)",
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorite.datatype.ConnectApi.FeedFavorite",
"nodeType": "datatype",
"name": "ConnectApi.FeedFavorite",
"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.chatterfavorites.getfavorite",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FeedFavorite"
},
"description": "Get information about a favorite.",
"parentName": "ChatterFavorites",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfavorites.method.getfavorite(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": 57
},
"end": {
"line": 0,
"character": 68
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:57"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 57
},
"end": {
"line": 0,
"character": 68
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:57"
},
"parentId": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 56
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:50"
},
"parentId": "ConnectApi.chatterfavorites.getfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subjectid": {
"id": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string).varParam.subjectid",
"nodeType": "variable",
"name": "subjectId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:77"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 77
},
"end": {
"line": 0,
"character": 86
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:77"
},
"parentId": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 70
},
"end": {
"line": 0,
"character": 76
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:70"
},
"parentId": "ConnectApi.chatterfavorites.getfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"favoriteid": {
"id": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string).varParam.favoriteid",
"nodeType": "variable",
"name": "favoriteId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "favoriteId",
"textToLower": "favoriteid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 95
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_favoriteId_0:95"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "favoriteId",
"textToLower": "favoriteid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 95
},
"end": {
"line": 0,
"character": 105
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_favoriteId_0:95"
},
"parentId": "ConnectApi.chatterfavorites.method.getfavorite(string,string,string)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorite.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 88
},
"end": {
"line": 0,
"character": 94
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:88"
},
"parentId": "ConnectApi.chatterfavorites.getfavorite",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the context user or the alias me. The ID of a favorite.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getfavorites(string,string)": {
"id": "ConnectApi.chatterfavorites.method.getfavorites(string,string)",
"nodeType": "method",
"name": "getFavorites",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFavorites",
"textToLower": "getfavorites",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFavorites_-1:0"
},
"parentId": "ConnectApi.chatterfavorites",
"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 ConnectApi.FeedFavorites getFavorites(String communityId, String subjectId)",
"overrideSignature": "public static override ConnectApi.FeedFavorites getFavorites(String communityId, String subjectId)",
"simplifiedSignature": "getFavorites(String,String)",
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorites.datatype.ConnectApi.FeedFavorites",
"nodeType": "datatype",
"name": "ConnectApi.FeedFavorites",
"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.chatterfavorites.getfavorites",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.FeedFavorites"
},
"description": "Get a list of favorites for a user.",
"parentName": "ChatterFavorites",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.chatterfavorites.method.getfavorites(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": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 59
},
"end": {
"line": 0,
"character": 70
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:59"
},
"parentId": "ConnectApi.chatterfavorites.method.getfavorites(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.chatterfavorites.getfavorites.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 52
},
"end": {
"line": 0,
"character": 58
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:52"
},
"parentId": "ConnectApi.chatterfavorites.getfavorites",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"subjectid": {
"id": "ConnectApi.chatterfavorites.method.getfavorites(string,string).varParam.subjectid",
"nodeType": "variable",
"name": "subjectId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLower": "subjectid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 79
},
"end": {
"line": 0,
"character": 88
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_subjectId_0:79"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "subjectId",
"textToLowe