Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Hold a set of modifications to be applied to a ReminderUpdater

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 JSON and 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">
        <obh:action>your_reminderAction_0</obh:action>
        <obh:condition>your_reminderCondition_0</obh:condition>
        <obh:eid>your_string_0</obh:eid>
</obh:reminderRuleUpdater>

JSON Example

(show inherited members)

{
    "beeType":"reminderRuleUpdater",
        "action":{ your_{http://www.oracle.com/beehive}action_as_reminderAction0 },
        "condition":{ your_{http://www.oracle.com/beehive}condition_as_reminderCondition0 },
        "eid":"your_{http://www.oracle.com/beehive}eid_as_string0"
}

XML Schema


<xs:complexType name="reminderRuleUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="action" type="tns:reminderAction"/>
                <xs:element minOccurs="0" name="condition" type="tns:reminderCondition"/>
                <xs:element minOccurs="0" name="eid" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to reminderRuleUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions