Overview

Resource WorkspaceParticipantListUpdater is used to add, remove, and update the Participants of a TeamWorkspace.

Members

Name Type Description

add

workspaceParticipantUpdater[]

The Participants that will be added to the Workspace.

remove

beeId<accessor>[]

The Participants that will be removed from the Workspace.

update

workspaceParticipantUpdater[]

The Participants that will be updated in the Workspace.

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:workspaceParticipantListUpdater xsi:type="obh:workspaceParticipantListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_workspaceParticipantUpdater_0</add>
        <add>your_workspaceParticipantUpdater_1</add>
        <add>your_workspaceParticipantUpdater_2</add>
        <remove>your_beeId_0</remove>
        <remove>your_beeId_1</remove>
        <remove>your_beeId_2</remove>
        <update>your_workspaceParticipantUpdater_0</update>
        <update>your_workspaceParticipantUpdater_1</update>
        <update>your_workspaceParticipantUpdater_2</update>
</obh:workspaceParticipantListUpdater>

Referenced By Representaions