Overview

Members

Name Type Description

action

reminderAction

The ReminderAction of the ReminderRule

collabId

beeId

The CollabId of the ReminderRule

condition

reminderCondition

The ReminderCondition of the ReminderRule

handle

beeId<reminderRule>

The Handle of the ReminderRule

Hierarchy

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

Referenced By Representaions