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

Contents

Overview

Provides access to conference global properties and conference roles.

Members

Name Type Description

conferenceRoles

conferenceRole[]

Get a list of all conference roles

properties

conferenceProperty[]

Get all global properties

role

conferenceRole

Adds another conference role.

roles

conferenceRole[]

Sets a set of conference roles. If some roles were already added, this set will be appended to the existing set.

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:conferenceSettings xsi:type="obh:conferenceSettings" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:conferenceRoles>your_conferenceRole_0</obh:conferenceRoles>
        <obh:conferenceRoles>your_conferenceRole_1</obh:conferenceRoles>
        <obh:conferenceRoles>your_conferenceRole_2</obh:conferenceRoles>
        <obh:properties>your_conferenceProperty_0</obh:properties>
        <obh:properties>your_conferenceProperty_1</obh:properties>
        <obh:properties>your_conferenceProperty_2</obh:properties>
        <obh:role>your_conferenceRole_0</obh:role>
        <obh:roles>your_conferenceRole_0</obh:roles>
        <obh:roles>your_conferenceRole_1</obh:roles>
        <obh:roles>your_conferenceRole_2</obh:roles>
</obh:conferenceSettings>

JSON Example

(show inherited members)

{
    "beeType":"conferenceSettings",
        "conferenceRoles":[
            { your_{http://www.oracle.com/beehive}conferenceRoles_as_conferenceRole0 },
            { your_{http://www.oracle.com/beehive}conferenceRoles_as_conferenceRole1 },
            { your_{http://www.oracle.com/beehive}conferenceRoles_as_conferenceRole2 }
        ],
        "properties":[
            { your_{http://www.oracle.com/beehive}properties_as_conferenceProperty0 },
            { your_{http://www.oracle.com/beehive}properties_as_conferenceProperty1 },
            { your_{http://www.oracle.com/beehive}properties_as_conferenceProperty2 }
        ],
        "role":{ your_{http://www.oracle.com/beehive}role_as_conferenceRole0 },
        "roles":[
            { your_{http://www.oracle.com/beehive}roles_as_conferenceRole0 },
            { your_{http://www.oracle.com/beehive}roles_as_conferenceRole1 },
            { your_{http://www.oracle.com/beehive}roles_as_conferenceRole2 }
        ]
}

XML Schema


<xs:complexType name="conferenceSettings">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="conferenceRoles" type="tns:conferenceRole"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="properties" nillable="true" type="tns:conferenceProperty"/>
        <xs:element minOccurs="0" name="role" type="tns:conferenceRole"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="roles" type="tns:conferenceRole"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to conferenceSettings

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions