Actuate Information Delivery API data types : JobNoticeCondition
 
JobNoticeCondition
A complex data type that represents the fields on which a search can be performed and the condition to match.
Schema
<xsd:complexType name="JobNoticeCondition">
<xsd:sequence>
<xsd:element name="Field">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="JobId"/>
<xsd:enumeration value="JobName"/>
<xsd:enumeration value="OutputFileName"/>
<xsd:enumeration value="JobState"/>
<xsd:enumeration value="HeadLine"/>
<xsd:enumeration value="CompletionTime"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Match" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
Field
The fields on which a search can be performed.
Match
The condition to match. If the condition includes special characters, for example a dash, either escape the special character with a backslash (\) or enclose it in brackets ([ ]). For example, to search for a file 05‑25‑04Report.rptdocument, specify one of the following:
05\ -25\ -04Report.rptdocument
05[-]25[-]04Report.rptdocument