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

Contents

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

Applied Markers

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

JSON Example

(show inherited members)

{
    "beeType":"reminderRule",
        "action":{ your_{http://www.oracle.com/beehive}action_as_reminderAction0 },
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "condition":{ your_{http://www.oracle.com/beehive}condition_as_reminderCondition0 },
        "handle":{ your_{http://www.oracle.com/beehive}handle_as_beeId0 }
}

XML Schema


<xs:complexType name="reminderRule">
    <xs:sequence>
        <xs:element minOccurs="0" name="action" type="tns:reminderAction"/>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="condition" type="tns:reminderCondition"/>
        <xs:element minOccurs="0" name="handle" type="tns:beeId"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to reminderRule

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions