complexType WorkListViewPageItem
diagram brm_wsdl_diagrams/brm_wsdl_p1374.png
namespace http://api.brm.n2.tibco.com
type extension of WorkListViewCommon
properties
base WorkListViewCommon
children entityID resourcesRequired orderFilterCriteria
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.
workViewID  xs:long  required      
documentation
The uniique ID of the work view.
creationDate  xs:dateTime  required      
documentation
The date the work view was created.
modificationDate  xs:dateTime  required      
documentation
The date the work view was last modified.
annotation
documentation
Definition of a work list view used for paginated lists.
source <xs:complexType name="WorkListViewPageItem">
 
<xs:annotation>
   
<xs:documentation>Definition of a work list view used for paginated lists.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="WorkListViewCommon">
     
<xs:attribute name="workViewID" type="xs:long" use="required">
       
<xs:annotation>
         
<xs:documentation>The uniique ID of the work view.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="creationDate" type="xs:dateTime" use="required">
       
<xs:annotation>
         
<xs:documentation>The date the work view was created.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="modificationDate" type="xs:dateTime" use="required">
       
<xs:annotation>
         
<xs:documentation>The date the work view was last modified.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute WorkListViewPageItem/@workViewID
type xs:long
properties
use required
annotation
documentation
The uniique ID of the work view.
source <xs:attribute name="workViewID" type="xs:long" use="required">
 
<xs:annotation>
   
<xs:documentation>The uniique ID of the work view.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute WorkListViewPageItem/@creationDate
type xs:dateTime
properties
use required
annotation
documentation
The date the work view was created.
source <xs:attribute name="creationDate" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>The date the work view was created.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute WorkListViewPageItem/@modificationDate
type xs:dateTime
properties
use required
annotation
documentation
The date the work view was last modified.
source <xs:attribute name="modificationDate" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>The date the work view was last modified.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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