diagram |
|
namespace |
http://api.brm.n2.tibco.com |
type |
extension of ObjectID |
properties |
|
used by |
elements | WorkItem/id DataOutOfSyncFault/managedObjectId NextWorkItem/nextItem completeWorkItemResponse/nextWorkItem allocateAndOpenWorkItem/workItemID allocateWorkItem/workItemID chainedWorkItemNotification/workItemID closeWorkItem/workItemID closeWorkItemResponse/workItemID completeWorkItem/workItemID getOfferSet/workItemID getWorkItemHeader/workItemID openWorkItem/workItemID pendWorkItemResponse/workItemID pushNotification/workItemID reallocateWorkItem/workItemID saveOpenWorkItem/workItemID saveOpenWorkItemResponse/workItemID setWorkItemPriorityResponse/workItemID skipWorkItem/workItemID unallocateWorkItem/workItemID pendWorkItem/workItemID reallocateWorkItemData/workItemID setWorkItemPriority/workItemIDandPriority/workItemID | complexType | WorkItemPreview |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | id | xs:long | required | | | documentation | Unique ID of the work item. |
| version | xs:long | | | | documentation | Version of the work item.
If not set, the latest version will be used. |
|
|
annotation |
documentation | ID of a specific version of a work item. |
|
source |
<xs:complexType name="ManagedObjectID">
<xs:annotation>
<xs:documentation>ID of a specific version of a work item.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ObjectID">
<xs:attribute name="version" type="xs:long">
<xs:annotation>
<xs:documentation>Version of the work item.
If not set, the latest version will be used.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType> |