![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
When new invitations or assignments are created in a particular calendar or tasklist, an associated Reminder can also be created by using a DefaultReminder. The DefaultReminder is essentially just an offset which the Reminder can use in conjunction with its Source End/Start time to calculate when it should trigger. It also has a ReminderAction and a ReminderCondition associated with it.
| Name | Type | Required | Description |
|---|---|---|---|
container |
(constrained to Container) |
![]() |
Get the Container, which describes what folder the DefaultReminder will act on. |
primary |
![]() |
Get the Primary attribute of the DefaultReminder | |
rule |
![]() |
Get the reminderRule used for creating new Reminders.
A ReminderRule specifies a and reminderAction that describes how the Reminder should behave. |
|
sourceEntityClass |
![]() |
Get the source class, which describes what types of entities in the Container the DefaultReminder will act on. | |
trigger |
![]() |
The BdkRelativeTrigger of the DefaultReminder |
Inherits From
Applied Markers
<xs:complexType name="defaultReminder">
<xs:complexContent>
<xs:extension base="tns:artifact">
<xs:sequence>
<xs:element minOccurs="0" name="trigger" type="tns:relativeTrigger"/>
<xs:element minOccurs="0" name="container" type="xs:anyType"/>
<xs:element name="primary" type="xs:boolean"/>
<xs:element minOccurs="0" name="rule" type="tns:reminderRule"/>
<xs:element minOccurs="0" name="sourceEntityClass" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

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