Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

AttachmentListUpdater for BaseOccurrence. Use to add attachments created from a CalendarStreamContext to an Occurrence of OccurrenceSeries.

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

Inherited By

Examples

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

JSON Example

(show inherited members)

{
    "beeType":"baseOccurrenceAttachmentListUpdater",
        "add":[
            { your_{http://www.oracle.com/beehive}add_as_identifiableSimpleContentUpdater0 },
            { your_{http://www.oracle.com/beehive}add_as_identifiableSimpleContentUpdater1 },
            { your_{http://www.oracle.com/beehive}add_as_identifiableSimpleContentUpdater2 }
        ],
        "cancelCreateAttachmentList":[
            "your_{http://www.oracle.com/beehive}cancelCreateAttachmentList_as_string0",
            "your_{http://www.oracle.com/beehive}cancelCreateAttachmentList_as_string1",
            "your_{http://www.oracle.com/beehive}cancelCreateAttachmentList_as_string2"
        ],
        "endCreate":[
            "your_{http://www.oracle.com/beehive}endCreate_as_string0",
            "your_{http://www.oracle.com/beehive}endCreate_as_string1",
            "your_{http://www.oracle.com/beehive}endCreate_as_string2"
        ],
        "remove":[
            { your_{http://www.oracle.com/beehive}remove_as_beeId0 },
            { your_{http://www.oracle.com/beehive}remove_as_beeId1 },
            { your_{http://www.oracle.com/beehive}remove_as_beeId2 }
        ]
}

XML Schema


<xs:complexType name="baseOccurrenceAttachmentListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:attachmentListUpdater">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to baseOccurrenceAttachmentListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations