Overview

Represents a snapshot of a TodoParticipant 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.

assigneeRepliedOn

dateTime

Get the Assignee RepliedOn attribute.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

assigneeWorkflowTaskId

string

Get the Assignee Workflow TaskId attribute of the TodoParticipant.

billingInfo

string

Get the Assignee BillingInfo attribute.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

comment

string

Get the Comment attribute of the TodoParticipant.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

completed

dateTime

Get the Completed attribute of the TodoParticipant object.

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). Also note, that this attribute is always an empty set when the participant is returned in an assignment.

deliveryResults

participantDeliveryResult[]

Get the ParticipantDeliveryResults.

directlyInvited

boolean

Get the DirectlyInvited attribute of the TodoParticipant object.

mileage

string

Get the Assignee Mileage attribute.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

name

string

Return the name of the Participant

participant

anyType

Return the Addressable of the participant.

participantStatus

todoParticipantStatus

percentComplete

int

Get the PercentComplete attribute of the TodoParticipant object.

properties

collabProperties

Get the Properties attribute of the TodoParticipant object.

role

participantRole

Get the Role attribute of the TodoParticipant object.

rsvp

boolean

Get the RSVP attribute of the TodoParticipant object.

status

todoParticipantStatus

timeAllocated

long

Get the Assignee TimeAllocated attribute.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

timeSpent

long

Get the Assignee TimeSpent attribute.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoParticipant in an Assignment, this method will always return null.

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:todoParticipant xsi:type="obh:todoParticipant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <address>your_string_0</address>
        <assigneeRepliedOn>your_dateTime_0</assigneeRepliedOn>
        <assigneeWorkflowTaskId>your_string_0</assigneeWorkflowTaskId>
        <billingInfo>your_string_0</billingInfo>
        <comment>your_string_0</comment>
        <completed>your_dateTime_0</completed>
        <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>
        <mileage>your_string_0</mileage>
        <name>your_string_0</name>
        <participant>your_anyType_0</participant>
        <participantStatus>your_todoParticipantStatus_0</participantStatus>
        <percentComplete>your_int_0</percentComplete>
        <properties>your_collabProperties_0</properties>
        <role>your_participantRole_0</role>
        <rsvp>your_boolean_0</rsvp>
        <status>your_todoParticipantStatus_0</status>
        <timeAllocated>your_long_0</timeAllocated>
        <timeSpent>your_long_0</timeSpent>
</obh:todoParticipant>

Referenced By Representaions

Not Referenced Directly by Representations