diagram | |||||||||||||||
namespace | http://base.api.wp.n2.tibco.com | ||||||||||||||
type | extension of BaseWorkRequest | ||||||||||||||
properties |
|
||||||||||||||
children | resourceId channelId channelType responsePayloadMode workListViewId getGlobalValues workItem workTypeDetail payloadDetails | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="WorkRequest"> <xs:annotation> <xs:documentation>Base work request to retrieve details of a work item, supplying payload information.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BaseWorkRequest"> <xs:sequence> <xs:element name="payloadDetails" type="df:dataPayload"> <xs:annotation> <xs:documentation>Data payload for the specified work item.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||
type | dataPayload | ||||||||||||||
properties |
|
||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="payloadDetails" type="df:dataPayload"> <xs:annotation> <xs:documentation>Data payload for the specified work item.</xs:documentation> </xs:annotation> </xs:element> |