Overview

TodoUpdater holds the modifications of the .

Members

Show inherited members

Name Type Required Description

ICalCategories

string[]

ICalClass

string

ICalPriority

int

ICalSequence

int

allowAllAssigneesToPublishBonds

boolean

applyPrimaryDefaultReminder

boolean

Set the ApplyPrimaryDefaultReminder attribute.

attachmentsUpdater

attachmentListUpdater

Sets attachment updater.

changeStatus

changeStatus

Artifact change status.

companyNames

string[]

completed

dateTime

Set the Completed in the TodoUpdater.

compositeParticipantsUpdater

todoCompositeParticipantListUpdater

description

string

due

dateTime

Set the Due attribute in the TodoUpdater.

enableNotification

boolean

location

location

name

string

Get the Name of the Entity

operationContext

anyType

organizer

participant

organizerUpdater

participantUpdater

participantsUpdater

todoParticipantListUpdater

percentComplete

int

Set the PercentComplete in the TodoUpdater.

primaryAssignmentUpdater

assignmentUpdater

Update the primary (owner's) assignment if one exists.

priority

priority

propertiesUpdater

collabPropertiesUpdater

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

receptionChannel

participantDeliveryChannel

sensitivity

beeId

start

dateTime

Set the Start attribute in the TodoUpdater.

status

todoStatus

type

todoType

uid

string

url

string

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.

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:todoUpdater xsi:type="obh:todoUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ICalCategories>your_string_0</ICalCategories>
        <ICalCategories>your_string_1</ICalCategories>
        <ICalCategories>your_string_2</ICalCategories>
        <ICalClass>your_string_0</ICalClass>
        <ICalPriority>your_int_0</ICalPriority>
        <ICalSequence>your_int_0</ICalSequence>
        <allowAllAssigneesToPublishBonds>your_boolean_0</allowAllAssigneesToPublishBonds>
        <applyPrimaryDefaultReminder>your_boolean_0</applyPrimaryDefaultReminder>
        <attachmentsUpdater>your_attachmentListUpdater_0</attachmentsUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <companyNames>your_string_0</companyNames>
        <companyNames>your_string_1</companyNames>
        <companyNames>your_string_2</companyNames>
        <completed>your_dateTime_0</completed>
        <compositeParticipantsUpdater>your_todoCompositeParticipantListUpdater_0</compositeParticipantsUpdater>
        <description>your_string_0</description>
        <due>your_dateTime_0</due>
        <enableNotification>your_boolean_0</enableNotification>
        <location>your_location_0</location>
        <name>your_string_0</name>
        <operationContext>your_anyType_0</operationContext>
        <organizer>your_participant_0</organizer>
        <organizerUpdater>your_participantUpdater_0</organizerUpdater>
        <participantsUpdater>your_todoParticipantListUpdater_0</participantsUpdater>
        <percentComplete>your_int_0</percentComplete>
        <primaryAssignmentUpdater>your_assignmentUpdater_0</primaryAssignmentUpdater>
        <priority>your_priority_0</priority>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <receptionChannel>your_participantDeliveryChannel_0</receptionChannel>
        <sensitivity>your_beeId_0</sensitivity>
        <start>your_dateTime_0</start>
        <status>your_todoStatus_0</status>
        <type>your_todoType_0</type>
        <uid>your_string_0</uid>
        <url>your_string_0</url>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:todoUpdater>

Referenced By Representaions