element getWorkItemOrderFilterResponse
diagram brm_wsdl_diagrams/brm_wsdl_p1856.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children columnData
annotation
documentation
Response element for the getWorkListOrderFilter operation.
source <xs:element name="getWorkItemOrderFilterResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the getWorkListOrderFilter operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="columnData" type="ColumnDefinition" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element getWorkItemOrderFilterResponse/columnData
diagram brm_wsdl_diagrams/brm_wsdl_p1857.png
type ColumnDefinition
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:short  required      
documentation
ID of the field.
name  xs:string  optional      
documentation
Name of the field.
description  xs:string  optional      
documentation
Textual description of the field.
type  ColumnType        
documentation
Type of the field (for example, string or numeric).
capability  ColumnCapability        
documentation
Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria.
displayName  xs:string        
documentation
If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined.
isWorkListAttribute  xs:boolean        
documentation
If requested If requested by setting API Version > 1, this  atrribute will be true if the specified field is a work list attribute.
annotation
documentation
Details of the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.
source <xs:element name="columnData" type="ColumnDefinition" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.</xs:documentation>
 
</xs:annotation>
</xs:element>

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