Overview

Subupdater for the attachments of an occurrence. Allows to add or remove the attachment from the outer OccurrenceSeriesUpdater.

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

seriesAttachmentsToAdd

string[]

seriesAttachmentsToRemove

string[]

Hierarchy

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:occurrenceAttachmentListUpdater xsi:type="obh:occurrenceAttachmentListUpdater" 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>
        <seriesAttachmentsToAdd>your_string_0</seriesAttachmentsToAdd>
        <seriesAttachmentsToAdd>your_string_1</seriesAttachmentsToAdd>
        <seriesAttachmentsToAdd>your_string_2</seriesAttachmentsToAdd>
        <seriesAttachmentsToRemove>your_string_0</seriesAttachmentsToRemove>
        <seriesAttachmentsToRemove>your_string_1</seriesAttachmentsToRemove>
        <seriesAttachmentsToRemove>your_string_2</seriesAttachmentsToRemove>
</obh:occurrenceAttachmentListUpdater>

Referenced By Representaions

Not Referenced Directly by Representations