Overview

Predicate to test the delivered time of an email message

Members

Show inherited members

Name Type Description

comparator

timeComparator

The time comparator associated with the predicate. Time comparators specify whether the test is ON, BEFORE or AFTER the given time value.

deliveredTime

dateTime

The time value to test email message delivered time

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:deliveredTimePredicate xsi:type="obh:deliveredTimePredicate" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <comparator>your_timeComparator_0</comparator>
        <deliveredTime>your_dateTime_0</deliveredTime>
</obh:deliveredTimePredicate>

Referenced By Representaions

Not Referenced Directly by Representations