Overview

AttachmentListUpdater for BaseTodo. Use to add attachments created from a TaskOperationContext to a Todo.

Members

Show inherited members

Name Type Description

add

identifiableSimpleContentUpdater[]

A list of attachments to be added

cancelCreateAttachmentList

string[]

A list of attachments whose creation needs to be canceled

endCreate

string[]

A list of attachments whose creation needs to be finalized

remove

beeId[]

A list of attachments to be removed

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:baseTodoAttachmentListUpdater xsi:type="obh:baseTodoAttachmentListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_identifiableSimpleContentUpdater_0</add>
        <add>your_identifiableSimpleContentUpdater_1</add>
        <add>your_identifiableSimpleContentUpdater_2</add>
        <cancelCreateAttachmentList>your_string_0</cancelCreateAttachmentList>
        <cancelCreateAttachmentList>your_string_1</cancelCreateAttachmentList>
        <cancelCreateAttachmentList>your_string_2</cancelCreateAttachmentList>
        <endCreate>your_string_0</endCreate>
        <endCreate>your_string_1</endCreate>
        <endCreate>your_string_2</endCreate>
        <remove>your_beeId_0</remove>
        <remove>your_beeId_1</remove>
        <remove>your_beeId_2</remove>
</obh:baseTodoAttachmentListUpdater>

Referenced By Representaions

Not Referenced Directly by Representations