Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Resource WorkspaceParticipant represents a Participant of a TeamWorkspace. A TeamWorkspace Participant can be an organizationUser or a group. OrganizationUser Participants can be internal to the enterprise or external - see . The API teamWorkspace will return a UserWorkspaceParticipant when the participant is a OrganizationUser and a GroupWorkspaceParticipant when the participant is a Group.

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

(constrained to Addressable)

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

workspaceParticipant is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="workspaceParticipant">
    <xs:complexContent>
        <xs:extension base="tns:baseParticipant">
            <xs:sequence>
                <xs:element minOccurs="0" name="properties" type="tns:collabProperties"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="roles" type="tns:assignedRole"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to workspaceParticipant

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions