Actuate Information Delivery API data types : PendingSyncJob
 
PendingSyncJob
A complex data type that describes a job in the queue waiting for Factory processing.
Schema
<xsd:complexType name="PendingSyncJob">
<xsd:sequence>
<xsd:element name="ConnectionHandle"
type="xsd:base64binary">
<xsd:element name="ObjectId" type="xsd:string"/>
<xsd:element name="IsTransient" type="xsd:boolean"/>
<xsd:element name="Volume" type="xsd:string"/>
<xsd:element name="ServerName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="Owner" type="xsd:string" minOccurs="0"/>
<xsd:element name="ExecutableFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ExecutableVersionNumber" type="xsd:long"
minOccurs="0"/>
<xsd:element name="ExecutableVersionName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ResourceGroup" type="xsd:string"
minOccurs="0" />
<xsd:element name="SubmissionTime" type="xsd:dateTime"
minOccurs="0"/>
<xsd:element name="PendingTime" type="xsd:long"
minOccurs="0"/>
<xsd:element name="QueueTimeout" type="xsd:long"
minOccurs="0"/>
<xsd:element name="QueuePosition" type="xsd:long"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
ConnectionHandle
An optional element that supports keeping a connection open to view a persistent report. If ConnectionHandle is present in the SOAP header, the system routes subsequent viewing requests to the same View service that returned the ConnectionHandle. If present, BIRT iHub System ignores the value of TargetVolume.
ObjectId
The ID of the synchronous report for which to retrieve information.
IsTransient
True if the synchronous report is transient, False if the synchronous report is persistent.
Volume
The Encyclopedia volume on which the job originated.
ServerName
The node on which the job is pending.
Owner
The name of the user who submitted the job.
ExecutableFileName
The fully qualified name of the report executable file.
ExecutableVersionNumber
The fully qualified version number of the report executable file.
ExecutableVersionName
The fully qualified version name of the report executable file.
SubmissionTime
The time at which the job was submitted to the server.
PendingTime
The number of seconds elapsed since the job entered the queue.
QueueTimeout
The number of seconds remaining before the job is deleted from the queue.
QueuePosition
The job’s position in the queue.