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

Contents

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

JSON Example

(show inherited members)

{
    "beeType":"taskListQuery",
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "participant":{ your_{http://www.oracle.com/beehive}participant_as_participantUpdater0 },
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0",
        "taskList":{ your_{http://www.oracle.com/beehive}taskList_as_beeId0 }
}

XML Schema


<xs:complexType name="taskListQuery">
    <xs:sequence>
        <xs:element minOccurs="0" name="end" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="participant" type="tns:participantUpdater"/>
        <xs:element minOccurs="0" name="start" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="taskList" type="tns:beeId"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to taskListQuery

Referenced By Resources

Usage Resource Method
Request Task List Tasks In Range

Referenced By Representaions

Not Referenced Directly by Representations