complexType OrderFilterCriteria
diagram brm_wsdl_diagrams/brm_wsdl_p46.png
namespace http://api.brm.n2.tibco.com
children order filter
used by
element WorkListViewCommon/orderFilterCriteria
annotation
documentation
Specification of sort/filter criteria to be applied to a work item list.
source <xs:complexType name="OrderFilterCriteria">
 
<xs:annotation>
   
<xs:documentation>Specification of sort/filter criteria to be applied to a work item list.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="order" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Expression defining the sort criteria to be applied to the work item list.

Refer to the developer's guide for more information about how to define this expression.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="filter" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Expression defining the filter criteria to be applied to the work item list.

Refer to the developer's guide for more information about how to define this expression.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy