complexType WorkListViewEdit
diagram brm_wsdl_diagrams/brm_wsdl_p61.png
namespace http://api.brm.n2.tibco.com
type extension of WorkListViewCommon
properties
base WorkListViewCommon
children entityID resourcesRequired orderFilterCriteria authors users customData
used by
complexType WorkListView
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.
annotation
documentation
Definition of a work list view used for editing (i.e. create and delete operations).
source <xs:complexType name="WorkListViewEdit">
 
<xs:annotation>
   
<xs:documentation>Definition of a work list view used for editing (i.e. create and delete operations).</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="WorkListViewCommon">
     
<xs:sequence minOccurs="0">
       
<xs:element name="authors" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Array of XmlModelEntityId objects for entities (GROUPS, POSITIONS, ORGUNITS and RESOURCES) who are allowed to edit the view.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="users" type="orgdto:XmlModelEntityId" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Array of XmlModelEntityId objects for resources who are allowed to use the view.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="customData" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A string attribute the caller can use to provide and custom data they wish to store with the work list view.  BRM will not look at or use this attribute value but will just store it with the work view definition.   If storing XML data the value should be wrapped in a CDATA section.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy