complexType getWorkListItemsResponseType
diagram wp_diagrams/wp_p2614.png
namespace http://api.brm.n2.tibco.com
children startPosition endPosition totalItems workItems
annotation
documentation
Contains a page of work item returned from a user request.
source <xsd:complexType name="getWorkListItemsResponseType">
 
<xsd:annotation>
   
<xsd:documentation>Contains a page of work item returned from a user request.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="startPosition" type="xs:long">
     
<xsd:annotation>
       
<xsd:documentation>Position in the work item list of the first work item on this page.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="endPosition" type="xs:long">
     
<xsd:annotation>
       
<xsd:documentation>Position in the work item list of the last work item on this page.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="totalItems" type="xs:long">
     
<xsd:annotation>
       
<xsd:documentation>The value returned in this attribute depends on the value specified for the getTotalCount attribute in the request. If:

- getTotalCount was 'true', totalItems returns the total number of work items in the work item list.

- getTotalCount was 'false', totalItems returns -1 if the work item list contains at least one work item, or 0 (zero) if the work item list is empty.
</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="workItems" type="WorkItem" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Complete details of each work item in this page of the work item  list.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element getWorkListItemsResponseType/startPosition
diagram wp_diagrams/wp_p2615.png
type xs:long
properties
content simple
annotation
documentation
Position in the work item list of the first work item on this page.
source <xsd:element name="startPosition" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>Position in the work item list of the first work item on this page.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element getWorkListItemsResponseType/endPosition
diagram wp_diagrams/wp_p2616.png
type xs:long
properties
content simple
annotation
documentation
Position in the work item list of the last work item on this page.
source <xsd:element name="endPosition" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>Position in the work item list of the last work item on this page.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element getWorkListItemsResponseType/totalItems
diagram wp_diagrams/wp_p2617.png
type xs:long
properties
content simple
annotation
documentation
The value returned in this attribute depends on the value specified for the getTotalCount attribute in the request. If:

- getTotalCount was 'true', totalItems returns the total number of work items in the work item list.

- getTotalCount was 'false', totalItems returns -1 if the work item list contains at least one work item, or 0 (zero) if the work item list is empty.
source <xsd:element name="totalItems" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>The value returned in this attribute depends on the value specified for the getTotalCount attribute in the request. If:

- getTotalCount was 'true', totalItems returns the total number of work items in the work item list.

- getTotalCount was 'false', totalItems returns -1 if the work item list contains at least one work item, or 0 (zero) if the work item list is empty.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element getWorkListItemsResponseType/workItems
diagram wp_diagrams/wp_p2618.png
type WorkItem
properties
minOcc 0
maxOcc unbounded
content complex
children id header attributes body workType state visible
annotation
documentation
Complete details of each work item in this page of the work item  list.
source <xsd:element name="workItems" type="WorkItem" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Complete details of each work item in this page of the work item  list.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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