![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
It associates a timed trigger on the entity (represented by the source member), which can set off an event. A timed trigger can be defined relative to the time of an operation, such as start of a Meeting or the due time of a Task.
A timed trigger can also be defined by absolute time, independent of any operation.
| Name | Type | Required | Description |
|---|---|---|---|
derivedFrom |
![]() |
Get the DefaultReminder that was resposible for creating this reminder if in fact, this reminder was created by the application of a DefaultReminder. | |
enabled |
![]() |
Get the Enable state for this Reminder. | |
nextAbsoluteTriggerTime |
![]() |
Get the next absolute time at which this Reminder will trigger.
Note that this value can be retrieved, even when only a RelativeTrigger has been specified. |
|
primary |
![]() |
Get the Primary attribute of the Reminder object. | |
rule |
![]() |
Get the reminderRule for this Reminder.
A ReminderRule specifies a ReminderCondition and ReminderAction that describes how the Reminder should behave. |
|
source |
![]() |
Get the source, which conceptually represents WHAT you are being reminded about. For example, an Invitation or an Assignment could be a valid source. | |
status |
![]() |
Get the Status. | |
trigger |
![]() |
Trigger time of the reminder. For RelativeTriggers the trigger time is relative to the entity refered to by the Source attribute. |
Inherits From
Applied Markers
<xs:complexType name="reminder">
<xs:complexContent>
<xs:extension base="tns:artifact">
<xs:sequence>
<xs:element minOccurs="0" name="trigger" type="tns:timedTrigger"/>
<xs:element minOccurs="0" name="derivedFrom" type="tns:defaultReminder"/>
<xs:element name="enabled" type="xs:boolean"/>
<xs:element minOccurs="0" name="nextAbsoluteTriggerTime" type="xs:dateTime"/>
<xs:element name="primary" type="xs:boolean"/>
<xs:element minOccurs="0" name="rule" type="tns:reminderRule"/>
<xs:element minOccurs="0" name="source" type="tns:entity"/>
<xs:element minOccurs="0" name="status" type="tns:reminderStatus"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Usage | Resource | Method |
|---|---|---|
| Response | Reminder | Create |
| Request | Reminder | Delete Batch |
| Response | Reminder | Read |
| Response | Reminder | Read Batch |
| Request | Reminder | Read Batch |
| Response | Reminder | Update |

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