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

Contents

Overview

Updater used to modify the occurrence list within an OccurrenceSeries.

Members

Name Type Description

occurrencesToAdd

occurrenceUpdater[]

occurrencesToRemove

updateOccurrenceKey[]

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:occurrenceListUpdater xsi:type="obh:occurrenceListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:occurrencesToAdd>your_occurrenceUpdater_0</obh:occurrencesToAdd>
        <obh:occurrencesToAdd>your_occurrenceUpdater_1</obh:occurrencesToAdd>
        <obh:occurrencesToAdd>your_occurrenceUpdater_2</obh:occurrencesToAdd>
        <obh:occurrencesToRemove>your_updateOccurrenceKey_0</obh:occurrencesToRemove>
        <obh:occurrencesToRemove>your_updateOccurrenceKey_1</obh:occurrencesToRemove>
        <obh:occurrencesToRemove>your_updateOccurrenceKey_2</obh:occurrencesToRemove>
</obh:occurrenceListUpdater>

JSON Example

(show inherited members)

{
    "beeType":"occurrenceListUpdater",
        "occurrencesToAdd":[
            { your_{http://www.oracle.com/beehive}occurrencesToAdd_as_occurrenceUpdater0 },
            { your_{http://www.oracle.com/beehive}occurrencesToAdd_as_occurrenceUpdater1 },
            { your_{http://www.oracle.com/beehive}occurrencesToAdd_as_occurrenceUpdater2 }
        ],
        "occurrencesToRemove":[
            { your_{http://www.oracle.com/beehive}occurrencesToRemove_as_updateOccurrenceKey0 },
            { your_{http://www.oracle.com/beehive}occurrencesToRemove_as_updateOccurrenceKey1 },
            { your_{http://www.oracle.com/beehive}occurrencesToRemove_as_updateOccurrenceKey2 }
        ]
}

XML Schema


<xs:complexType name="occurrenceListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="occurrencesToAdd" type="tns:occurrenceUpdater"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="occurrencesToRemove" type="tns:updateOccurrenceKey"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to occurrenceListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions