Actuate Information Delivery API data types : JobField
 
JobField
A simple data type that represents the fields on which a search can be performed.
Schema
<xsd:simpleType name="JobField">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="JobName"/>
<xsd:enumeration value="Owner"/>
<xsd:enumeration value="JobType"/>
<xsd:enumeration value="Priority"/>
<xsd:enumeration value="RoutedToNode"/>
<xsd:enumeration value="StartTime"/>
<xsd:enumeration value="DurationSeconds"/>
<xsd:enumeration value="CompletionTime"/>
<xsd:enumeration value="State"/>
<xsd:enumeration value="NotifyCount"/>
<xsd:enumeration value="OutputFileSize"/>
</xsd:restriction>
</xsd:simpleType>
Elements
JobName
The job name.
Owner
The owner of the job.
JobType
*The type of job. Valid values are:
*RunReport
*PrintReport
*RunAndPrintReport
*ConvertReport
Priority
The job priority.
RoutedToNode
The node to which the job is routed.
StartTime
The start time.
DurationSeconds
The job duration.
CompletionTime
The time the job is completed.
State
*The state of the job. Valid values are:
*Scheduled
*Pending
*Running
*Succeeded
*Failed
*Cancelled
*Expired
NotifyCount
The number of notifications sent about the job.
OutputFileSize
The size of the output file.