complexType OrderFilterCriteria
diagram wp_diagrams/wp_p2207.png
namespace http://api.brm.n2.tibco.com
children order filter
used by
elements getAllocatedWorkListItems/orderFilterCriteria getResourceOrderFilterCriteriaResponse/orderFilterCriteria getWorkListItems/orderFilterCriteria getWorkListItemsForGlobalData/orderFilterCriteria setResourceOrderFilterCriteria/orderFilterCriteria 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>

element OrderFilterCriteria/order
diagram wp_diagrams/wp_p2208.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
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.
source <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>

element OrderFilterCriteria/filter
diagram wp_diagrams/wp_p2209.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
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.
source <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>

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