element getWorkListItemsForGlobalData
diagram brm_wsdl_diagrams/brm_wsdl_p1862.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children globalDataRef orderFilterCriteria
attributes
Name  Type  Use  Default  Fixed  Annotation
startPosition  xs:long  required      
documentation
Position in the work item list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)
numberOfItems  xs:long  required      
documentation
Number of work items (in the work item list) to include in this page.
annotation
documentation
Request element for getWorkLitsItemsForGlobalData operation.
source <xs:element name="getWorkListItemsForGlobalData">
 
<xs:annotation>
   
<xs:documentation>Request element for getWorkLitsItemsForGlobalData operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="globalDataRef" type="xs:string" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>List of Global Data References to search for.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="orderFilterCriteria" type="OrderFilterCriteria" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Specification of sort/filter criteria to be applied to the work item list.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="startPosition" type="xs:long" use="required">
     
<xs:annotation>
       
<xs:documentation>Position in the work item list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="numberOfItems" type="xs:long" use="required">
     
<xs:annotation>
       
<xs:documentation>Number of work items (in the work item list) to include in this page.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getWorkListItemsForGlobalData/@startPosition
type xs:long
properties
use required
annotation
documentation
Position in the work item list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)
source <xs:attribute name="startPosition" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Position in the work item list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getWorkListItemsForGlobalData/@numberOfItems
type xs:long
properties
use required
annotation
documentation
Number of work items (in the work item list) to include in this page.
source <xs:attribute name="numberOfItems" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>Number of work items (in the work item list) to include in this page.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element getWorkListItemsForGlobalData/globalDataRef
diagram brm_wsdl_diagrams/brm_wsdl_p1863.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
List of Global Data References to search for.
source <xs:element name="globalDataRef" type="xs:string" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>List of Global Data References to search for.</xs:documentation>
 
</xs:annotation>
</xs:element>

element getWorkListItemsForGlobalData/orderFilterCriteria
diagram brm_wsdl_diagrams/brm_wsdl_p1864.png
type OrderFilterCriteria
properties
minOcc 0
maxOcc 1
content complex
children order filter
annotation
documentation
Specification of sort/filter criteria to be applied to the work item list.
source <xs:element name="orderFilterCriteria" type="OrderFilterCriteria" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Specification of sort/filter criteria to be applied to the work item list.</xs:documentation>
 
</xs:annotation>
</xs:element>

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