diagram | |||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="getWorkListViewDetails"> <xs:annotation> <xs:documentation>Request element for the getWorkViewListDetails operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="workListViewID" type="xs:long" use="required"> <xs:annotation> <xs:documentation>The unique ID of the work list view to delete.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="lockView" type="xs:boolean"> <xs:annotation> <xs:documentation>Should this work list view be locked for editing? A lock record will be placed against this view for the calling resource ID. This lock is only removed when the view is updated or an explicit unlock is called.</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="workListViewID" type="xs:long" use="required"> <xs:annotation> <xs:documentation>The unique ID of the work list view to delete.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||
annotation |
|
||
source | <xs:attribute name="lockView" type="xs:boolean"> <xs:annotation> <xs:documentation>Should this work list view be locked for editing? A lock record will be placed against this view for the calling resource ID. This lock is only removed when the view is updated or an explicit unlock is called.</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> |