Actuate Information Delivery API data types : RoleCondition
 
RoleCondition
A complex data type that represents the fields on which a search can be performed and the condition to match.
Schema
<xsd:complexType name="RoleCondition">
<xsd:sequence>
<xsd:element name="Field" type=”typens:RoleField”/>
<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