element getViewsForResource
diagram brm_all_diagrams/brm_all_p113.png
namespace http://api.brm.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
startPosition  xs:long  required      
documentation
Position in the list of views 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.
apiVersion  xs:int        
documentation
Version of the work list view definition to be returned. Either:

- 2, to return a work list view that includes the getAllocatedItems attribute and resourcesRequired parameter, or

- 1, to return a work list view that omits the getAllocatedItems attribute and resourcesRequired parameter. (You should use this value to maintain compatibility with work list views created in pre-2.2 versions of BPM.) This is the default behaviour if apiVersion is not specified.
annotation
documentation
Request element for getViewsForResource operation.
source <xs:element name="getViewsForResource">
 
<xs:annotation>
   
<xs:documentation>Request element for getViewsForResource operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="startPosition" type="xs:long" use="required">
     
<xs:annotation>
       
<xs:documentation>Position in the list of views 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="apiVersion" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Version of the work list view definition to be returned. Either:

- 2, to return a work list view that includes the getAllocatedItems attribute and resourcesRequired parameter, or

- 1, to return a work list view that omits the getAllocatedItems attribute and resourcesRequired parameter. (You should use this value to maintain compatibility with work list views created in pre-2.2 versions of BPM.) This is the default behaviour if apiVersion is not specified.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getViewsForResource/@startPosition
type xs:long
properties
use required
annotation
documentation
Position in the list of views 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 list of views 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 getViewsForResource/@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>

attribute getViewsForResource/@apiVersion
type xs:int
annotation
documentation
Version of the work list view definition to be returned. Either:

- 2, to return a work list view that includes the getAllocatedItems attribute and resourcesRequired parameter, or

- 1, to return a work list view that omits the getAllocatedItems attribute and resourcesRequired parameter. (You should use this value to maintain compatibility with work list views created in pre-2.2 versions of BPM.) This is the default behaviour if apiVersion is not specified.
source <xs:attribute name="apiVersion" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Version of the work list view definition to be returned. Either:

- 2, to return a work list view that includes the getAllocatedItems attribute and resourcesRequired parameter, or

- 1, to return a work list view that omits the getAllocatedItems attribute and resourcesRequired parameter. (You should use this value to maintain compatibility with work list views created in pre-2.2 versions of BPM.) This is the default behaviour if apiVersion is not specified.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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