Overview

UserWorkspaceParticipant represents a participant of a TeamWorkspace or type oracle.csi.OrganizationUser. UserWorkspaceParticipant is used for both TeamWorkspace participants internal to the Enterprise as well as participants external to the Enterprise

Members

Show inherited members

Name Type Description

address

string

Return an alternative address of the internal participant or the address of the external participant.

name

string

Return the name of the Participant

participant

anyType

Return the Addressable of the participant.

properties

collabProperties

The Properties of this Participant.

roles

assignedRole[]

The Set of AssignedRoles directly granted to this Participant. Only Roles defined under the scope of this Workspace and directly granted to the Participant are returned.

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:userWorkspaceParticipant xsi:type="obh:userWorkspaceParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <name>your_string_0</name>
        <participant>your_anyType_0</participant>
        <properties>your_collabProperties_0</properties>
        <roles>your_assignedRole_0</roles>
        <roles>your_assignedRole_1</roles>
        <roles>your_assignedRole_2</roles>
</obh:userWorkspaceParticipant>

Referenced By Representaions

Not Referenced Directly by Representations