@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
745 lines • 22.4 kB
JSON
{
"id": "AppLauncher.appmenu",
"nodeType": "class",
"name": "AppMenu",
"namespace": "AppLauncher",
"startToken": {
"type": "declaration.entity.name.class",
"text": "AppMenu",
"textToLower": "appmenu",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_AppMenu_-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": "Contains methods to set the appearance of apps in the App Launcher.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_applauncher_AppMenu.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"setappvisibility(id,boolean)": {
"id": "AppLauncher.appmenu.method.setappvisibility(id,boolean)",
"nodeType": "method",
"name": "setAppVisibility",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setAppVisibility",
"textToLower": "setappvisibility",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setAppVisibility_-1:0"
},
"parentId": "AppLauncher.appmenu",
"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 void setAppVisibility(Id appMenuItemId, Boolean isVisible)",
"overrideSignature": "public static override void setAppVisibility(Id appMenuItemId, Boolean isVisible)",
"simplifiedSignature": "setAppVisibility(Id,Boolean)",
"datatype": {
"id": "AppLauncher.appmenu.setappvisibility.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": "AppLauncher.appmenu.setappvisibility",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Shows or hides specific apps in the App Launcher.",
"parentName": "AppMenu",
"variables": {},
"params": {
"appmenuitemid": {
"id": "AppLauncher.appmenu.method.setappvisibility(id,boolean).varParam.appmenuitemid",
"nodeType": "variable",
"name": "appMenuItemId",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "appMenuItemId",
"textToLower": "appmenuitemid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 39
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appMenuItemId_0:39"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "appMenuItemId",
"textToLower": "appmenuitemid",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 39
},
"end": {
"line": 0,
"character": 52
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appMenuItemId_0:39"
},
"parentId": "AppLauncher.appmenu.method.setappvisibility(id,boolean)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "AppLauncher.appmenu.setappvisibility.datatype.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 36
},
"end": {
"line": 0,
"character": 38
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:36"
},
"parentId": "AppLauncher.appmenu.setappvisibility",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"scope": null
},
"isvisible": {
"id": "AppLauncher.appmenu.method.setappvisibility(id,boolean).varParam.isvisible",
"nodeType": "variable",
"name": "isVisible",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "isVisible",
"textToLower": "isvisible",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 62
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_isVisible_0:62"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "isVisible",
"textToLower": "isvisible",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 62
},
"end": {
"line": 0,
"character": 71
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_isVisible_0:62"
},
"parentId": "AppLauncher.appmenu.method.setappvisibility(id,boolean)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "AppLauncher.appmenu.setappvisibility.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 54
},
"end": {
"line": 0,
"character": 61
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:54"
},
"parentId": "AppLauncher.appmenu.setappvisibility",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "The 15-character application ID value for an app. For more information, see the ApplicationId field for AppMenuItem or the AppMenuItemId field for UserAppMenuItem in the SOAP API Developer Guide If true, the app is visible.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"setorgsortorder(list<id>)": {
"id": "AppLauncher.appmenu.method.setorgsortorder(list<id>)",
"nodeType": "method",
"name": "setOrgSortOrder",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setOrgSortOrder",
"textToLower": "setorgsortorder",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setOrgSortOrder_-1:0"
},
"parentId": "AppLauncher.appmenu",
"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 setOrgSortOrder(List<Id> appIds)",
"overrideSignature": "public static override void setOrgSortOrder(List<Id> appIds)",
"simplifiedSignature": "setOrgSortOrder(List<Id>)",
"datatype": {
"id": "AppLauncher.appmenu.setorgsortorder.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": "AppLauncher.appmenu.setorgsortorder",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Sets the organization-wide default sort order for the App Launcher based on a List of app menu item IDs in the desired order.",
"parentName": "AppMenu",
"variables": {},
"params": {
"appids": {
"id": "AppLauncher.appmenu.method.setorgsortorder(list<id>).varParam.appids",
"nodeType": "variable",
"name": "appIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "appIds",
"textToLower": "appids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 44
},
"end": {
"line": 0,
"character": 50
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appIds_0:44"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "appIds",
"textToLower": "appids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 44
},
"end": {
"line": 0,
"character": 50
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appIds_0:44"
},
"parentId": "AppLauncher.appmenu.method.setorgsortorder(list<id>)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "AppLauncher.appmenu.setorgsortorder.datatype.List<Id>",
"nodeType": "datatype",
"name": "List<Id>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 35
},
"end": {
"line": 0,
"character": 39
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:35"
},
"parentId": "AppLauncher.appmenu.setorgsortorder",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "AppLauncher.appmenu.setorgsortorder.datatype.List<Id>.value.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 40
},
"end": {
"line": 0,
"character": 42
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:40"
},
"order": 0,
"memberOrder": 0,
"type": "Id"
}
},
"description": "A list of application ID values. For more information, see the ApplicationId field for AppMenuItem in the SOAP API Developer Guide.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"setusersortorder(list<id>)": {
"id": "AppLauncher.appmenu.method.setusersortorder(list<id>)",
"nodeType": "method",
"name": "setUserSortOrder",
"startToken": {
"type": "declaration.entity.name.function",
"text": "setUserSortOrder",
"textToLower": "setusersortorder",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_setUserSortOrder_-1:0"
},
"parentId": "AppLauncher.appmenu",
"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 setUserSortOrder(List<Id> appIds)",
"overrideSignature": "public static override void setUserSortOrder(List<Id> appIds)",
"simplifiedSignature": "setUserSortOrder(List<Id>)",
"datatype": {
"id": "AppLauncher.appmenu.setusersortorder.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": "AppLauncher.appmenu.setusersortorder",
"order": 0,
"memberOrder": 0,
"type": "void"
},
"description": "Sets an individual user’s default sort order for the App Launcher based on a List of app menu item IDs in the desired order.",
"parentName": "AppMenu",
"variables": {},
"params": {
"appids": {
"id": "AppLauncher.appmenu.method.setusersortorder(list<id>).varParam.appids",
"nodeType": "variable",
"name": "appIds",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "appIds",
"textToLower": "appids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appIds_0:45"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "appIds",
"textToLower": "appids",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 45
},
"end": {
"line": 0,
"character": 51
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_appIds_0:45"
},
"parentId": "AppLauncher.appmenu.method.setusersortorder(list<id>)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "AppLauncher.appmenu.setusersortorder.datatype.List<Id>",
"nodeType": "datatype",
"name": "List<Id>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 36
},
"end": {
"line": 0,
"character": 40
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:36"
},
"parentId": "AppLauncher.appmenu.setusersortorder",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "AppLauncher.appmenu.setusersortorder.datatype.List<Id>.value.Id",
"nodeType": "datatype",
"name": "Id",
"startToken": {
"type": "datatype.primitive",
"text": "Id",
"textToLower": "id",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 41
},
"end": {
"line": 0,
"character": 43
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Id_0:41"
},
"order": 0,
"memberOrder": 0,
"type": "Id"
}
},
"description": "A list of application ID values. For more information, see the AppMenuItemId field for UserAppMenuItem in the SOAP API Developer Guide.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}