element scheduleWorkItem
diagram wp_diagrams/wp_p3253.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children item itemSchedule itemContext itemBody dynamicOrgAttributes
annotation
documentation
Request element for scheduleWorkItem operation.
source <xsd:element name="scheduleWorkItem">
 
<xsd:annotation>
   
<xsd:documentation>Request element for scheduleWorkItem operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="item" type="Item">
       
<xsd:annotation>
         
<xsd:documentation>Basic, participant and work type information about the work item</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="itemSchedule" type="ItemSchedule" minOccurs="0">
       
<xsd:annotation>
         
<xsd:documentation>The schedule period to be associated with the work item.   If no object is passed then the item with have no schedule and cannot be worked on.   If an empty object is passed BRM will default this to immediately available with no target date.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="itemContext" type="ItemContext">
       
<xsd:annotation>
         
<xsd:documentation>The work item's context, as supplied by the application that scheduled the work item.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="itemBody" type="ItemBody">
       
<xsd:annotation>
         
<xsd:documentation>The work item body, containing each data field (as a name/value pair) required by the data model in the work item's work type. </xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="dynamicOrgAttributes" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>If specified, this will specifiy the array of name / value pairs of attributes that DE will use to identify the correct dynamic instance for any template org model entity.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element scheduleWorkItem/item
diagram wp_diagrams/wp_p3254.png
type Item
properties
content complex
children name description entities entityQuery
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.
workTypeUID  xs:string  required      
documentation
ID of the work type that defines the data specification for this work item.
workTypeVersion  xs:string        
documentation
OSGi version range string of the work type that is to be used.
annotation
documentation
Basic, participant and work type information about the work item
source <xsd:element name="item" type="Item">
 
<xsd:annotation>
   
<xsd:documentation>Basic, participant and work type information about the work item</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element scheduleWorkItem/itemSchedule
diagram wp_diagrams/wp_p3255.png
type ItemSchedule
properties
minOcc 0
maxOcc 1
content complex
children startDate maxDuration targetDate
annotation
documentation
The schedule period to be associated with the work item.   If no object is passed then the item with have no schedule and cannot be worked on.   If an empty object is passed BRM will default this to immediately available with no target date.
source <xsd:element name="itemSchedule" type="ItemSchedule" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>The schedule period to be associated with the work item.   If no object is passed then the item with have no schedule and cannot be worked on.   If an empty object is passed BRM will default this to immediately available with no target date.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element scheduleWorkItem/itemContext
diagram wp_diagrams/wp_p3256.png
type ItemContext
properties
content complex
children activityID activityName appInstance appName appID appInstanceDescription
annotation
documentation
The work item's context, as supplied by the application that scheduled the work item.
source <xsd:element name="itemContext" type="ItemContext">
 
<xsd:annotation>
   
<xsd:documentation>The work item's context, as supplied by the application that scheduled the work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element scheduleWorkItem/itemBody
diagram wp_diagrams/wp_p3257.png
type ItemBody
properties
content complex
children parameter
annotation
documentation
The work item body, containing each data field (as a name/value pair) required by the data model in the work item's work type.
source <xsd:element name="itemBody" type="ItemBody">
 
<xsd:annotation>
   
<xsd:documentation>The work item body, containing each data field (as a name/value pair) required by the data model in the work item's work type. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element scheduleWorkItem/dynamicOrgAttributes
diagram wp_diagrams/wp_p3258.png
type XmlDynamicIdField
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token  required      
value  xs:string  optional      
annotation
documentation
If specified, this will specifiy the array of name / value pairs of attributes that DE will use to identify the correct dynamic instance for any template org model entity.
source <xsd:element name="dynamicOrgAttributes" type="orgdto:XmlDynamicIdField" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>If specified, this will specifiy the array of name / value pairs of attributes that DE will use to identify the correct dynamic instance for any template org model entity.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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