diagram | |||||||||||||||
namespace | http://base.api.wp.n2.tibco.com | ||||||||||||||
type | extension of BaseRequest | ||||||||||||||
properties |
|
||||||||||||||
children | resourceId channelId channelType responsePayloadMode workListViewId getGlobalValues workItem workTypeDetail | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="BaseWorkRequest"> <xs:annotation> <xs:documentation>Base work request to retrieve details of a work item.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BaseRequest"> <xs:sequence> <xs:element name="workItem" type="WorkItem"> <xs:annotation> <xs:documentation>Identifier of the work item on which the operation is to be performed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workTypeDetail"> <xs:annotation> <xs:documentation>Details of the work type associated with the specified work item. Note: workTypeDetail information is not mandatory for openWorkItem or cancelWorkItem operations.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="WorkType"> <xs:attribute name="openNextPiled" type="xs:boolean" default="true"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||
type | WorkItem | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="workItem" type="WorkItem"> <xs:annotation> <xs:documentation>Identifier of the work item on which the operation is to be performed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||
type | extension of WorkType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="workTypeDetail"> <xs:annotation> <xs:documentation>Details of the work type associated with the specified work item. Note: workTypeDetail information is not mandatory for openWorkItem or cancelWorkItem operations.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="WorkType"> <xs:attribute name="openNextPiled" type="xs:boolean" default="true"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="openNextPiled" type="xs:boolean" default="true"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:attribute> |