Overview

Represents an set of modifications to be applied to an occurrenceCompositeParticipant.

Members

Show inherited members

Name Type Description

address

string

handle

beeId<entity>

participant

beeId

role

participantRole

Set the role attribute of the participant for the OccurrenceCompositeInvitation.

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:occurrenceCompositeParticipantUpdater xsi:type="obh:occurrenceCompositeParticipantUpdater" 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>
        <participant>your_beeId_0</participant>
        <role>your_participantRole_0</role>
</obh:occurrenceCompositeParticipantUpdater>

Referenced By Representaions