Overview

Represents an set of modification to be applied to an occurrenceWorkspaceParticipant.

Members

Show inherited members

Name Type Required Description

address

string

handle

beeId<entity>

inviteEnrollee

boolean

inviteEnrollees

boolean

Set the invite enrolee for the OccurrenceWorkspaceInvitation. When this attribute is set, any user who enrol/subscribe to workspace will be added as occurence participant.

participant

beeId

role

participantRole

Set the role attribute of the participant for the OccurrenceCompositeInvitation.

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:occurrenceWorkspaceParticipantUpdater xsi:type="obh:occurrenceWorkspaceParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <handle>your_beeId_0</handle>
        <inviteEnrollee>your_boolean_0</inviteEnrollee>
        <inviteEnrollees>your_boolean_0</inviteEnrollees>
        <participant>your_beeId_0</participant>
        <role>your_participantRole_0</role>
</obh:occurrenceWorkspaceParticipantUpdater>

Referenced By Representaions

Not Referenced Directly by Representations