Overview

TodoParticipantUpdater holds the modifications of the todoParticipant.

Members

Show inherited members

Name Type Required Description

assignmentEid

string

completed

dateTime

Set the Completed attribute of an external todo participant

deliveryChannels

participantDeliveryChannel[]

Get the DeliveryChannels attribute of the TodoParticipant. This represents how the participant is to be notified of their assignment. 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).

name

string

Set the name attribute of the participant.

participantStatus

todoParticipantStatus

Set the status of this updater. Only works for external participant.

percentComplete

int

Set the PercentComplete attribute of an external todo participant

propertiesUpdater

collabPropertiesUpdater

Returns a CollabPropertiesUpdater which can be used to add or remove CollabProperties for this participant.

role

participantRole

Set the Role attribute in the TodoParticipant.

rsvp

boolean

Set the RSVP attribute in the TodoParticipant.

status

todoParticipantStatus

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:todoParticipantUpdater xsi:type="obh:todoParticipantUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <assignmentEid>your_string_0</assignmentEid>
        <completed>your_dateTime_0</completed>
        <deliveryChannels>your_participantDeliveryChannel_0</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_1</deliveryChannels>
        <deliveryChannels>your_participantDeliveryChannel_2</deliveryChannels>
        <name>your_string_0</name>
        <participantStatus>your_todoParticipantStatus_0</participantStatus>
        <percentComplete>your_int_0</percentComplete>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <role>your_participantRole_0</role>
        <rsvp>your_boolean_0</rsvp>
        <status>your_todoParticipantStatus_0</status>
</obh:todoParticipantUpdater>

Referenced By Representaions

Not Referenced Directly by Representations