Overview

Updater for Meeting.

Members

Show inherited members

Name Type Description

changeStatus

changeStatus

Artifact change status.

end

dateTime

Set the end of the meeting. This attribute cannot be updated if the element InvitationInly is false;

includeOnlineConference

boolean

Add or remove an online conference to/from the meeting.

inviteeParticipantStatus

occurrenceParticipantStatus

Set the invitee participation status of this copy of the meeting.

inviteePrimaryClientReminderTrigger

timedTrigger

Set the trigger of the primary client reminder of this copy of the meeting.

inviteePriority

priority

Set the priority of this copy of the meeting.

inviteePropertiesUpdater

collabPropertiesUpdater

Modification to apply to the properties private to this copy of the meeting.

inviteeTransparency

transparency

Set the transparency of this copy of the meeting. The DEFAULT transparency should generally be used. However the invitee may set this attribute to directly control how the meeting will appear in his freebusy.

locationName

string

Set the location of the meeting. This attribute cannot be updated if the element InvitationOnly is false;

name

string

Get the Name of the Entity

participantUpdaters

meetingParticipantUpdater[]

Set the modifications to apply to the participants of the meeting. This attribute cannot be set if the element InvitationOnly is false.

propertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

start

dateTime

Set the start of the meeting. This attribute cannot be updated is the element InvitationInly is true;

status

occurrenceStatus

Set the status of the meeting. This attribute represent the global state of the meeting (not the participation status of the organizer), and can only be updater if the element InvitationOnly is true.

textDescription

string

Set the description of the meeting using the test representation. This attribute cannot be updated if the element InvitationOnly is false;

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

xhtmlFragmentDescription

string

Set the description of the meeting using xhtml frament representation. This attribute cannot be updated if the element InvitationOnly is false;

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:meetingUpdater xsi:type="obh:meetingUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <changeStatus>your_changeStatus_0</changeStatus>
        <end>your_dateTime_0</end>
        <includeOnlineConference>your_boolean_0</includeOnlineConference>
        <inviteeParticipantStatus>your_occurrenceParticipantStatus_0</inviteeParticipantStatus>
        <inviteePrimaryClientReminderTrigger>your_timedTrigger_0</inviteePrimaryClientReminderTrigger>
        <inviteePriority>your_priority_0</inviteePriority>
        <inviteePropertiesUpdater>your_collabPropertiesUpdater_0</inviteePropertiesUpdater>
        <inviteeTransparency>your_transparency_0</inviteeTransparency>
        <locationName>your_string_0</locationName>
        <name>your_string_0</name>
        <participantUpdaters>your_meetingParticipantUpdater_0</participantUpdaters>
        <participantUpdaters>your_meetingParticipantUpdater_1</participantUpdaters>
        <participantUpdaters>your_meetingParticipantUpdater_2</participantUpdaters>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <start>your_dateTime_0</start>
        <status>your_occurrenceStatus_0</status>
        <textDescription>your_string_0</textDescription>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
        <xhtmlFragmentDescription>your_string_0</xhtmlFragmentDescription>
</obh:meetingUpdater>

Referenced By Representaions