diagram |
|
namespace |
http://api.brm.n2.tibco.com |
type |
extension of WorkListViewEdit |
properties |
|
children |
entityID resourcesRequired orderFilterCriteria authors users customData |
attributes |
Name | Type | Use | Default | Fixed | Annotation | name | derived by: xs:string | required | | | documentation | The user defined name of the view. |
| description | derived by: xs:string | | | | documentation | Optional description that can be given to the work list view. |
| owner | derived by: xs:string | | | | documentation | The resourceID of the owner of this view. If omitted the ID of the resource calling the createWorkListView API will be used. This resource can always edit or use this view. |
| public | xs:boolean | | | | documentation | Is this view publlic, i.e. can it be used by any AMX-BPM user. If TRUE then it will be visible to ALL users, not just those in the "users" set. |
| getAllocatedItems | xs:boolean | | | | documentation | Optional default behaviour is false. If true then this is a request for allocated Work Items. If false then the request is for offered Work Items. |
| workListViewID | xs:long | required | | | documentation | The unique ID of the work list view to delete. |
|
|
annotation |
documentation | Request element for editWorkListView operation. If any of the opional elements are passed in they will overwrite any existing conguration for this view. |
|
source |
<xs:element name="editWorkListView">
<xs:annotation>
<xs:documentation>Request element for editWorkListView operation. If any of the opional elements are passed in they will overwrite any existing conguration for this view.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="WorkListViewEdit">
<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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |