complexType BaseWorkRequest
diagram wp_diagrams/wp_p2881.png
namespace http://base.api.wp.n2.tibco.com
type extension of BaseRequest
properties
base BaseRequest
children resourceId channelId channelType responsePayloadMode workListViewId getGlobalValues workItem workTypeDetail
attributes
Name  Type  Use  Default  Fixed  Annotation
action  ActionType        
documentation
** PRIVATE API - Reserved for internal use**

Defines the action for this request. (This is only required when calling WP Extender Servlet Chaning mechanism.)
annotation
documentation
Base work request to retrieve details of a work item.
source <xsd:complexType name="BaseWorkRequest">
 
<xsd:annotation>
   
<xsd:documentation>Base work request to retrieve details of a work item.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="BaseRequest">
     
<xsd:sequence>
       
<xsd:element name="workItem" type="WorkItem">
         
<xsd:annotation>
           
<xsd:documentation>Identifier of the work item on which the operation is to be performed.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="workTypeDetail">
         
<xsd:annotation>
           
<xsd:documentation>Details of the work type associated with the specified work item.

Note: workTypeDetail information is not mandatory for openWorkItem or cancelWorkItem operations.
</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:complexContent>
             
<xsd:extension base="WorkType">
               
<xsd:attribute name="openNextPiled" type="xs:boolean" default="true">
                 
<xsd:annotation>
                   
<xsd:documentation>Boolean value specifying whether (if the current work item is piled) the next piled work item should be opened.

This parameter is not applicable to openWorkItem, cancelWorkItem or closeWorkItem operations. It is currently only applicable to completeWorkItem.
</xsd:documentation>
                 
</xsd:annotation>
               
</xsd:attribute>
             
</xsd:extension>
           
</xsd:complexContent>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element BaseWorkRequest/workItem
diagram wp_diagrams/wp_p2882.png
type WorkItem
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:long  required      
documentation
Unique ID of the work item.
version  xs:long    -1    
documentation
Version number of the work item.
annotation
documentation
Identifier of the work item on which the operation is to be performed.
source <xsd:element name="workItem" type="WorkItem">
 
<xsd:annotation>
   
<xsd:documentation>Identifier of the work item on which the operation is to be performed.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BaseWorkRequest/workTypeDetail
diagram wp_diagrams/wp_p2883.png
type extension of WorkType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uid  xs:string  required      
documentation
Unique ID of the work type.
version  xs:string  required      
documentation
Version number of the work type.
openNextPiled  xs:boolean    true    
documentation
Boolean value specifying whether (if the current work item is piled) the next piled work item should be opened.

This parameter is not applicable to openWorkItem, cancelWorkItem or closeWorkItem operations. It is currently only applicable to completeWorkItem.
annotation
documentation
Details of the work type associated with the specified work item.

Note: workTypeDetail information is not mandatory for openWorkItem or cancelWorkItem operations.
source <xsd:element name="workTypeDetail">
 
<xsd:annotation>
   
<xsd:documentation>Details of the work type associated with the specified work item.

Note: workTypeDetail information is not mandatory for openWorkItem or cancelWorkItem operations.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="WorkType">
       
<xsd:attribute name="openNextPiled" type="xs:boolean" default="true">
         
<xsd:annotation>
           
<xsd:documentation>Boolean value specifying whether (if the current work item is piled) the next piled work item should be opened.

This parameter is not applicable to openWorkItem, cancelWorkItem or closeWorkItem operations. It is currently only applicable to completeWorkItem.
</xsd:documentation>
         
</xsd:annotation>
       
</xsd:attribute>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

attribute BaseWorkRequest/workTypeDetail/@openNextPiled
type xs:boolean
properties
default true
annotation
documentation
Boolean value specifying whether (if the current work item is piled) the next piled work item should be opened.

This parameter is not applicable to openWorkItem, cancelWorkItem or closeWorkItem operations. It is currently only applicable to completeWorkItem.
source <xsd:attribute name="openNextPiled" type="xs:boolean" default="true">
 
<xsd:annotation>
   
<xsd:documentation>Boolean value specifying whether (if the current work item is piled) the next piled work item should be opened.

This parameter is not applicable to openWorkItem, cancelWorkItem or closeWorkItem operations. It is currently only applicable to completeWorkItem.
</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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