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

Contents

Overview

Trigger that occurs a a time offset relative to an attribute of the source entity.

For example:

Members

Name Type Description

offset

duration

Set the offset to be added to the related to attribute of the source entity to determine the trigger time.

relativeTo

triggerRelativeTo

Specify the attribute of the source entity associated with this trigger.

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:relativeTrigger xsi:type="obh:relativeTrigger" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:offset>your_duration_0</obh:offset>
        <obh:relativeTo>your_triggerRelativeTo_0</obh:relativeTo>
</obh:relativeTrigger>

JSON Example

(show inherited members)

{
    "beeType":"relativeTrigger",
        "offset":"your_{http://www.oracle.com/beehive}offset_as_duration0",
        "relativeTo":{ your_{http://www.oracle.com/beehive}relativeTo_as_triggerRelativeTo0 }
}

XML Schema


<xs:complexType name="relativeTrigger">
    <xs:complexContent>
        <xs:extension base="tns:timedTrigger">
            <xs:sequence>
                <xs:element minOccurs="0" name="offset" type="xs:duration"/>
                <xs:element minOccurs="0" name="relativeTo" type="tns:triggerRelativeTo"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to relativeTrigger

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions