Overview

Updater used to modify the occurrence list within an OccurrenceSeries.

Members

Show inherited members

Name Type Description

occurrencesToAdd

occurrenceUpdater[]

occurrencesToRemove

updateOccurrenceKey[]

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

Referenced By Representaions