Overview

An object which can be used to update the list of activities attached to a Presence. All operations on this updater and all ActivityUpdaters created from it are enqueued and are applied once the ActivityListUpdater is passed as an argument to Once an Activity has been created, its fields cannot be modified and it may only be deleted.

Members

Name Type Description

add

activityUpdater[]

remove

beeId<activity>[]

Hierarchy

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:activityListUpdater xsi:type="obh:activityListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_activityUpdater_0</add>
        <add>your_activityUpdater_1</add>
        <add>your_activityUpdater_2</add>
        <remove>your_beeId_0</remove>
        <remove>your_beeId_1</remove>
        <remove>your_beeId_2</remove>
</obh:activityListUpdater>

Referenced By Representaions

Not Referenced Directly by Representations