complexType WorkItemPreview
diagram wp_diagrams/wp_p2739.png
namespace http://api.brm.n2.tibco.com
type extension of ManagedObjectID
properties
base ManagedObjectID
children FieldPreview workType
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
Definition of the work item data set for a previewed work item.
source <xsd:complexType name="WorkItemPreview">
 
<xsd:annotation>
   
<xsd:documentation>Definition of the work item data set for a previewed work item.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="ManagedObjectID">
     
<xsd:sequence>
       
<xsd:element name="FieldPreview" type="dm:FieldType" minOccurs="0" maxOccurs="unbounded">
         
<xsd:annotation>
           
<xsd:documentation>Data field and value pairs for a previewed work item.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="workType" type="dm:WorkTypeSpec" minOccurs="0">
         
<xsd:annotation>
           
<xsd:documentation>Details of the work type associated with the work item only if this has been requested.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element WorkItemPreview/FieldPreview
diagram wp_diagrams/wp_p2740.png
type FieldType
properties
minOcc 0
maxOcc unbounded
content complex
children simpleSpec complexSpec
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the data field.
type  derived by: xs:string  required      
documentation
Type of the data field (e.g. string, integer etc.).
optional  xs:boolean  optional      
documentation
Boolean value that defines whether the parameter is optional (default is false).
array  xs:boolean        
documentation
Indicates whether this parameter contains an array of values (default is false).
annotation
documentation
Data field and value pairs for a previewed work item.
source <xsd:element name="FieldPreview" type="dm:FieldType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Data field and value pairs for a previewed work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element WorkItemPreview/workType
diagram wp_diagrams/wp_p2741.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 only if this has been requested.
source <xsd:element name="workType" type="dm:WorkTypeSpec" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Details of the work type associated with the work item only if this has been requested.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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