@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,430 lines (1,429 loc) • 76.9 kB
JSON
{
"id": "Process.plugindescriberesult",
"nodeType": "class",
"name": "PluginDescribeResult",
"namespace": "Process",
"startToken": {
"type": "declaration.entity.name.class",
"text": "PluginDescribeResult",
"textToLower": "plugindescriberesult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_PluginDescribeResult_-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": "Describes the input and output parameters for Process.PluginResult.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Process_PluginDescribeResult.htm",
"classes": {
"inputparameter": {
"id": "Process.plugindescriberesult.inputparameter",
"nodeType": "class",
"name": "InputParameter",
"namespace": "Process",
"startToken": {
"type": "declaration.entity.name.class",
"text": "InputParameter",
"textToLower": "inputparameter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_InputParameter_-1:0"
},
"order": 1,
"memberOrder": 1,
"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": "Describes the input parameter for Process.PluginResult.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Process_PluginDescribeResult_InputParameter.htm",
"parentName": "PluginDescribeResult",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"description": {
"id": "Process.plugindescriberesult.inputparameter.method.string description{get;set;}",
"nodeType": "property",
"name": "Description",
"startToken": {
"type": "declaration.entity.name.property",
"text": "Description",
"textToLower": "description",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_Description_-1:0"
},
"parentId": "Process.plugindescriberesult.inputparameter",
"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 String Description { get; set; }",
"simplifiedSignature": "String Description{get;set;}",
"datatype": {
"id": ".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": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "InputParameter",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
},
"name": {
"id": "Process.plugindescriberesult.inputparameter.method.string name{get;set;}",
"nodeType": "property",
"name": "Name",
"startToken": {
"type": "declaration.entity.name.property",
"text": "Name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_Name_-1:0"
},
"parentId": "Process.plugindescriberesult.inputparameter",
"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"
},
"signature": "public String Name { get; set; }",
"simplifiedSignature": "String Name{get;set;}",
"datatype": {
"id": ".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": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "InputParameter",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
},
"parametertype": {
"id": "Process.plugindescriberesult.inputparameter.method.process.plugindescriberesult.parametertype parametertype{get;set;}",
"nodeType": "property",
"name": "ParameterType",
"startToken": {
"type": "declaration.entity.name.property",
"text": "ParameterType",
"textToLower": "parametertype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_ParameterType_-1:0"
},
"parentId": "Process.plugindescriberesult.inputparameter",
"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"
},
"signature": "public Process.PluginDescribeResult.ParameterType ParameterType { get; set; }",
"simplifiedSignature": "Process.PluginDescribeResult.ParameterType ParameterType{get;set;}",
"datatype": {
"id": ".datatype.Process.PluginDescribeResult.ParameterType",
"nodeType": "datatype",
"name": "Process.PluginDescribeResult.ParameterType",
"startToken": {
"type": "datatype.support.namespace",
"text": "Process",
"textToLower": "process",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Process_0:7"
},
"parentId": "",
"order": 0,
"memberOrder": 0,
"type": "Process.PluginDescribeResult.ParameterType"
},
"parentName": "InputParameter",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
}
},
"methods": {},
"constructors": {
"inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)",
"nodeType": "constructor",
"name": "InputParameter",
"startToken": {
"type": "declaration.entity.name.function",
"text": "PluginDescribeResult.InputParameter",
"textToLower": "plugindescriberesult.inputparameter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_PluginDescribeResult.InputParameter_-1:0"
},
"parentId": "Process.plugindescriberesult.inputparameter",
"order": 1,
"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"
},
"signature": "public InputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)",
"overrideSignature": "public override InputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)",
"simplifiedSignature": "InputParameter(String,String,Process.PluginDescribeResult.ParameterType,Boolean)",
"description": "Creates a new instance of the Process.PluginDescribeResult.InputParameter class using the specified name, description, parameter type, and required option.",
"parentName": "InputParameter",
"variables": {},
"params": {
"name": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean).varParam.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 54
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:50"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 54
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:50"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 43
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:43"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"description": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean).varParam.description",
"nodeType": "variable",
"name": "description",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "description",
"textToLower": "description",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_description_0:63"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "description",
"textToLower": "description",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 63
},
"end": {
"line": 0,
"character": 74
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_description_0:63"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.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": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"parametertype": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean).varParam.parametertype",
"nodeType": "variable",
"name": "parameterType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "parameterType",
"textToLower": "parametertype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 119
},
"end": {
"line": 0,
"character": 132
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parameterType_0:119"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "parameterType",
"textToLower": "parametertype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 119
},
"end": {
"line": 0,
"character": 132
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parameterType_0:119"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.Process.PluginDescribeResult.ParameterType",
"nodeType": "datatype",
"name": "Process.PluginDescribeResult.ParameterType",
"startToken": {
"type": "datatype.support.namespace",
"text": "Process",
"textToLower": "process",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 76
},
"end": {
"line": 0,
"character": 83
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Process_0:76"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "Process.PluginDescribeResult.ParameterType"
},
"scope": null
},
"required": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean).varParam.required",
"nodeType": "variable",
"name": "required",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "required",
"textToLower": "required",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 142
},
"end": {
"line": 0,
"character": 150
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_required_0:142"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "required",
"textToLower": "required",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 142
},
"end": {
"line": 0,
"character": 150
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_required_0:142"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,string,process.plugindescriberesult.parametertype,boolean)",
"order": 4,
"memberOrder": 4,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 134
},
"end": {
"line": 0,
"character": 141
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:134"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Unique name of the plug-in. Describes the purpose of the plug-in. The data type of the input parameter. Set to true for required and false otherwise.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"inputparameter(string,process.plugindescriberesult.parametertype,boolean)": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean)",
"nodeType": "constructor",
"name": "InputParameter",
"startToken": {
"type": "declaration.entity.name.function",
"text": "PluginDescribeResult.InputParameter",
"textToLower": "plugindescriberesult.inputparameter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_PluginDescribeResult.InputParameter_-1:0"
},
"parentId": "Process.plugindescriberesult.inputparameter",
"order": 2,
"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"
},
"signature": "public InputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)",
"overrideSignature": "public override InputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)",
"simplifiedSignature": "InputParameter(String,Process.PluginDescribeResult.ParameterType,Boolean)",
"description": "Creates a new instance of the Process.PluginDescribeResult.InputParameter class using the specified name, parameter type, and required option.",
"parentName": "InputParameter",
"variables": {},
"params": {
"name": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean).varParam.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 54
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:50"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 50
},
"end": {
"line": 0,
"character": 54
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:50"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 43
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:43"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"scope": null
},
"parametertype": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean).varParam.parametertype",
"nodeType": "variable",
"name": "parameterType",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "parameterType",
"textToLower": "parametertype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 99
},
"end": {
"line": 0,
"character": 112
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parameterType_0:99"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "parameterType",
"textToLower": "parametertype",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 99
},
"end": {
"line": 0,
"character": 112
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_parameterType_0:99"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.Process.PluginDescribeResult.ParameterType",
"nodeType": "datatype",
"name": "Process.PluginDescribeResult.ParameterType",
"startToken": {
"type": "datatype.support.namespace",
"text": "Process",
"textToLower": "process",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 56
},
"end": {
"line": 0,
"character": 63
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Process_0:56"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "Process.PluginDescribeResult.ParameterType"
},
"scope": null
},
"required": {
"id": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean).varParam.required",
"nodeType": "variable",
"name": "required",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "required",
"textToLower": "required",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 130
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_required_0:122"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "required",
"textToLower": "required",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 122
},
"end": {
"line": 0,
"character": 130
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_required_0:122"
},
"parentId": "Process.plugindescriberesult.inputparameter.method.inputparameter(string,process.plugindescriberesult.parametertype,boolean)",
"order": 3,
"memberOrder": 3,
"datatype": {
"id": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 114
},
"end": {
"line": 0,
"character": 121
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:114"
},
"parentId": "Process.plugindescriberesult.inputparameter.plugindescriberesult.inputparameter",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Unique name of the plug-in. The data type of the input parameter. Set to true for required and false otherwise.",
"scope": null
}
},
"queries": [],
"exceptions": []
}
},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
},
"outputparameter": {
"id": "Process.plugindescriberesult.outputparameter",
"nodeType": "class",
"name": "OutputParameter",
"namespace": "Process",
"startToken": {
"type": "declaration.entity.name.class",
"text": "OutputParameter",
"textToLower": "outputparameter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_OutputParameter_-1:0"
},
"order": 2,
"memberOrder": 2,
"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": "Describes the output parameter for Process.PluginResult.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Process_PluginDescribeResult_OutputParameter.htm",
"parentName": "PluginDescribeResult",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"description": {
"id": "Process.plugindescriberesult.outputparameter.method.string description{get;set;}",
"nodeType": "property",
"name": "Description",
"startToken": {
"type": "declaration.entity.name.property",
"text": "Description",
"textToLower": "description",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_Description_-1:0"
},
"parentId": "Process.plugindescriberesult.outputparameter",
"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 String Description { get; set; }",
"simplifiedSignature": "String Description{get;set;}",
"datatype": {
"id": ".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": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "OutputParameter",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
},
"name": {
"id": "Process.plugindescriberesult.outputparameter.method.string name{get;set;}",
"nodeType": "property",
"name": "Name",
"startToken": {
"type": "declaration.entity.name.property",
"text": "Name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.property_Name_-1:0"
},
"parentId": "Process.plugindescriberesult.outputparameter",
"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"
},
"signature": "public String Name { get; set; }",
"simplifiedSignature": "String Name{get;set;}",
"datatype": {
"id": ".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": "",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"parentName": "OutputParameter",
"getter": {
"id": ".getter.get",
"nodeType": "getter",
"name": "get",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
},
"setter": {
"id": ".getter.set",
"nodeType": "setter",
"name": "set",
"parentId": "",
"order": 0,
"memberOrder": 0,
"variables": {},
"queries": []
}
}
},
"methods": {},
"constructors": {
"outputparameter(string,string,process.plugindescriberesult.parametertype)": {
"id": "Process.plugindescriberesult.outputparameter.method.outputparameter(string,string,process.plugindescriberesult.parametertype)",
"nodeType": "constructor",
"name": "OutputParameter",
"startToken": {
"type": "declaration.entity.name.function",
"text": "PluginDescribeResult.OutputParameter",
"textToLower": "plugindescriberesult.outputparameter",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_PluginDescribeResult.OutputParameter_-1:0"
},
"parentId": "Process.plugindescriberesult.outputparameter",
"order": 1,
"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 OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)",
"overrideSignature": "public override OutputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType)",
"simplifiedSignature": "OutputParameter(String,String,Process.PluginDescribeResult.ParameterType)",
"description": "Creates a new instance of the Process.PluginDescribeResult.OutputParameter class using the specified name, description, and parameter type.",
"parentName": "OutputParameter",
"variables": {},
"params": {
"name": {
"id": "Process.plugindescriberesult.outputparameter.method.outputparameter(string,string,process.plugindescriberesult.parametertype).varParam.name",
"nodeType": "variable",
"name": "name",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 55
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_name_0:51"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "name",
"textToLower": "name",
"isAux": false,
"range": {
"start": {
"line": 0,