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

Contents

Overview

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

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

Inherits From

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

JSON Example

(show inherited members)

{
    "beeType":"occurrenceAttachmentListUpdater",
        "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 }
        ],
        "seriesAttachmentsToAdd":[
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToAdd_as_string0",
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToAdd_as_string1",
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToAdd_as_string2"
        ],
        "seriesAttachmentsToRemove":[
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToRemove_as_string0",
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToRemove_as_string1",
            "your_{http://www.oracle.com/beehive}seriesAttachmentsToRemove_as_string2"
        ]
}

XML Schema


<xs:complexType name="occurrenceAttachmentListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:baseOccurrenceAttachmentListUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="seriesAttachmentsToAdd" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="seriesAttachmentsToRemove" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to occurrenceAttachmentListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations