Overview

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

For example:

  • 10 minutes before the start of a meeting.
  • 1 day before the due time of a task.

Members

Show inherited 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 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">
        <offset>your_duration_0</offset>
        <relativeTo>your_triggerRelativeTo_0</relativeTo>
</obh:relativeTrigger>

Referenced By Representaions