@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
660 lines • 18.7 kB
JSON
{
"id": "Reports.reportinstance",
"nodeType": "class",
"name": "ReportInstance",
"namespace": "Reports",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ReportInstance",
"textToLower": "reportinstance",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ReportInstance_-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": "Returns an instance of a report that was run asynchronously. Retrieves the results for that instance.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_reportinstance.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getcompletiondate()": {
"id": "Reports.reportinstance.method.getcompletiondate()",
"nodeType": "method",
"name": "getCompletionDate",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getCompletionDate",
"textToLower": "getcompletiondate",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getCompletionDate_-1:0"
},
"parentId": "Reports.reportinstance",
"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 DateTime getCompletionDate()",
"overrideSignature": "public override DateTime getCompletionDate()",
"simplifiedSignature": "getCompletionDate()",
"datatype": {
"id": "Reports.reportinstance.getcompletiondate.datatype.DateTime",
"nodeType": "datatype",
"name": "DateTime",
"startToken": {
"type": "datatype.primitive",
"text": "DateTime",
"textToLower": "datetime",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 15
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_DateTime_0:7"
},
"parentId": "Reports.reportinstance.getcompletiondate",
"order": 0,
"memberOrder": 0,
"type": "DateTime"
},
"description": "Returns the date and time when the instance of the report finished running. The completion date is available only if the report instance ran successfully or couldn’t be run because of an error. Date and time information is in ISO-8601 format.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getid()": {
"id": "Reports.reportinstance.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.reportinstance",
"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 Id getId()",
"overrideSignature": "public override Id getId()",
"simplifiedSignature": "getId()",
"datatype": {
"id": "Reports.reportinstance.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.reportinstance.getid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the unique ID for an instance of a report that was run asynchronously.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getownerid()": {
"id": "Reports.reportinstance.method.getownerid()",
"nodeType": "method",
"name": "getOwnerId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getOwnerId",
"textToLower": "getownerid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getOwnerId_-1:0"
},
"parentId": "Reports.reportinstance",
"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 Id getOwnerId()",
"overrideSignature": "public override Id getOwnerId()",
"simplifiedSignature": "getOwnerId()",
"datatype": {
"id": "Reports.reportinstance.getownerid.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.reportinstance.getownerid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the ID of the user who created the report instance.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getreportid()": {
"id": "Reports.reportinstance.method.getreportid()",
"nodeType": "method",
"name": "getReportId",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getReportId",
"textToLower": "getreportid",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getReportId_-1:0"
},
"parentId": "Reports.reportinstance",
"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 Id getReportId()",
"overrideSignature": "public override Id getReportId()",
"simplifiedSignature": "getReportId()",
"datatype": {
"id": "Reports.reportinstance.getreportid.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.reportinstance.getreportid",
"order": 0,
"memberOrder": 0,
"type": "Id"
},
"description": "Returns the unique ID of the report this instance is based on.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getreportresults()": {
"id": "Reports.reportinstance.method.getreportresults()",
"nodeType": "method",
"name": "getReportResults",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getReportResults",
"textToLower": "getreportresults",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getReportResults_-1:0"
},
"parentId": "Reports.reportinstance",
"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 Reports.ReportResults getReportResults()",
"overrideSignature": "public override Reports.ReportResults getReportResults()",
"simplifiedSignature": "getReportResults()",
"datatype": {
"id": "Reports.reportinstance.getreportresults.datatype.Reports.ReportResults",
"nodeType": "datatype",
"name": "Reports.ReportResults",
"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.reportinstance.getreportresults",
"order": 0,
"memberOrder": 0,
"type": "Reports.ReportResults"
},
"description": "Retrieves results for an instance of an asynchronous report. When you request your report, you can specify whether to summarize data or include details.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getrequestdate()": {
"id": "Reports.reportinstance.method.getrequestdate()",
"nodeType": "method",
"name": "getRequestDate",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getRequestDate",
"textToLower": "getrequestdate",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getRequestDate_-1:0"
},
"parentId": "Reports.reportinstance",
"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 DateTime getRequestDate()",
"overrideSignature": "public override DateTime getRequestDate()",
"simplifiedSignature": "getRequestDate()",
"datatype": {
"id": "Reports.reportinstance.getrequestdate.datatype.DateTime",
"nodeType": "datatype",
"name": "DateTime",
"startToken": {
"type": "datatype.primitive",
"text": "DateTime",
"textToLower": "datetime",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 15
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_DateTime_0:7"
},
"parentId": "Reports.reportinstance.getrequestdate",
"order": 0,
"memberOrder": 0,
"type": "DateTime"
},
"description": "Returns the date and time when an instance of the report was run. Date and time information is in ISO-8601 format.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getstatus()": {
"id": "Reports.reportinstance.method.getstatus()",
"nodeType": "method",
"name": "getStatus",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getStatus",
"textToLower": "getstatus",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getStatus_-1:0"
},
"parentId": "Reports.reportinstance",
"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 String getStatus()",
"overrideSignature": "public override String getStatus()",
"simplifiedSignature": "getStatus()",
"datatype": {
"id": "Reports.reportinstance.getstatus.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.reportinstance.getstatus",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the status of a report.",
"parentName": "ReportInstance",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 7,
"queries": []
}