diagram | |||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="getViewsForResource"> <xsd:annotation> <xsd:documentation>Request element for getViewsForResource operation.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="startPosition" type="xs:long" use="required"> <xsd:annotation> <xsd: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.)</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:attribute name="apiVersion" type="xs:int"> <xsd:annotation> <xsd: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.</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 list of views 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> |
type | xs:int | ||
annotation |
|
||
source | <xsd:attribute name="apiVersion" type="xs:int"> <xsd:annotation> <xsd: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.</xsd:documentation> </xsd:annotation> </xsd:attribute> |