Overview

A Reminder can be delivered through one of the NotificationDeliveryChannels specified by the order of preference. If the order of preference of channels are not specified here, the system will use the order of preference of channels in the users notification preference.

Members

Show inherited members

Name Type Description

notificationDeliveryChannels

notificationDeliveryChannel[]

Get the NotificationDeliveryChannels.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:notificationReminderAction xsi:type="obh:notificationReminderAction" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <notificationDeliveryChannels>your_notificationDeliveryChannel_0</notificationDeliveryChannels>
        <notificationDeliveryChannels>your_notificationDeliveryChannel_1</notificationDeliveryChannels>
        <notificationDeliveryChannels>your_notificationDeliveryChannel_2</notificationDeliveryChannels>
</obh:notificationReminderAction>

Referenced By Representaions

Not Referenced Directly by Representations