Overview

Represents a snapshot of an OccurrenceOnlineConferenceParticipant object.

Members

Show inherited members

Name Type Required Description

address

string

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

conference

conference

deliveryChannels

participantDeliveryChannel[]

Get the DeliveryChannels attribute of the OccurrenceParticipant. This represents how the participant is to be notified of their invitation. Note that this is seperate from the DeliveryChannels that User Subscription Service uses to send notifications, and is meant for participants that User Subscription does not service (i.e. external participants). Also note, that this attribute is always an empty set when the participant is returned in an invitation or invitation series.

deliveryResults

participantDeliveryResult[]

Get the ParticipantDeliveryResults.

directlyInvited

boolean

Get the DirectlyInvited attribute of the OccurrenceParticipant.

The DirectlyInvited attribute allows for the distinction of direct invitation and invitation via group membership or delegation.

joinInfo

string

Get the join information for the associated online conference. Currently we set the join info only for the OnlineConferenceOccurrenceParticipant. The join info is promoted directly to the OccurrenceParticipant because in the future it will be useful for other participants as well (e.g., meeting place id/psw, the code to unlock the door of a conference room, ...).

joinURL

string

name

string

Return the name of the Participant

participant

anyType

Return the Addressable of the participant.

participantStatus

occurrenceParticipantStatus

Get the status of the OccurrenceParticipant.

properties

collabProperties

Get the properties of the OccurrenceParticipant.

role

participantRole

Get the OccurrenceParticipant's role.

rsvp

boolean

Get the RSVP of the OccurrenceParticipant.

status

occurrenceParticipantStatus

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:occurrenceOnlineConferenceParticipant xsi:type="obh:occurrenceOnlineConferenceParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <conference>your_conference_0</conference>
        <deliveryChannels>your_participantDeliveryChannel_0</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_1</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_2</deliveryChannels>
        <deliveryResults>your_participantDeliveryResult_0</deliveryResults>
        <deliveryResults>your_participantDeliveryResult_1</deliveryResults>
        <deliveryResults>your_participantDeliveryResult_2</deliveryResults>
        <directlyInvited>your_boolean_0</directlyInvited>
        <joinInfo>your_string_0</joinInfo>
        <joinURL>your_string_0</joinURL>
        <name>your_string_0</name>
        <participant>your_anyType_0</participant>
        <participantStatus>your_occurrenceParticipantStatus_0</participantStatus>
        <properties>your_collabProperties_0</properties>
        <role>your_participantRole_0</role>
        <rsvp>your_boolean_0</rsvp>
        <status>your_occurrenceParticipantStatus_0</status>
</obh:occurrenceOnlineConferenceParticipant>

Referenced By Representaions

Not Referenced Directly by Representations