@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,534 lines (1,533 loc) • 52.2 kB
JSON
{
"id": "ConnectApi.actionlinks",
"nodeType": "class",
"name": "ActionLinks",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ActionLinks",
"textToLower": "actionlinks",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ActionLinks_-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": "Create, delete, and get information about an action link group definition; get information about an action link group; get action link diagnostic information.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_ConnectAPI_ActionLinks_static_methods.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput)": {
"id": "ConnectApi.actionlinks.method.createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput)",
"nodeType": "method",
"name": "createActionLinkGroupDefinition",
"startToken": {
"type": "declaration.entity.name.function",
"text": "createActionLinkGroupDefinition",
"textToLower": "createactionlinkgroupdefinition",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_createActionLinkGroupDefinition_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"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.ActionLinkGroupDefinition createActionLinkGroupDefinition(String communityId, ConnectApi.ActionLinkGroupDefinitionInput actionLinkGroup)",
"overrideSignature": "public static override ConnectApi.ActionLinkGroupDefinition createActionLinkGroupDefinition(String communityId, ConnectApi.ActionLinkGroupDefinitionInput actionLinkGroup)",
"simplifiedSignature": "createActionLinkGroupDefinition(String,ConnectApi.ActionLinkGroupDefinitionInput)",
"datatype": {
"id": "ConnectApi.actionlinks.createactionlinkgroupdefinition.datatype.ConnectApi.ActionLinkGroupDefinition",
"nodeType": "datatype",
"name": "ConnectApi.ActionLinkGroupDefinition",
"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.actionlinks.createactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ActionLinkGroupDefinition"
},
"description": "Create an action link group definition. To associate an action link group with a feed element, first create an action link group definition. Then post a feed element with an associated actions capability.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput).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.actionlinks.method.createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.createactionlinkgroupdefinition.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.actionlinks.createactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkgroup": {
"id": "ConnectApi.actionlinks.method.createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput).varParam.actionlinkgroup",
"nodeType": "variable",
"name": "actionLinkGroup",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroup",
"textToLower": "actionlinkgroup",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 145
},
"end": {
"line": 0,
"character": 160
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroup_0:145"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroup",
"textToLower": "actionlinkgroup",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 145
},
"end": {
"line": 0,
"character": 160
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroup_0:145"
},
"parentId": "ConnectApi.actionlinks.method.createactionlinkgroupdefinition(string,connectapi.actionlinkgroupdefinitioninput)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.actionlinks.createactionlinkgroupdefinition.datatype.ConnectApi.ActionLinkGroupDefinitionInput",
"nodeType": "datatype",
"name": "ConnectApi.ActionLinkGroupDefinitionInput",
"startToken": {
"type": "datatype.support.namespace",
"text": "ConnectApi",
"textToLower": "connectapi",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 103
},
"end": {
"line": 0,
"character": 113
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_ConnectApi_0:103"
},
"parentId": "ConnectApi.actionlinks.createactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ActionLinkGroupDefinitionInput"
},
"description": "Use either the ID for a community, internal, or null. A ConnectApi.ActionLinkGroupDefinitionInput object that defines the action link group.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"deleteactionlinkgroupdefinition(string,string)": {
"id": "ConnectApi.actionlinks.method.deleteactionlinkgroupdefinition(string,string)",
"nodeType": "method",
"name": "deleteActionLinkGroupDefinition",
"startToken": {
"type": "declaration.entity.name.function",
"text": "deleteActionLinkGroupDefinition",
"textToLower": "deleteactionlinkgroupdefinition",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_deleteActionLinkGroupDefinition_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"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 void deleteActionLinkGroupDefinition(String communityId, String actionLinkGroupId)",
"overrideSignature": "public static override void deleteActionLinkGroupDefinition(String communityId, String actionLinkGroupId)",
"simplifiedSignature": "deleteActionLinkGroupDefinition(String,String)",
"datatype": {
"id": "ConnectApi.actionlinks.deleteactionlinkgroupdefinition.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.actionlinks.deleteactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Delete an action link group definition. Deleting an action link group definition removes all references to it from feed elements.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.deleteactionlinkgroupdefinition(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": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 69
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:58"
},
"parentId": "ConnectApi.actionlinks.method.deleteactionlinkgroupdefinition(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.deleteactionlinkgroupdefinition.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:51"
},
"parentId": "ConnectApi.actionlinks.deleteactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkgroupid": {
"id": "ConnectApi.actionlinks.method.deleteactionlinkgroupdefinition(string,string).varParam.actionlinkgroupid",
"nodeType": "variable",
"name": "actionLinkGroupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroupId",
"textToLower": "actionlinkgroupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroupId_0:78"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroupId",
"textToLower": "actionlinkgroupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 78
},
"end": {
"line": 0,
"character": 95
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroupId_0:78"
},
"parentId": "ConnectApi.actionlinks.method.deleteactionlinkgroupdefinition(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.actionlinks.deleteactionlinkgroupdefinition.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 71
},
"end": {
"line": 0,
"character": 77
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:71"
},
"parentId": "ConnectApi.actionlinks.deleteactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the action link group.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getactionlink(string,string)": {
"id": "ConnectApi.actionlinks.method.getactionlink(string,string)",
"nodeType": "method",
"name": "getActionLink",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getActionLink",
"textToLower": "getactionlink",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getActionLink_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"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.PlatformAction getActionLink(String communityId, String actionLinkId)",
"overrideSignature": "public static override ConnectApi.PlatformAction getActionLink(String communityId, String actionLinkId)",
"simplifiedSignature": "getActionLink(String,String)",
"datatype": {
"id": "ConnectApi.actionlinks.getactionlink.datatype.ConnectApi.PlatformAction",
"nodeType": "datatype",
"name": "ConnectApi.PlatformAction",
"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.actionlinks.getactionlink",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.PlatformAction"
},
"description": "Get information about an action link, including state for the context user.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.getactionlink(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": 61
},
"end": {
"line": 0,
"character": 72
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:61"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "communityId",
"textToLower": "communityid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 61
},
"end": {
"line": 0,
"character": 72
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_communityId_0:61"
},
"parentId": "ConnectApi.actionlinks.method.getactionlink(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlink.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.actionlinks.getactionlink",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkid": {
"id": "ConnectApi.actionlinks.method.getactionlink(string,string).varParam.actionlinkid",
"nodeType": "variable",
"name": "actionLinkId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkId",
"textToLower": "actionlinkid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 93
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkId_0:81"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkId",
"textToLower": "actionlinkid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 81
},
"end": {
"line": 0,
"character": 93
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkId_0:81"
},
"parentId": "ConnectApi.actionlinks.method.getactionlink(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlink.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 74
},
"end": {
"line": 0,
"character": 80
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:74"
},
"parentId": "ConnectApi.actionlinks.getactionlink",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the action link.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getactionlinkdiagnosticinfo(string,string)": {
"id": "ConnectApi.actionlinks.method.getactionlinkdiagnosticinfo(string,string)",
"nodeType": "method",
"name": "getActionLinkDiagnosticInfo",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getActionLinkDiagnosticInfo",
"textToLower": "getactionlinkdiagnosticinfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getActionLinkDiagnosticInfo_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"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.ActionLinkDiagnosticInfo getActionLinkDiagnosticInfo(String communityId, String actionLinkId)",
"overrideSignature": "public static override ConnectApi.ActionLinkDiagnosticInfo getActionLinkDiagnosticInfo(String communityId, String actionLinkId)",
"simplifiedSignature": "getActionLinkDiagnosticInfo(String,String)",
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkdiagnosticinfo.datatype.ConnectApi.ActionLinkDiagnosticInfo",
"nodeType": "datatype",
"name": "ConnectApi.ActionLinkDiagnosticInfo",
"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.actionlinks.getactionlinkdiagnosticinfo",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ActionLinkDiagnosticInfo"
},
"description": "Get diagnostic information returned when an action link executes. Diagnostic information is given only for users who can access the action link.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.getactionlinkdiagnosticinfo(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.actionlinks.method.getactionlinkdiagnosticinfo(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkdiagnosticinfo.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.actionlinks.getactionlinkdiagnosticinfo",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkid": {
"id": "ConnectApi.actionlinks.method.getactionlinkdiagnosticinfo(string,string).varParam.actionlinkid",
"nodeType": "variable",
"name": "actionLinkId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkId",
"textToLower": "actionlinkid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 105
},
"end": {
"line": 0,
"character": 117
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkId_0:105"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkId",
"textToLower": "actionlinkid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 105
},
"end": {
"line": 0,
"character": 117
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkId_0:105"
},
"parentId": "ConnectApi.actionlinks.method.getactionlinkdiagnosticinfo(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkdiagnosticinfo.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 98
},
"end": {
"line": 0,
"character": 104
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:98"
},
"parentId": "ConnectApi.actionlinks.getactionlinkdiagnosticinfo",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the action link.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getactionlinkgroup(string,string)": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroup(string,string)",
"nodeType": "method",
"name": "getActionLinkGroup",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getActionLinkGroup",
"textToLower": "getactionlinkgroup",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getActionLinkGroup_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"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.PlatformActionGroup getActionLinkGroup(String communityId, String actionLinkGroupId)",
"overrideSignature": "public static override ConnectApi.PlatformActionGroup getActionLinkGroup(String communityId, String actionLinkGroupId)",
"simplifiedSignature": "getActionLinkGroup(String,String)",
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkgroup.datatype.ConnectApi.PlatformActionGroup",
"nodeType": "datatype",
"name": "ConnectApi.PlatformActionGroup",
"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.actionlinks.getactionlinkgroup",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.PlatformActionGroup"
},
"description": "Get information about an action link group including state for the context user.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroup(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": 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.actionlinks.method.getactionlinkgroup(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkgroup.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.actionlinks.getactionlinkgroup",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkgroupid": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroup(string,string).varParam.actionlinkgroupid",
"nodeType": "variable",
"name": "actionLinkGroupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroupId",
"textToLower": "actionlinkgroupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 91
},
"end": {
"line": 0,
"character": 108
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroupId_0:91"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroupId",
"textToLower": "actionlinkgroupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 91
},
"end": {
"line": 0,
"character": 108
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_actionLinkGroupId_0:91"
},
"parentId": "ConnectApi.actionlinks.method.getactionlinkgroup(string,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkgroup.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.actionlinks.getactionlinkgroup",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Use either the ID for a community, internal, or null. The ID of the action link group.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getactionlinkgroupdefinition(string,string)": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroupdefinition(string,string)",
"nodeType": "method",
"name": "getActionLinkGroupDefinition",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getActionLinkGroupDefinition",
"textToLower": "getactionlinkgroupdefinition",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getActionLinkGroupDefinition_-1:0"
},
"parentId": "ConnectApi.actionlinks",
"order": 6,
"memberOrder": 6,
"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.ActionLinkGroupDefinition getActionLinkGroupDefinition(String communityId, String actionLinkGroupId)",
"overrideSignature": "public static override ConnectApi.ActionLinkGroupDefinition getActionLinkGroupDefinition(String communityId, String actionLinkGroupId)",
"simplifiedSignature": "getActionLinkGroupDefinition(String,String)",
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkgroupdefinition.datatype.ConnectApi.ActionLinkGroupDefinition",
"nodeType": "datatype",
"name": "ConnectApi.ActionLinkGroupDefinition",
"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.actionlinks.getactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "ConnectApi.ActionLinkGroupDefinition"
},
"description": "Get information about an action link group definition.",
"parentName": "ActionLinks",
"variables": {},
"params": {
"communityid": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroupdefinition(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.actionlinks.method.getactionlinkgroupdefinition(string,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ConnectApi.actionlinks.getactionlinkgroupdefinition.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.actionlinks.getactionlinkgroupdefinition",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"actionlinkgroupid": {
"id": "ConnectApi.actionlinks.method.getactionlinkgroupdefinition(string,string).varParam.actionlinkgroupid",
"nodeType": "variable",
"name": "actionLinkGroupId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "actionLinkGroupId",
"textToLower": "actionlinkgroupid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 107
},
"end": {
"line": 0,
"character": 124
},