Overview

Updater used to modify the ExternalContact member list for a GroupContact.

Members

Show inherited members

Name Type Description

externalContactsToAdd

externalContactUpdater[]

ExternalContact to be added.

externalContactsToRemove

beeId<externalContact>[]

External Contacts to be removed..

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:externalContactListUpdater xsi:type="obh:externalContactListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <externalContactsToAdd>your_externalContactUpdater_0</externalContactsToAdd>
        <externalContactsToAdd>your_externalContactUpdater_1</externalContactsToAdd>
        <externalContactsToAdd>your_externalContactUpdater_2</externalContactsToAdd>
        <externalContactsToRemove>your_beeId_0</externalContactsToRemove>
        <externalContactsToRemove>your_beeId_1</externalContactsToRemove>
        <externalContactsToRemove>your_beeId_2</externalContactsToRemove>
</obh:externalContactListUpdater>

Referenced By Representaions