diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
properties |
|
||
children | entityID workItemID requiredField requireWorkType | ||
annotation |
|
||
source | <xs:element name="previewWorkItemFromList"> <xs:annotation> <xs:documentation>Request element for previewWorkItemFromList operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="entityID" type="orgdto:XmlModelEntityId"> <xs:annotation> <xs:documentation>ID of the organization model entity for whom work items are to be previewed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="workItemID" type="ObjectID" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>ID of a work item to be previewed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="requiredField" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Fieldname to be included in the returned data. This defines the set of fields for which preview data is to be to be returned: - If any fieldnames are specified, only those fields will be returned for each work item. - If no fieldnames are specified, all fields will be returned for each work item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="requireWorkType" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Optiional element if set to true, then the response should include Work Type information.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlModelEntityId | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | dynamic-id-attr qualifierSet | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="entityID" type="orgdto:XmlModelEntityId"> <xs:annotation> <xs:documentation>ID of the organization model entity for whom work items are to be previewed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
type | ObjectID | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="workItemID" type="ObjectID" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>ID of a work item to be previewed.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="requiredField" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Fieldname to be included in the returned data. This defines the set of fields for which preview data is to be to be returned: - If any fieldnames are specified, only those fields will be returned for each work item. - If no fieldnames are specified, all fields will be returned for each work item.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="requireWorkType" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Optiional element if set to true, then the response should include Work Type information.</xs:documentation> </xs:annotation> </xs:element> |