element previewWorkItemFromList
diagram wp_diagrams/wp_p151.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children entityID workItemID requiredField requireWorkType
annotation
documentation
Request element for previewWorkItemFromList operation.
source <xs:element name="previewWorkItemFromList">
 
<xs:annotation>
   
<xs:documentation>Request element for previewWorkItemFromList operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="entityID" type="orgdto:XmlModelEntityId">
       
<xs:annotation>
         
<xs:documentation>ID of the organization model entity for whom work items are to be previewed.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="workItemID" type="ObjectID" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>ID of a work item to be previewed.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="requiredField" type="xs:string" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Fieldname to be included in the returned data. This defines the set of fields for which preview data is to be to be returned:

- If any fieldnames are specified, only those fields will be returned for each work item.

- If no fieldnames are specified, all fields will be returned for each work item.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="requireWorkType" type="xs:boolean" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Optiional element if set to true, then the response should include Work Type information.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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