Overview

Members

Name Type Description

end

dateTime

End time range for this query

participant

participantUpdater

Participant to which this query applies

start

dateTime

Begining time range for this query

taskList

beeId<taskList>

The TaskList to which the query applies.

Hierarchy

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:taskListQuery xsi:type="obh:taskListQuery" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <end>your_dateTime_0</end>
        <participant>your_participantUpdater_0</participant>
        <start>your_dateTime_0</start>
        <taskList>your_beeId_0</taskList>
</obh:taskListQuery>

Referenced By Representaions

Not Referenced Directly by Representations