![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
assigneeCompleted |
![]() |
Time at which the Task was completed. | |
assigneeCompletedDateOnly |
![]() |
Set to true if the "AssigneeCompleted" attribute refers to a dateonly value. Note that the "AssigneeCompletedDateOnly" attribute can only be updated at the same time as the "AssigneeCompleted" attribute". | |
assigneeDue |
![]() |
Due time of the task. | |
assigneeDueDateOnly |
![]() |
Set to true if the "AssigneeDue" attribute refers to a dateonly value. Note that the "AssigneeDueDateOnly" attribute can only be updated at the same time as the "AssigneeDue" attribute". | |
assigneeParticipantStatus |
![]() |
Participation status if the Assignee. When a new task is assigned to an assignee, this attribute is initialy set to NEEDS_ACTION. The assignee must update this attribute to inform the organizer if his assignment status. | |
assigneePercentComplete |
![]() |
AssigneePercentComplete attribute. | |
assigneePrimaryClientReminderTrigger |
![]() |
Trigger of the primary client side reminder. The primary client reminder is the reminder managed, by calendar clients such as OBEO, Zimbra and the caldav based clients. | |
assigneePriority |
![]() |
Priority of the task as defined by the assignee. | |
assigneePropertiesUpdater |
![]() |
Modification to apply to the properties private to this copy of the task. | |
assigneeStart |
![]() |
Time at which the task must be started. | |
assigneeStartDateOnly |
![]() |
Set to true if the "AssigneeStart" attribute refers to a dateonly value. Note that the "AssigneeStartDateOnly" attribute can only be updated at the same time as the "AssigneeStart" attribute". | |
locationName |
![]() |
This attribute can only be set if the element AssignmentOnly is false. | |
status |
![]() |
Status of the task. This attribute can only be set if the element AssignmentOnly is false. | |
textDescription |
![]() |
Set the description of the task using the test representation. This attribute cannot be updated if the element AssignementOnly is false; | |
xhtmlFragmentDescription |
![]() |
This attribute can only be set if the element AssignmentOnly is false. |
Inherits From
<xs:complexType name="taskUpdater"> <xs:complexContent> <xs:extension base="tns:artifactUpdater"> <xs:sequence> <xs:element minOccurs="0" name="assigneeCompleted" type="xs:dateTime"/> <xs:element name="assigneeCompletedDateOnly" type="xs:boolean"/> <xs:element minOccurs="0" name="assigneeDue" type="xs:dateTime"/> <xs:element name="assigneeDueDateOnly" type="xs:boolean"/> <xs:element minOccurs="0" name="assigneeParticipantStatus" type="tns:todoParticipantStatus"/> <xs:element minOccurs="0" name="assigneePercentComplete" type="xs:int"/> <xs:element minOccurs="0" name="assigneePrimaryClientReminderTrigger" type="tns:timedTrigger"/> <xs:element minOccurs="0" name="assigneePriority" type="tns:priority"/> <xs:element minOccurs="0" name="assigneePropertiesUpdater" type="tns:collabPropertiesUpdater"/> <xs:element minOccurs="0" name="assigneeStart" type="xs:dateTime"/> <xs:element name="assigneeStartDateOnly" type="xs:boolean"/> <xs:element minOccurs="0" name="locationName" type="xs:string"/> <xs:element minOccurs="0" name="status" type="tns:todoStatus"/> <xs:element minOccurs="0" name="textDescription" type="xs:string"/> <xs:element minOccurs="0" name="xhtmlFragmentDescription" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices