![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
| Name | Type | Required | Description |
|---|---|---|---|
assigneeRepliedOn |
![]() |
Get the AssigneeRepliedOn attribute of the TodoParticipant.
Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoWorkspaceParticipant in an Assignment, this method will always return null. |
|
assigneeWorkflowTaskId |
![]() |
Get the Assignee Workflow TaskId attribute of the TodoParticipant. | |
billingInfo |
![]() |
Get the Assignee BillingInfo attribute. | |
comment |
![]() |
Get the Comment attribute of the TodoParticipant.
Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoWorkspaceParticipant in an Assignment, this method will always return null. |
|
completed |
![]() |
Get the Completed attribute of the TodoParticipant object. | |
deliveryChannels |
![]() |
Get the DeliveryChannels attribute of the TodoParticipant.
Currently not supported. |
|
deliveryResults |
![]() |
Get the ParticipantDeliveryResults. | |
directlyInvited |
![]() |
Get the DirectlyInvited attribute of the TodoParticipant.
Note that this is always true by design. |
|
mileage |
![]() |
Get the Assignee Mileage attribute. | |
participantStatus |
![]() |
||
percentComplete |
![]() |
Get the PercentComplete attribute of the TodoParticipant object. | |
timeAllocated |
![]() |
Get the Assignee TimeAllocated attribute. | |
timeSpent |
![]() |
Get the Assignee TimeSpent attribute. |
Inherits From
<xs:complexType name="todoWorkspaceParticipant">
<xs:complexContent>
<xs:extension base="tns:todoCompositeParticipant">
<xs:sequence>
<xs:element minOccurs="0" name="assigneeRepliedOn" type="xs:dateTime"/>
<xs:element minOccurs="0" name="assigneeWorkflowTaskId" type="xs:string"/>
<xs:element minOccurs="0" name="billingInfo" type="xs:string"/>
<xs:element minOccurs="0" name="comment" type="xs:string"/>
<xs:element minOccurs="0" name="completed" type="tns:dateTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="deliveryChannels" nillable="true" type="tns:participantDeliveryChannel"/>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="deliveryResults" nillable="true" type="tns:participantDeliveryResult"/>
<xs:element name="directlyInvited" type="xs:boolean"/>
<xs:element minOccurs="0" name="mileage" type="xs:string"/>
<xs:element minOccurs="0" name="participantStatus" type="tns:todoParticipantStatus"/>
<xs:element name="percentComplete" type="xs:int"/>
<xs:element minOccurs="0" name="timeAllocated" type="xs:long"/>
<xs:element minOccurs="0" name="timeSpent" type="xs:long"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices