element getAllocatedWorkListItems
diagram wp_diagrams/wp_p106.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children entityID 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.
getTotalCount  xs:boolean  optional  true    
documentation
Boolean defining whether BRM builds a count of the total number of work items in the work item list. If ‘false’ is passed in this attribute, and:

- there is at least one item in the list, the totalItems value returned in the response is -1.

- there are no work items in the list, the totalItems value returned in the response is 0 (zero).
getEnhancedAttributes  xs:boolean        
documentation
if true return a work item with all 40 Work Item attributes, otherwise only the original 14 Work Item Attributes.
annotation
documentation
Request element for getAllocatedWorkListItems operation.
source <xs:element name="getAllocatedWorkListItems">
 
<xs:annotation>
   
<xs:documentation>Request element for getAllocatedWorkListItems operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="entityID" type="orgdto:XmlModelEntityId">
       
<xs:annotation>
         
<xs:documentation>ID of the organization model entity requiring an allocated work item list. </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:attribute name="getTotalCount" type="xs:boolean" use="optional" default="true">
     
<xs:annotation>
       
<xs:documentation>Boolean defining whether BRM builds a count of the total number of work items in the work item list. If ‘false’ is passed in this attribute, and:

- there is at least one item in the list, the totalItems value returned in the response is -1.

- there are no work items in the list, the totalItems value returned in the response is 0 (zero).
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="getEnhancedAttributes" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>if true return a work item with all 40 Work Item attributes, otherwise only the original 14 Work Item Attributes.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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