element getWorkListItemsForGlobalData
diagram wp_diagrams/wp_p2479.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 <xsd:element name="getWorkListItemsForGlobalData">
 
<xsd:annotation>
   
<xsd:documentation>Request element for getWorkLitsItemsForGlobalData operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="globalDataRef" type="xs:string" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>List of Global Data References to search for.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="orderFilterCriteria" type="OrderFilterCriteria" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>Specification of sort/filter criteria to be applied to the work item list.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
   
<xsd:attribute name="startPosition" type="xs:long" use="required">
     
<xsd:annotation>
       
<xsd: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.)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
   
<xsd:attribute name="numberOfItems" type="xs:long" use="required">
     
<xsd:annotation>
       
<xsd:documentation>Number of work items (in the work item list) to include in this page.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd: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 <xsd:attribute name="startPosition" type="xs:long" use="required">
 
<xsd:annotation>
   
<xsd: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.)</xsd:documentation>
 
</xsd:annotation>
</xsd: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 <xsd:attribute name="numberOfItems" type="xs:long" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Number of work items (in the work item list) to include in this page.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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

element getWorkListItemsForGlobalData/orderFilterCriteria
diagram wp_diagrams/wp_p2481.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 <xsd:element name="orderFilterCriteria" type="OrderFilterCriteria" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Specification of sort/filter criteria to be applied to the work item list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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