@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
328 lines • 9.07 kB
JSON
{
"id": "Reports.reportscopevalue",
"nodeType": "class",
"name": "ReportScopeValue",
"namespace": "Reports",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ReportScopeValue",
"textToLower": "reportscopevalue",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ReportScopeValue_-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 information about a possible scope value. Scope values depend on the report type. For example, you can set the scope for opportunity reports to All opportunities, My team’s opportunities, or My opportunities.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_ReportScopeValue.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getallowsdivision()": {
"id": "Reports.reportscopevalue.method.getallowsdivision()",
"nodeType": "method",
"name": "getAllowsDivision",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAllowsDivision",
"textToLower": "getallowsdivision",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAllowsDivision_-1:0"
},
"parentId": "Reports.reportscopevalue",
"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 Boolean getAllowsDivision()",
"overrideSignature": "public override Boolean getAllowsDivision()",
"simplifiedSignature": "getAllowsDivision()",
"datatype": {
"id": "Reports.reportscopevalue.getallowsdivision.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "Reports.reportscopevalue.getallowsdivision",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Returns a boolean value that indicates whether you can segment the report by this scope.",
"parentName": "ReportScopeValue",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlabel()": {
"id": "Reports.reportscopevalue.method.getlabel()",
"nodeType": "method",
"name": "getLabel",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLabel",
"textToLower": "getlabel",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLabel_-1:0"
},
"parentId": "Reports.reportscopevalue",
"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 getLabel()",
"overrideSignature": "public override String getLabel()",
"simplifiedSignature": "getLabel()",
"datatype": {
"id": "Reports.reportscopevalue.getlabel.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": "Reports.reportscopevalue.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the display name of the scope of the report.",
"parentName": "ReportScopeValue",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getvalue()": {
"id": "Reports.reportscopevalue.method.getvalue()",
"nodeType": "method",
"name": "getValue",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getValue",
"textToLower": "getvalue",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getValue_-1:0"
},
"parentId": "Reports.reportscopevalue",
"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 String getValue()",
"overrideSignature": "public override String getValue()",
"simplifiedSignature": "getValue()",
"datatype": {
"id": "Reports.reportscopevalue.getvalue.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": "Reports.reportscopevalue.getvalue",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the scope value for the report.",
"parentName": "ReportScopeValue",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}