Actuate Information Delivery API data types : JobSearch
 
JobSearch
A complex data type that represents a job search.
Schema
<xsd:complexType name="JobSearch">
<xsd:sequence>
<xsd:choice>
<xsd:element name="Condition" type="typens:JobCondition"/>
<xsd:element name="ConditionArray"
type="typens:ArrayOfJobCondition"/>
</xsd:choice>
<xsd:element name="Owner" type="xsd:string" minOccurs="0" />
<xsd:element name="ActualOutputFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="ActualOutputFileId" type="xsd:string"
minOccurs="0"/>
<xsd:element name="RequestedOutputFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="InputFileName" type="xsd:string"
minOccurs="0"/>
<xsd:element name="InputFileId" type="xsd:string"
minOccurs="0"/>
<xsd:choice minOccurs="0">
<xsd:element name="NotifiedUserId" type="xsd:string"/>
<xsd:element name="NotifiedUserName" type="xsd:string"/>
<xsd:element name="NotifiedChannelId"
type="xsd:string">
<xsd:element name="NotifiedChannelName"
type="xsd:string"/>
</xsd:choice>
<xsd:element name="FetchSize" type="xsd:int"
minOccurs="0"/>
<xsd:element name="FetchDirection" type="xsd:boolean"
minOccurs="0"/>
<xsd:element name="CountLimit" type="xsd:int"
minOccurs="0"/>
<xsd:element name="FetchHandle" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Condition
The search condition.
ConditionArray
The array of search conditions.
Owner
The owner of the job.
ActualOutputFileName
The output file name that the BIRT iHub generated.
ActualOutputFileId
The output file ID that the BIRT iHub generated.
RequestedOutputFileName
The output file requested name.
InputFileName
The input file name.
InputFileId
The input file ID.
NotifiedUserId
The ID of the user who received notification.
NotifiedUserName
The name of the user who received notification.
NotifiedChannelId
The ID of the channel that received notification.
NotifiedChannelName
The name of the channel that received notification.
FetchSize
The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
Retrieves more items from the result set. In the second and subsequent calls for data, specify the same search criteria as in the original call.