complexType WorkListView
diagram wp_diagrams/wp_p3408.png
namespace http://api.brm.n2.tibco.com
type extension of WorkListViewEdit
properties
base WorkListViewEdit
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.
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.
locker  derived by: xs:string        
documentation
The GUID of the resource that currently had this work list view locked for editing.
annotation
documentation
Definition of a full work list view object.
source <xsd:complexType name="WorkListView">
 
<xsd:annotation>
   
<xsd:documentation>Definition of a full work list view object.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="WorkListViewEdit">
     
<xsd:attribute name="workViewID" type="xs:long" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The uniique ID of the work view.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="creationDate" type="xs:dateTime" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The date the work view was created.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="modificationDate" type="xs:dateTime" use="required">
       
<xsd:annotation>
         
<xsd:documentation>The date the work view was last modified.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="locker">
       
<xsd:annotation>
         
<xsd:documentation>The GUID of the resource that currently had this work list view locked for editing.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:simpleType>
         
<xsd:restriction base="xs:string">
           
<xsd:maxLength value="36"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

attribute WorkListView/@locker
type restriction of xs:string
facets
Kind Value Annotation
maxLength 36
annotation
documentation
The GUID of the resource that currently had this work list view locked for editing.
source <xsd:attribute name="locker">
 
<xsd:annotation>
   
<xsd:documentation>The GUID of the resource that currently had this work list view locked for editing.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleType>
   
<xsd:restriction base="xs:string">
     
<xsd:maxLength value="36"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

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