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 .

Members

Name Type Required Description

addedAccessors

beeId<accessor>[]

Returns the list of added role accessors.

addedConferenceKeys

string[]

Returns the list of added conference keys.

addedProperties

conferenceProperty[]

Returns the list of added role properties.

addedRoleKeywords

string[]

Returns the list of added role keywords.

deleted

boolean

deletedAccessors

beeId<accessor>[]

Returns the list of deleted role accessors.

deletedConferenceKeys

string[]

Returns the list deleted conference keys.

deletedProperties

conferenceProperty[]

Returns the list of deleted role properties.

deletedRoleKeywords

string[]

Returns the list of deleted role keywords.

name

string

Set the new name to the role

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:conferenceRoleUpdater xsi:type="obh:conferenceRoleUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:addedAccessors>your_beeId_0</obh:addedAccessors>
        <obh:addedAccessors>your_beeId_1</obh:addedAccessors>
        <obh:addedAccessors>your_beeId_2</obh:addedAccessors>
        <obh:addedConferenceKeys>your_string_0</obh:addedConferenceKeys>
        <obh:addedConferenceKeys>your_string_1</obh:addedConferenceKeys>
        <obh:addedConferenceKeys>your_string_2</obh:addedConferenceKeys>
        <obh:addedProperties>your_conferenceProperty_0</obh:addedProperties>
        <obh:addedProperties>your_conferenceProperty_1</obh:addedProperties>
        <obh:addedProperties>your_conferenceProperty_2</obh:addedProperties>
        <obh:addedRoleKeywords>your_string_0</obh:addedRoleKeywords>
        <obh:addedRoleKeywords>your_string_1</obh:addedRoleKeywords>
        <obh:addedRoleKeywords>your_string_2</obh:addedRoleKeywords>
        <obh:deleted>your_boolean_0</obh:deleted>
        <obh:deletedAccessors>your_beeId_0</obh:deletedAccessors>
        <obh:deletedAccessors>your_beeId_1</obh:deletedAccessors>
        <obh:deletedAccessors>your_beeId_2</obh:deletedAccessors>
        <obh:deletedConferenceKeys>your_string_0</obh:deletedConferenceKeys>
        <obh:deletedConferenceKeys>your_string_1</obh:deletedConferenceKeys>
        <obh:deletedConferenceKeys>your_string_2</obh:deletedConferenceKeys>
        <obh:deletedProperties>your_conferenceProperty_0</obh:deletedProperties>
        <obh:deletedProperties>your_conferenceProperty_1</obh:deletedProperties>
        <obh:deletedProperties>your_conferenceProperty_2</obh:deletedProperties>
        <obh:deletedRoleKeywords>your_string_0</obh:deletedRoleKeywords>
        <obh:deletedRoleKeywords>your_string_1</obh:deletedRoleKeywords>
        <obh:deletedRoleKeywords>your_string_2</obh:deletedRoleKeywords>
        <obh:name>your_string_0</obh:name>
</obh:conferenceRoleUpdater>

JSON Example

(show inherited members)

{
    "beeType":"conferenceRoleUpdater",
        "addedAccessors":[
            { your_{http://www.oracle.com/beehive}addedAccessors_as_beeId0 },
            { your_{http://www.oracle.com/beehive}addedAccessors_as_beeId1 },
            { your_{http://www.oracle.com/beehive}addedAccessors_as_beeId2 }
        ],
        "addedConferenceKeys":[
            "your_{http://www.oracle.com/beehive}addedConferenceKeys_as_string0",
            "your_{http://www.oracle.com/beehive}addedConferenceKeys_as_string1",
            "your_{http://www.oracle.com/beehive}addedConferenceKeys_as_string2"
        ],
        "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 }
        ],
        "addedRoleKeywords":[
            "your_{http://www.oracle.com/beehive}addedRoleKeywords_as_string0",
            "your_{http://www.oracle.com/beehive}addedRoleKeywords_as_string1",
            "your_{http://www.oracle.com/beehive}addedRoleKeywords_as_string2"
        ],
        "deleted":your_{http://www.oracle.com/beehive}deleted_as_boolean0,
        "deletedAccessors":[
            { your_{http://www.oracle.com/beehive}deletedAccessors_as_beeId0 },
            { your_{http://www.oracle.com/beehive}deletedAccessors_as_beeId1 },
            { your_{http://www.oracle.com/beehive}deletedAccessors_as_beeId2 }
        ],
        "deletedConferenceKeys":[
            "your_{http://www.oracle.com/beehive}deletedConferenceKeys_as_string0",
            "your_{http://www.oracle.com/beehive}deletedConferenceKeys_as_string1",
            "your_{http://www.oracle.com/beehive}deletedConferenceKeys_as_string2"
        ],
        "deletedProperties":[
            { your_{http://www.oracle.com/beehive}deletedProperties_as_conferenceProperty0 },
            { your_{http://www.oracle.com/beehive}deletedProperties_as_conferenceProperty1 },
            { your_{http://www.oracle.com/beehive}deletedProperties_as_conferenceProperty2 }
        ],
        "deletedRoleKeywords":[
            "your_{http://www.oracle.com/beehive}deletedRoleKeywords_as_string0",
            "your_{http://www.oracle.com/beehive}deletedRoleKeywords_as_string1",
            "your_{http://www.oracle.com/beehive}deletedRoleKeywords_as_string2"
        ],
        "name":"your_{http://www.oracle.com/beehive}name_as_string0"
}

XML Schema


<xs:complexType name="conferenceRoleUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="addedAccessors" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="addedConferenceKeys" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="addedProperties" type="tns:conferenceProperty"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="addedRoleKeywords" type="xs:string"/>
                <xs:element name="deleted" type="xs:boolean"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deletedAccessors" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deletedConferenceKeys" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deletedProperties" type="tns:conferenceProperty"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="deletedRoleKeywords" type="xs:string"/>
                <xs:element minOccurs="0" name="name" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to conferenceRoleUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions