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