@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
490 lines • 15.1 kB
JSON
{
"id": "Reports.reportextendedmetadata",
"nodeType": "class",
"name": "ReportExtendedMetadata",
"namespace": "Reports",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ReportExtendedMetadata",
"textToLower": "reportextendedmetadata",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ReportExtendedMetadata_-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 report extended metadata for a tabular, summary, or matrix report.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_reportextendedmetadata.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getaggregatecolumninfo()": {
"id": "Reports.reportextendedmetadata.method.getaggregatecolumninfo()",
"nodeType": "method",
"name": "getAggregateColumnInfo",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAggregateColumnInfo",
"textToLower": "getaggregatecolumninfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAggregateColumnInfo_-1:0"
},
"parentId": "Reports.reportextendedmetadata",
"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 Map<String,Reports.AggregateColumn> getAggregateColumnInfo()",
"overrideSignature": "public override Map<String,Reports.AggregateColumn> getAggregateColumnInfo()",
"simplifiedSignature": "getAggregateColumnInfo()",
"datatype": {
"id": "Reports.reportextendedmetadata.getaggregatecolumninfo.datatype.Map<String,Reports.AggregateColumn>",
"nodeType": "datatype",
"name": "Map<String,Reports.AggregateColumn>",
"startToken": {
"type": "datatype.collection",
"text": "Map",
"textToLower": "map",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 10
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Map_0:7"
},
"parentId": "Reports.reportextendedmetadata.getaggregatecolumninfo",
"order": 0,
"memberOrder": 0,
"type": "Map",
"value": {
"id": "Reports.reportextendedmetadata.getaggregatecolumninfo.datatype.Map<String,Reports.AggregateColumn>.value.Reports.AggregateColumn",
"nodeType": "datatype",
"name": "Reports.AggregateColumn",
"startToken": {
"type": "datatype.support.namespace",
"text": "Reports",
"textToLower": "reports",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 18
},
"end": {
"line": 0,
"character": 25
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Reports_0:18"
},
"order": 0,
"memberOrder": 0,
"type": "Reports.AggregateColumn"
},
"key": {
"id": "Reports.reportextendedmetadata.getaggregatecolumninfo.datatype.Map<String,Reports.AggregateColumn>.key.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 11
},
"end": {
"line": 0,
"character": 17
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:11"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "Returns all report summaries such as Record Count, Sum, Average, Max, Min, and custom summary formulas. Contains values for each summary that is listed in the report metadata.",
"parentName": "ReportExtendedMetadata",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getdetailcolumninfo()": {
"id": "Reports.reportextendedmetadata.method.getdetailcolumninfo()",
"nodeType": "method",
"name": "getDetailColumnInfo",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getDetailColumnInfo",
"textToLower": "getdetailcolumninfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getDetailColumnInfo_-1:0"
},
"parentId": "Reports.reportextendedmetadata",
"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 Map<String,Reports.DetailColumn> getDetailColumnInfo()",
"overrideSignature": "public override Map<String,Reports.DetailColumn> getDetailColumnInfo()",
"simplifiedSignature": "getDetailColumnInfo()",
"datatype": {
"id": "Reports.reportextendedmetadata.getdetailcolumninfo.datatype.Map<String,Reports.DetailColumn>",
"nodeType": "datatype",
"name": "Map<String,Reports.DetailColumn>",
"startToken": {
"type": "datatype.collection",
"text": "Map",
"textToLower": "map",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 10
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Map_0:7"
},
"parentId": "Reports.reportextendedmetadata.getdetailcolumninfo",
"order": 0,
"memberOrder": 0,
"type": "Map",
"value": {
"id": "Reports.reportextendedmetadata.getdetailcolumninfo.datatype.Map<String,Reports.DetailColumn>.value.Reports.DetailColumn",
"nodeType": "datatype",
"name": "Reports.DetailColumn",
"startToken": {
"type": "datatype.support.namespace",
"text": "Reports",
"textToLower": "reports",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 18
},
"end": {
"line": 0,
"character": 25
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Reports_0:18"
},
"order": 0,
"memberOrder": 0,
"type": "Reports.DetailColumn"
},
"key": {
"id": "Reports.reportextendedmetadata.getdetailcolumninfo.datatype.Map<String,Reports.DetailColumn>.key.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 11
},
"end": {
"line": 0,
"character": 17
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:11"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "Returns a map of two properties for each field that has detailed data identified by its unique API name. The detailed data fields are also listed in the report metadata.",
"parentName": "ReportExtendedMetadata",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getgroupingcolumninfo()": {
"id": "Reports.reportextendedmetadata.method.getgroupingcolumninfo()",
"nodeType": "method",
"name": "getGroupingColumnInfo",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getGroupingColumnInfo",
"textToLower": "getgroupingcolumninfo",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getGroupingColumnInfo_-1:0"
},
"parentId": "Reports.reportextendedmetadata",
"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 Map<String,Reports.GroupingColumn> getGroupingColumnInfo()",
"overrideSignature": "public override Map<String,Reports.GroupingColumn> getGroupingColumnInfo()",
"simplifiedSignature": "getGroupingColumnInfo()",
"datatype": {
"id": "Reports.reportextendedmetadata.getgroupingcolumninfo.datatype.Map<String,Reports.GroupingColumn>",
"nodeType": "datatype",
"name": "Map<String,Reports.GroupingColumn>",
"startToken": {
"type": "datatype.collection",
"text": "Map",
"textToLower": "map",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 10
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Map_0:7"
},
"parentId": "Reports.reportextendedmetadata.getgroupingcolumninfo",
"order": 0,
"memberOrder": 0,
"type": "Map",
"value": {
"id": "Reports.reportextendedmetadata.getgroupingcolumninfo.datatype.Map<String,Reports.GroupingColumn>.value.Reports.GroupingColumn",
"nodeType": "datatype",
"name": "Reports.GroupingColumn",
"startToken": {
"type": "datatype.support.namespace",
"text": "Reports",
"textToLower": "reports",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 18
},
"end": {
"line": 0,
"character": 25
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Reports_0:18"
},
"order": 0,
"memberOrder": 0,
"type": "Reports.GroupingColumn"
},
"key": {
"id": "Reports.reportextendedmetadata.getgroupingcolumninfo.datatype.Map<String,Reports.GroupingColumn>.key.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 11
},
"end": {
"line": 0,
"character": 17
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:11"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "Returns a map of each row or column grouping to its metadata. Contains values for each grouping that is identified in the groupingsDown and groupingsAcross lists.",
"parentName": "ReportExtendedMetadata",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 3,
"queries": []
}