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

Contents

Overview

Contains a set of modifications to be applied to the conferenceSettings.

Members

Name Type Description

addedProperties

conferenceProperty[]

Returns added global properties.

properties

conferenceProperty[]

Set a collection of properties (one or many) This method adds or overwrites a property: 1. if property name exists - property is overwritten 2. if property name doesn't exists - property is added Note: we don't use updater pattern for properties since property is a simple name/value pair.

removedProperties

string[]

Returns removed global properties.

roles

conferenceRoleListUpdater

Set updater for the roles.

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:conferenceSettingsUpdater xsi:type="obh:conferenceSettingsUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:addedProperties>your_conferenceProperty_0</obh:addedProperties>
        <obh:addedProperties>your_conferenceProperty_1</obh:addedProperties>
        <obh:addedProperties>your_conferenceProperty_2</obh:addedProperties>
        <obh:properties>your_conferenceProperty_0</obh:properties>
        <obh:properties>your_conferenceProperty_1</obh:properties>
        <obh:properties>your_conferenceProperty_2</obh:properties>
        <obh:removedProperties>your_string_0</obh:removedProperties>
        <obh:removedProperties>your_string_1</obh:removedProperties>
        <obh:removedProperties>your_string_2</obh:removedProperties>
        <obh:roles>your_conferenceRoleListUpdater_0</obh:roles>
</obh:conferenceSettingsUpdater>

JSON Example

(show inherited members)

{
    "beeType":"conferenceSettingsUpdater",
        "addedProperties":[
            { your_{http://www.oracle.com/beehive}addedProperties_as_conferenceProperty0 },
            { your_{http://www.oracle.com/beehive}addedProperties_as_conferenceProperty1 },
            { your_{http://www.oracle.com/beehive}addedProperties_as_conferenceProperty2 }
        ],
        "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 }
        ],
        "removedProperties":[
            "your_{http://www.oracle.com/beehive}removedProperties_as_string0",
            "your_{http://www.oracle.com/beehive}removedProperties_as_string1",
            "your_{http://www.oracle.com/beehive}removedProperties_as_string2"
        ],
        "roles":{ your_{http://www.oracle.com/beehive}roles_as_conferenceRoleListUpdater0 }
}

XML Schema


<xs:complexType name="conferenceSettingsUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="addedProperties" type="tns:conferenceProperty"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="properties" type="tns:conferenceProperty"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="removedProperties" type="xs:string"/>
                <xs:element minOccurs="0" name="roles" type="tns:conferenceRoleListUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to conferenceSettingsUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions