diagram | |||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | globalDataRef orderFilterCriteria | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | OrderFilterCriteria | ||||||
properties |
|
||||||
children | order filter | ||||||
annotation |
|
||||||
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> |