JobDetail
The collection of information about a job request.
Fields Provided by JobDetail
Field | Description |
---|---|
boolean bursting |
The value |
String burstingParameters |
The parameters for the bursting engine. |
dateTime created |
The date the job was created. |
String dataLocator |
When the storageType is DB, dataLocator is the primary key for retrieving the data from database. |
boolean deleted |
The value |
String deliveryDescription |
The description for the job delivery. |
String deliveryParameters |
The parameters for the delivery channels. |
dateTime endDate |
The date the job is scheduled to end. |
int instanceId |
The numeric identification for the job instance. |
String issuer |
The issuer of the job. |
String jobGroup |
The group to which the job belongs. |
int jobId |
The numeric identification for the job instance. |
int jobSetId |
Inactive. Do not use. |
String jobType |
The type of job. |
dateTime lastUpdated |
The date and time the job was last updated. |
String locale |
The locale to which the job belongs. |
String notificationParameters |
The notification parameters for the job. |
String owner |
The name of the job owner. |
int parentJobId |
The numeric identifier for the parent of the job. |
boolean public |
Whether the job is viewable by other users (true) or not (false). |
String reportParameters |
The parameters for the report. |
String reportUrl |
The URL to the job output. |
String runType |
The type of job (either Single or Recurring). |
String scheduleContext |
The context for the job schedule when external applications submit the report. |
String scheduleDescription |
The description of the job schedule. |
String scheduleParameters |
The parameters of the job schedule. |
String scheduleSource |
The source of the job schedule, which is used with the scheduleContext to provide information on external applications. |
dateTime startDate |
The date the job is scheduled to start or started. |
String status |
The status of the job. |
String statusDetail |
The details of the job status. |
String storageType |
The storage type for the job. Supported value is
|
String userDescription |
A user-assigned description for the job. |
String userJobName |
The user-assigned named for the job. |
boolean xmlDataAvailable |
Whether XML data for the job is available (true) or not (false). |
boolean xmlDataCompressed |
A value of true indicates the XML data for the job is or will be compressed. |
String xmlDataContentType |
The content type of the XML data. |
String xschurl |
The URL of the report. |