diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | workItemID resource revertData | ||
annotation |
|
||
source | <xs:element name="reallocateWorkItem"> <xs:annotation> <xs:documentation>Request element for reallocateWorkItem operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of a work item that is to be reallocated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resource" type="xs:string"> <xs:annotation> <xs:documentation>Name of the resource to whom the specified work item should be reallocated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="revertData" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean that defines whether the data associated with the specified work item is to be reverted or not.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||
type | ManagedObjectID | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="workItemID" type="ManagedObjectID"> <xs:annotation> <xs:documentation>ID of a work item that is to be reallocated.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="resource" type="xs:string"> <xs:annotation> <xs:documentation>Name of the resource to whom the specified work item should be reallocated.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="revertData" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean that defines whether the data associated with the specified work item is to be reverted or not.</xs:documentation> </xs:annotation> </xs:element> |