Overview

Contains a set of modifications to be applied to the .

Members

Show inherited 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 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">
        <addedAccessors>your_beeId_0</addedAccessors>
        <addedAccessors>your_beeId_1</addedAccessors>
        <addedAccessors>your_beeId_2</addedAccessors>
        <addedConferenceKeys>your_string_0</addedConferenceKeys>
        <addedConferenceKeys>your_string_1</addedConferenceKeys>
        <addedConferenceKeys>your_string_2</addedConferenceKeys>
        <addedProperties>your_conferenceProperty_0</addedProperties>
        <addedProperties>your_conferenceProperty_1</addedProperties>
        <addedProperties>your_conferenceProperty_2</addedProperties>
        <addedRoleKeywords>your_string_0</addedRoleKeywords>
        <addedRoleKeywords>your_string_1</addedRoleKeywords>
        <addedRoleKeywords>your_string_2</addedRoleKeywords>
        <deleted>your_boolean_0</deleted>
        <deletedAccessors>your_beeId_0</deletedAccessors>
        <deletedAccessors>your_beeId_1</deletedAccessors>
        <deletedAccessors>your_beeId_2</deletedAccessors>
        <deletedConferenceKeys>your_string_0</deletedConferenceKeys>
        <deletedConferenceKeys>your_string_1</deletedConferenceKeys>
        <deletedConferenceKeys>your_string_2</deletedConferenceKeys>
        <deletedProperties>your_conferenceProperty_0</deletedProperties>
        <deletedProperties>your_conferenceProperty_1</deletedProperties>
        <deletedProperties>your_conferenceProperty_2</deletedProperties>
        <deletedRoleKeywords>your_string_0</deletedRoleKeywords>
        <deletedRoleKeywords>your_string_1</deletedRoleKeywords>
        <deletedRoleKeywords>your_string_2</deletedRoleKeywords>
        <name>your_string_0</name>
</obh:conferenceRoleUpdater>

Referenced By Representaions