Overview

Hold a set of modifications to be applied to a ReminderUpdater

Members

Show inherited members

Name Type Description

action

reminderAction

Specify the ReminderAction to take when a reminder is triggered.

condition

reminderCondition

This will mark the reminder for activation only when the particular condition is met. For example, if ReminderCondition.NOTALLPARTICIPANTACCEPTED is specified, then the reminder will only trigger if the Source's participant list has particapants who have not accepted.

eid

string

The Eid to be set to the ReminderRule

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:reminderRuleUpdater xsi:type="obh:reminderRuleUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <action>your_reminderAction_0</action>
        <condition>your_reminderCondition_0</condition>
        <eid>your_string_0</eid>
</obh:reminderRuleUpdater>

Referenced By Representaions