UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

1,708 lines (1,707 loc) 221 kB
{ "id": "Reports.reportmetadata", "nodeType": "class", "name": "ReportMetadata", "namespace": "Reports", "startToken": { "type": "declaration.entity.name.class", "text": "ReportMetadata", "textToLower": "reportmetadata", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_ReportMetadata_-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 metadata for a tabular, summary, or matrix report.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_reportmetadata.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getaggregates()": { "id": "Reports.reportmetadata.method.getaggregates()", "nodeType": "method", "name": "getAggregates", "startToken": { "type": "declaration.entity.name.function", "text": "getAggregates", "textToLower": "getaggregates", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getAggregates_-1:0" }, "parentId": "Reports.reportmetadata", "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 List<String> getAggregates()", "overrideSignature": "public override List<String> getAggregates()", "simplifiedSignature": "getAggregates()", "datatype": { "id": "Reports.reportmetadata.getaggregates.datatype.List<String>", "nodeType": "datatype", "name": "List<String>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.getaggregates", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.getaggregates.datatype.List<String>.value.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 18 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:12" }, "order": 0, "memberOrder": 0, "type": "String" } }, "description": "Returns unique identifiers for summary or custom summary formula fields in the report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getbuckets()": { "id": "Reports.reportmetadata.method.getbuckets()", "nodeType": "method", "name": "getBuckets", "startToken": { "type": "declaration.entity.name.function", "text": "getBuckets", "textToLower": "getbuckets", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getBuckets_-1:0" }, "parentId": "Reports.reportmetadata", "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 List<Reports.BucketField> getBuckets()", "overrideSignature": "public override List<Reports.BucketField> getBuckets()", "simplifiedSignature": "getBuckets()", "datatype": { "id": "Reports.reportmetadata.getbuckets.datatype.List<Reports.BucketField>", "nodeType": "datatype", "name": "List<Reports.BucketField>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.getbuckets", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.getbuckets.datatype.List<Reports.BucketField>.value.Reports.BucketField", "nodeType": "datatype", "name": "Reports.BucketField", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 19 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:12" }, "order": 0, "memberOrder": 0, "type": "Reports.BucketField" } }, "description": "Returns a list of bucket fields in the report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getcrossfilters()": { "id": "Reports.reportmetadata.method.getcrossfilters()", "nodeType": "method", "name": "getCrossFilters", "startToken": { "type": "declaration.entity.name.function", "text": "getCrossFilters", "textToLower": "getcrossfilters", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getCrossFilters_-1:0" }, "parentId": "Reports.reportmetadata", "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 Reports.CrossFilter getCrossFilters()", "overrideSignature": "public override Reports.CrossFilter getCrossFilters()", "simplifiedSignature": "getCrossFilters()", "datatype": { "id": "Reports.reportmetadata.getcrossfilters.datatype.Reports.CrossFilter", "nodeType": "datatype", "name": "Reports.CrossFilter", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:7" }, "parentId": "Reports.reportmetadata.getcrossfilters", "order": 0, "memberOrder": 0, "type": "Reports.CrossFilter" }, "description": "Returns information about cross filters applied to a report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getcurrencycode()": { "id": "Reports.reportmetadata.method.getcurrencycode()", "nodeType": "method", "name": "getCurrencyCode", "startToken": { "type": "declaration.entity.name.function", "text": "getCurrencyCode", "textToLower": "getcurrencycode", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getCurrencyCode_-1:0" }, "parentId": "Reports.reportmetadata", "order": 4, "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 String getCurrencyCode()", "overrideSignature": "public override String getCurrencyCode()", "simplifiedSignature": "getCurrencyCode()", "datatype": { "id": "Reports.reportmetadata.getcurrencycode.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.reportmetadata.getcurrencycode", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns report currency, such as USD, EUR, or GBP, for an organization that has multicurrency enabled. The value is null if the organization does not have multicurrency enabled.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getcustomsummaryformula()": { "id": "Reports.reportmetadata.method.getcustomsummaryformula()", "nodeType": "method", "name": "getCustomSummaryFormula", "startToken": { "type": "declaration.entity.name.function", "text": "getCustomSummaryFormula", "textToLower": "getcustomsummaryformula", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getCustomSummaryFormula_-1:0" }, "parentId": "Reports.reportmetadata", "order": 5, "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 Map<String,Reports.ReportCsf> getCustomSummaryFormula()", "overrideSignature": "public override Map<String,Reports.ReportCsf> getCustomSummaryFormula()", "simplifiedSignature": "getCustomSummaryFormula()", "datatype": { "id": "Reports.reportmetadata.getcustomsummaryformula.datatype.Map<String,Reports.ReportCsf>", "nodeType": "datatype", "name": "Map<String,Reports.ReportCsf>", "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.reportmetadata.getcustomsummaryformula", "order": 0, "memberOrder": 0, "type": "Map", "value": { "id": "Reports.reportmetadata.getcustomsummaryformula.datatype.Map<String,Reports.ReportCsf>.value.Reports.ReportCsf", "nodeType": "datatype", "name": "Reports.ReportCsf", "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.ReportCsf" }, "key": { "id": "Reports.reportmetadata.getcustomsummaryformula.datatype.Map<String,Reports.ReportCsf>.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 information about custom summary formulas in a report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdescription()": { "id": "Reports.reportmetadata.method.getdescription()", "nodeType": "method", "name": "getDescription", "startToken": { "type": "declaration.entity.name.function", "text": "getDescription", "textToLower": "getdescription", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDescription_-1:0" }, "parentId": "Reports.reportmetadata", "order": 6, "memberOrder": 6, "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 getDescription()", "overrideSignature": "public override String getDescription()", "simplifiedSignature": "getDescription()", "datatype": { "id": "Reports.reportmetadata.getdescription.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.reportmetadata.getdescription", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the description of the report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdetailcolumns()": { "id": "Reports.reportmetadata.method.getdetailcolumns()", "nodeType": "method", "name": "getDetailColumns", "startToken": { "type": "declaration.entity.name.function", "text": "getDetailColumns", "textToLower": "getdetailcolumns", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDetailColumns_-1:0" }, "parentId": "Reports.reportmetadata", "order": 7, "memberOrder": 7, "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 List<String> getDetailColumns()", "overrideSignature": "public override List<String> getDetailColumns()", "simplifiedSignature": "getDetailColumns()", "datatype": { "id": "Reports.reportmetadata.getdetailcolumns.datatype.List<String>", "nodeType": "datatype", "name": "List<String>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.getdetailcolumns", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.getdetailcolumns.datatype.List<String>.value.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 18 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:12" }, "order": 0, "memberOrder": 0, "type": "String" } }, "description": "Returns unique API names (column names) for the fields that contain detailed data. For example, the method might return the following values: “OPPORTUNITY_NAME, TYPE, LEAD_SOURCE, AMOUNT.”", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdevelopername()": { "id": "Reports.reportmetadata.method.getdevelopername()", "nodeType": "method", "name": "getDeveloperName", "startToken": { "type": "declaration.entity.name.function", "text": "getDeveloperName", "textToLower": "getdevelopername", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDeveloperName_-1:0" }, "parentId": "Reports.reportmetadata", "order": 8, "memberOrder": 8, "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 getDeveloperName()", "overrideSignature": "public override String getDeveloperName()", "simplifiedSignature": "getDeveloperName()", "datatype": { "id": "Reports.reportmetadata.getdevelopername.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.reportmetadata.getdevelopername", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the report API name. For example, the method might return the following value: “Closed_Sales_This_Quarter.”", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getdivision()": { "id": "Reports.reportmetadata.method.getdivision()", "nodeType": "method", "name": "getDivision", "startToken": { "type": "declaration.entity.name.function", "text": "getDivision", "textToLower": "getdivision", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getDivision_-1:0" }, "parentId": "Reports.reportmetadata", "order": 9, "memberOrder": 9, "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 getDivision()", "overrideSignature": "public override String getDivision()", "simplifiedSignature": "getDivision()", "datatype": { "id": "Reports.reportmetadata.getdivision.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.reportmetadata.getdivision", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the division specified in the report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getgroupingsacross()": { "id": "Reports.reportmetadata.method.getgroupingsacross()", "nodeType": "method", "name": "getGroupingsAcross", "startToken": { "type": "declaration.entity.name.function", "text": "getGroupingsAcross", "textToLower": "getgroupingsacross", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getGroupingsAcross_-1:0" }, "parentId": "Reports.reportmetadata", "order": 10, "memberOrder": 10, "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 List<Reports.GroupingInfo> getGroupingsAcross()", "overrideSignature": "public override List<Reports.GroupingInfo> getGroupingsAcross()", "simplifiedSignature": "getGroupingsAcross()", "datatype": { "id": "Reports.reportmetadata.getgroupingsacross.datatype.List<Reports.GroupingInfo>", "nodeType": "datatype", "name": "List<Reports.GroupingInfo>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.getgroupingsacross", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.getgroupingsacross.datatype.List<Reports.GroupingInfo>.value.Reports.GroupingInfo", "nodeType": "datatype", "name": "Reports.GroupingInfo", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 19 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:12" }, "order": 0, "memberOrder": 0, "type": "Reports.GroupingInfo" } }, "description": "Returns column groupings in a report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getgroupingsdown()": { "id": "Reports.reportmetadata.method.getgroupingsdown()", "nodeType": "method", "name": "getGroupingsDown", "startToken": { "type": "declaration.entity.name.function", "text": "getGroupingsDown", "textToLower": "getgroupingsdown", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getGroupingsDown_-1:0" }, "parentId": "Reports.reportmetadata", "order": 11, "memberOrder": 11, "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 List<Reports.GroupingInfo> getGroupingsDown()", "overrideSignature": "public override List<Reports.GroupingInfo> getGroupingsDown()", "simplifiedSignature": "getGroupingsDown()", "datatype": { "id": "Reports.reportmetadata.getgroupingsdown.datatype.List<Reports.GroupingInfo>", "nodeType": "datatype", "name": "List<Reports.GroupingInfo>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.getgroupingsdown", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.getgroupingsdown.datatype.List<Reports.GroupingInfo>.value.Reports.GroupingInfo", "nodeType": "datatype", "name": "Reports.GroupingInfo", "startToken": { "type": "datatype.support.namespace", "text": "Reports", "textToLower": "reports", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 19 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Reports_0:12" }, "order": 0, "memberOrder": 0, "type": "Reports.GroupingInfo" } }, "description": "Returns row groupings for a report.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "gethasdetailrows()": { "id": "Reports.reportmetadata.method.gethasdetailrows()", "nodeType": "method", "name": "getHasDetailRows", "startToken": { "type": "declaration.entity.name.function", "text": "getHasDetailRows", "textToLower": "gethasdetailrows", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getHasDetailRows_-1:0" }, "parentId": "Reports.reportmetadata", "order": 12, "memberOrder": 12, "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 getHasDetailRows()", "overrideSignature": "public override Boolean getHasDetailRows()", "simplifiedSignature": "getHasDetailRows()", "datatype": { "id": "Reports.reportmetadata.gethasdetailrows.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.reportmetadata.gethasdetailrows", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Indicates whether the report has detail rows.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "gethasrecordcount()": { "id": "Reports.reportmetadata.method.gethasrecordcount()", "nodeType": "method", "name": "getHasRecordCount", "startToken": { "type": "declaration.entity.name.function", "text": "getHasRecordCount", "textToLower": "gethasrecordcount", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getHasRecordCount_-1:0" }, "parentId": "Reports.reportmetadata", "order": 13, "memberOrder": 13, "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 getHasRecordCount()", "overrideSignature": "public override Boolean getHasRecordCount()", "simplifiedSignature": "getHasRecordCount()", "datatype": { "id": "Reports.reportmetadata.gethasrecordcount.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.reportmetadata.gethasrecordcount", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Indicates whether the report shows the total number of records.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "gethistoricalsnapshotdates()": { "id": "Reports.reportmetadata.method.gethistoricalsnapshotdates()", "nodeType": "method", "name": "getHistoricalSnapshotDates", "startToken": { "type": "declaration.entity.name.function", "text": "getHistoricalSnapshotDates", "textToLower": "gethistoricalsnapshotdates", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getHistoricalSnapshotDates_-1:0" }, "parentId": "Reports.reportmetadata", "order": 14, "memberOrder": 14, "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 List<String> getHistoricalSnapshotDates()", "overrideSignature": "public override List<String> getHistoricalSnapshotDates()", "simplifiedSignature": "getHistoricalSnapshotDates()", "datatype": { "id": "Reports.reportmetadata.gethistoricalsnapshotdates.datatype.List<String>", "nodeType": "datatype", "name": "List<String>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "Reports.reportmetadata.gethistoricalsnapshotdates", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": "Reports.reportmetadata.gethistoricalsnapshotdates.datatype.List<String>.value.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 18 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:12" }, "order": 0, "memberOrder": 0, "type": "String" } }, "description": "Returns a list of historical snapshot dates.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getid()": { "id": "Reports.reportmetadata.method.getid()", "nodeType": "method", "name": "getId", "startToken": { "type": "declaration.entity.name.function", "text": "getId", "textToLower": "getid", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getId_-1:0" }, "parentId": "Reports.reportmetadata", "order": 15, "memberOrder": 15, "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 Id getId()", "overrideSignature": "public override Id getId()", "simplifiedSignature": "getId()", "datatype": { "id": "Reports.reportmetadata.getid.datatype.Id", "nodeType": "datatype", "name": "Id", "startToken": { "type": "datatype.primitive", "text": "Id", "textToLower": "id", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 9 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Id_0:7" }, "parentId": "Reports.reportmetadata.getid", "order": 0, "memberOrder": 0, "type": "Id" }, "description": "Returns the unique report ID.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getname()": { "id": "Reports.reportmetadata.method.getname()", "nodeType": "method", "name": "getName", "startToken": { "type": "declaration.entity.name.function", "text": "getName", "textToLower": "getname", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getName_-1:0" }, "parentId": "Reports.reportmetadata", "order": 16, "memberOrder": 16, "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 getName()", "overrideSignature": "public override String getName()", "simplifiedSignature": "getName()", "datatype": { "id": "Reports.reportmetadata.getname.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.reportmetadata.getname", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the report name.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getreportbooleanfilter()": { "id": "Reports.reportmetadata.method.getreportbooleanfilter()", "nodeType": "method", "name": "getReportBooleanFilter", "startToken": { "type": "declaration.entity.name.function", "text": "getReportBooleanFilter", "textToLower": "getreportbooleanfilter", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getReportBooleanFilter_-1:0" }, "parentId": "Reports.reportmetadata", "order": 17, "memberOrder": 17, "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 getReportBooleanFilter()", "overrideSignature": "public override String getReportBooleanFilter()", "simplifiedSignature": "getReportBooleanFilter()", "datatype": { "id": "Reports.reportmetadata.getreportbooleanfilter.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.reportmetadata.getreportbooleanfilter", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns logic to parse custom field filters. The value is null when filter logic is not specified.", "parentName": "ReportMetadata", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getreportfilters()": { "id": "Reports.reportmetadata.method.getreportfilters()", "nodeType": "method", "name": "getReportFilters", "startToken": { "type": "declaration.entity.name.function", "text": "getReportFilters", "textToLower": "getreportfilters", "isAux": false,