Overview

Resource WorkspaceParticipantUpdater is used to update the Roles and Properties of WorkspaceParticipants.

Members

Name Type Description

operation

workspaceParticipantUpdaterOperation

The Operation this WorkspaceParticipantUpdater will perform on the WorkspaceParticipant

participant

beeId<accessor>

The Participant that will be modified by this WorkspaceParticipantUpdater.

propertiesUpdater

collabPropertiesUpdater

The updater used to modify the CollabProperties for this Participant.

roles

beeId<roleDefinition>[]

The Roles for this Participant. If an AssignedRole already exists in this TeamWorkspace for the specified RoleDefinition, this Participant will be added as an Accessor to the corresponding AssignedRole. Once this method is called, this Participant will only have the specified role(s). If an empty set is specified, no Role will be assigned.

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:workspaceParticipantUpdater xsi:type="obh:workspaceParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <operation>your_workspaceParticipantUpdaterOperation_0</operation>
        <participant>your_beeId_0</participant>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <roles>your_beeId_0</roles>
        <roles>your_beeId_1</roles>
        <roles>your_beeId_2</roles>
</obh:workspaceParticipantUpdater>

Referenced By Representaions