complexType WorkItem
diagram brm_wsdl_diagrams/brm_wsdl_p1344.png
namespace http://api.brm.n2.tibco.com
children id header attributes body workType state visible
annotation
documentation
Complete details of a work item.
source <xs:complexType name="WorkItem">
 
<xs:annotation>
   
<xs:documentation>Complete details of a work item.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="id" type="ManagedObjectID">
     
<xs:annotation>
       
<xs:documentation>ID of the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="header" type="WorkItemHeader">
     
<xs:annotation>
       
<xs:documentation>Header information about the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="attributes" type="WorkItemAttributes" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Data attributes that can be set on a work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="body" type="WorkItemBody" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Complete body of the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="workType" type="dm:WorkTypeSpec" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Details of the work type associated with the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="state" type="WorkItemState">
     
<xs:annotation>
       
<xs:documentation>Enumerated value defining the current state of the work item.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="visible" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Boolean value indicating whether or not the work item is visible.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element WorkItem/id
diagram brm_wsdl_diagrams/brm_wsdl_p1345.png
type ManagedObjectID
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long        
documentation
Version of the work item.

If not set, the latest version will be used.
annotation
documentation
ID of the work item.
source <xs:element name="id" type="ManagedObjectID">
 
<xs:annotation>
   
<xs:documentation>ID of the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/header
diagram brm_wsdl_diagrams/brm_wsdl_p1346.png
type WorkItemHeader
properties
content complex
children name description flags itemContext
attributes
Name  Type  Use  Default  Fixed  Annotation
distributionStrategy  DistributionStrategy  required      
documentation
Distribution strategy to be used for the work item - either OFFER or ALLOCATE.
priority  xs:int        
documentation
Priority of the work item.
groupID  xs:long  optional      
documentation
ID of the work group that the work item belongs to.
startDate  xs:dateTime  optional      
documentation
Date / time from which work on this work item may start.
endDate  xs:dateTime  optional      
documentation
Date / time by which work on this work item must be completed.
annotation
documentation
Header information about the work item.
source <xs:element name="header" type="WorkItemHeader">
 
<xs:annotation>
   
<xs:documentation>Header information about the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/attributes
diagram brm_wsdl_diagrams/brm_wsdl_p1347.png
type WorkItemAttributes
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
attribute1  xs:long  optional      
documentation
The first custom data attribute.
attribute2  derived by: xs:string  optional      
documentation
The second custom data attribute.
attribute3  derived by: xs:string  optional      
documentation
The third custom data attribute.
attribute4  derived by: xs:string  optional      
documentation
The fourth custom data attribute.
attribute5  xs:decimal  optional      
documentation
The fifth custom data attribute.
attribute6  xs:dateTime  optional      
documentation
The sixth custom data attribute.
attribute7  xs:dateTime  optional      
documentation
The seventh custom data attribute.
attribute8  derived by: xs:string  optional      
documentation
The eighth custom data attribute.
attribute9  derived by: xs:string  optional      
documentation
The ninth custom data attribute.
attribute10  derived by: xs:string  optional      
documentation
The tenth custom data attribute.
attribute11  derived by: xs:string  optional      
documentation
The eleventh custom data attribute.
attribute12  derived by: xs:string  optional      
documentation
The twelfth custom data attribute.
attribute13  derived by: xs:string  optional      
documentation
The thirteenth custom data attribute.
attribute14  derived by: xs:string  optional      
documentation
The fourteenth custom data attribute.
attribute15  xs:long  optional      
documentation
15th work item attribute
attribute16  xs:decimal  optional      
documentation
16th work item attribute
attribute17  xs:decimal  optional      
documentation
17th work item attribute
attribute18  xs:decimal  optional      
documentation
18th work item attribute
attribute19  xs:dateTime  optional      
documentation
19th work item attribute
attribute20  xs:dateTime  optional      
documentation
20th work item attribute
attribute21  derived by: xs:string  optional      
documentation
21st work item attribute
attribute22  derived by: xs:string  optional      
documentation
22nd work item attribute
attribute23  derived by: xs:string  optional      
documentation
23rd work item attribute
attribute24  derived by: xs:string  optional      
documentation
24th work item attribute
attribute25  derived by: xs:string  optional      
documentation
25th work item attribute
attribute26  derived by: xs:string  optional      
documentation
26th work item attribute
attribute27  derived by: xs:string  optional      
documentation
27th work item attribute
attribute28  derived by: xs:string  optional      
documentation
28th work item attribute
attribute29  derived by: xs:string  optional      
documentation
29th work item attribute
attribute30  derived by: xs:string  optional      
documentation
30th work item attribute
attribute31  derived by: xs:string  optional      
documentation
31st work item attribute
attribute32  derived by: xs:string  optional      
documentation
32nd work item attribute
attribute33  derived by: xs:string  optional      
documentation
33rd work item attribute
attribute34  derived by: xs:string  optional      
documentation
34th work item attribute
attribute35  derived by: xs:string  optional      
documentation
35th work item attribute
attribute36  derived by: xs:string  optional      
documentation
36th work item attribute
attribute37  derived by: xs:string  optional      
documentation
37th work item attribute
attribute38  derived by: xs:string  optional      
documentation
38th work item attribute
attribute39  derived by: xs:string  optional      
documentation
39th work item attribute
attribute40  derived by: xs:string  optional      
documentation
40th work item attribute
annotation
documentation
Data attributes that can be set on a work item.
source <xs:element name="attributes" type="WorkItemAttributes" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Data attributes that can be set on a work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/body
diagram brm_wsdl_diagrams/brm_wsdl_p1348.png
type WorkItemBody
properties
minOcc 0
maxOcc 1
content complex
children dataModel
annotation
documentation
Complete body of the work item.
source <xs:element name="body" type="WorkItemBody" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Complete body of the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/workType
diagram brm_wsdl_diagrams/brm_wsdl_p1349.png
type WorkTypeSpec
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
workTypeID  xs:string  required      
documentation
The UID of the work type
workTypeDescription  xs:string  required      
documentation
The description of the work type.
version  xs:string        
documentation
The OSGi version number of this work type.
annotation
documentation
Details of the work type associated with the work item.
source <xs:element name="workType" type="dm:WorkTypeSpec" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Details of the work type associated with the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/state
diagram brm_wsdl_diagrams/brm_wsdl_p1350.png
type WorkItemState
properties
content simple
facets
Kind Value Annotation
enumeration CREATED
enumeration OFFERED
enumeration ALLOCATED
enumeration OPENED
enumeration PENDED
enumeration PENDHIDDEN
enumeration SUSPENDED
enumeration COMPLETED
enumeration CANCELLED
annotation
documentation
Enumerated value defining the current state of the work item.
source <xs:element name="state" type="WorkItemState">
 
<xs:annotation>
   
<xs:documentation>Enumerated value defining the current state of the work item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkItem/visible
diagram brm_wsdl_diagrams/brm_wsdl_p1351.png
type xs:boolean
properties
content simple
annotation
documentation
Boolean value indicating whether or not the work item is visible.
source <xs:element name="visible" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Boolean value indicating whether or not the work item is visible.</xs:documentation>
 
</xs:annotation>
</xs:element>

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