Overview

The TodoWorkspaceInvitation is used to add an Invitation to the Workspace default tasklist.

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 AssigneeRepliedOn attribute of the TodoParticipant.

Note that this attribute is set by the assignee, and is visible only for TodoParticipant in a Todo. For a TodoWorkspaceParticipant 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.

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 TodoWorkspaceParticipant 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.

Currently not supported.

deliveryResults

participantDeliveryResult[]

Get the ParticipantDeliveryResults.

directlyInvited

boolean

Get the DirectlyInvited attribute of the TodoParticipant.

Note that this is always true by design.

mileage

string

Get the Assignee Mileage attribute.

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.

role

participantRole

Get the Role attribute of the TodoCompositeParticipant object.

timeAllocated

long

Get the Assignee TimeAllocated attribute.

timeSpent

long

Get the Assignee TimeSpent attribute.

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:todoWorkspaceParticipant xsi:type="obh:todoWorkspaceParticipant" 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>
        <role>your_participantRole_0</role>
        <timeAllocated>your_long_0</timeAllocated>
        <timeSpent>your_long_0</timeSpent>
</obh:todoWorkspaceParticipant>

Referenced By Representaions

Not Referenced Directly by Representations