Overview

Generic container to convey the same update to one or more server-side entities. A single entityUpdater is provided to represent the desired updates. The proper sub-type of entityUpdater will depend on the operation making its use. Refer to the documentation on the operation in question for the permitted sub-types(s) of entityUpdater.

Members

Name Type Required Description

id

beeId[]

The IDs of the entities to be updated

updater

identifiableUpdater

The type encapsulating the updates to be made to all entities represented in the id structure

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:batchUpdater xsi:type="obh:batchUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <id>your_beeId_0</id>
        <id>your_beeId_1</id>
        <id>your_beeId_2</id>
        <updater>your_identifiableUpdater_0</updater>
</obh:batchUpdater>

Referenced By Representaions

Not Referenced Directly by Representations