Overview

PerformedOnPredicate is used to filter a list of activities based on the performed date d, such that:

StartDate <= d < EndDate

The predicate specifies a date range.

Note: Conceptually the predicate works with ANYTHING (not limited to RecentActivity) that is performed within a date range.

Members

Show inherited members

Name Type Description

endDate

dateTime

The end date for the performed range. Should contain no value if matching all activities after the start date.

startDate

dateTime

The start date for the performed range. Should contain no value if matching all activities before the stop date.

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

Referenced By Representaions

Not Referenced Directly by Representations