@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
378 lines • 10.4 kB
JSON
{
"id": "ApexPages.action",
"nodeType": "class",
"name": "Action",
"namespace": "ApexPages",
"startToken": {
"type": "declaration.entity.name.class",
"text": "Action",
"textToLower": "action",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_Action_-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": "You can use ApexPages.Action to create an action method that you can use in a Visualforce custom controller or controller extension.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_pages_action.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getexpression()": {
"id": "ApexPages.action.method.getexpression()",
"nodeType": "method",
"name": "getExpression",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getExpression",
"textToLower": "getexpression",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getExpression_-1:0"
},
"parentId": "ApexPages.action",
"order": 1,
"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"
},
"signature": "public String getExpression()",
"overrideSignature": "public override String getExpression()",
"simplifiedSignature": "getExpression()",
"datatype": {
"id": "ApexPages.action.getexpression.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "ApexPages.action.getexpression",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the expression that is evaluated when the action is invoked.",
"parentName": "Action",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"invoke()": {
"id": "ApexPages.action.method.invoke()",
"nodeType": "method",
"name": "invoke",
"startToken": {
"type": "declaration.entity.name.function",
"text": "invoke",
"textToLower": "invoke",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_invoke_-1:0"
},
"parentId": "ApexPages.action",
"order": 2,
"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"
},
"signature": "public System.PageReference invoke()",
"overrideSignature": "public override System.PageReference invoke()",
"simplifiedSignature": "invoke()",
"datatype": {
"id": "ApexPages.action.invoke.datatype.System.PageReference",
"nodeType": "datatype",
"name": "System.PageReference",
"startToken": {
"type": "datatype.support.class",
"text": "System",
"textToLower": "system",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_System_0:7"
},
"parentId": "ApexPages.action.invoke",
"order": 0,
"memberOrder": 0,
"type": "System.PageReference"
},
"description": "Invokes the action.",
"parentName": "Action",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {
"action(string)": {
"id": "ApexPages.action.method.action(string)",
"nodeType": "constructor",
"name": "Action",
"startToken": {
"type": "declaration.entity.name.function",
"text": "Action",
"textToLower": "action",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_Action_-1:0"
},
"parentId": "ApexPages.action",
"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"
},
"signature": "public Action(String action)",
"overrideSignature": "public override Action(String action)",
"simplifiedSignature": "Action(String)",
"description": "Creates a new instance of the ApexPages.Action class using the specified action.",
"parentName": "Action",
"variables": {},
"params": {
"action": {
"id": "ApexPages.action.method.action(string).varParam.action",
"nodeType": "variable",
"name": "action",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "action",
"textToLower": "action",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 21
},
"end": {
"line": 0,
"character": 27
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_action_0:21"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "action",
"textToLower": "action",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 21
},
"end": {
"line": 0,
"character": 27
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_action_0:21"
},
"parentId": "ApexPages.action.method.action(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "ApexPages.action.action.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:14"
},
"parentId": "ApexPages.action.action",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "The action.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}