diagram | |||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="getEditableWorkListViews"> <xs:annotation> <xs:documentation>Request element for getEditableWorkListViews operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="startPosition" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Position in the work view 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 views (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> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="startPosition" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Position in the work view 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 views (in the work item list) to include in this page.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||
annotation |
|
||
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> |