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

Contents

Overview

Members

Name Type Description

accessorHandle

beeId<accessor>

conferenceType

conferenceType

countLimit

int

email

string

listType

listType

modifiedAfter

dateTime

predicate

predicate

roleKeyword

string

sortCriteria

sortCriteria

startIndex

int

Hierarchy

Inherits From

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:conferenceListParameters xsi:type="obh:conferenceListParameters" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:accessorHandle>your_beeId_0</obh:accessorHandle>
        <obh:conferenceType>your_conferenceType_0</obh:conferenceType>
        <obh:countLimit>your_int_0</obh:countLimit>
        <obh:email>your_string_0</obh:email>
        <obh:listType>your_listType_0</obh:listType>
        <obh:modifiedAfter>your_dateTime_0</obh:modifiedAfter>
        <obh:predicate>your_predicate_0</obh:predicate>
        <obh:roleKeyword>your_string_0</obh:roleKeyword>
        <obh:sortCriteria>your_sortCriteria_0</obh:sortCriteria>
        <obh:startIndex>your_int_0</obh:startIndex>
</obh:conferenceListParameters>

JSON Example

(show inherited members)

{
    "beeType":"conferenceListParameters",
        "accessorHandle":{ your_{http://www.oracle.com/beehive}accessorHandle_as_beeId0 },
        "conferenceType":{ your_{http://www.oracle.com/beehive}conferenceType_as_conferenceType0 },
        "countLimit":your_{http://www.oracle.com/beehive}countLimit_as_int0,
        "email":"your_{http://www.oracle.com/beehive}email_as_string0",
        "listType":{ your_{http://www.oracle.com/beehive}listType_as_listType0 },
        "modifiedAfter":"your_{http://www.oracle.com/beehive}modifiedAfter_as_dateTime0",
        "predicate":{ your_{http://www.oracle.com/beehive}predicate_as_predicate0 },
        "roleKeyword":"your_{http://www.oracle.com/beehive}roleKeyword_as_string0",
        "sortCriteria":{ your_{http://www.oracle.com/beehive}sortCriteria_as_sortCriteria0 },
        "startIndex":your_{http://www.oracle.com/beehive}startIndex_as_int0
}

XML Schema


<xs:complexType name="conferenceListParameters">
    <xs:complexContent>
        <xs:extension base="tns:predicateAndSortListParameters">
            <xs:sequence>
                <xs:element minOccurs="0" name="accessorHandle" type="tns:beeId"/>
                <xs:element minOccurs="0" name="conferenceType" type="tns:conferenceType"/>
                <xs:element minOccurs="0" name="email" type="xs:string"/>
                <xs:element minOccurs="0" name="listType" type="tns:listType"/>
                <xs:element minOccurs="0" name="modifiedAfter" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="roleKeyword" type="xs:string"/>
                <xs:element minOccurs="0" name="startIndex" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to conferenceListParameters

Referenced By Resources

Usage Resource Method
Request Conference List

Referenced By Representaions

Not Referenced Directly by Representations