Overview

ListUpdater for AttributeDefinitions.

Members

Show inherited members

Name Type Description

add

attributeDefinitionUpdater[]

A list of AttributeDefinitionUpdaters corresponding to AttributeDefinitions to be added

remove

beeId<attributeDefinition>[]

A list of AttributeDefinition Ids corresponding to AttributeDefinitions to be removed

update

attributeDefinitionUpdateParameter[]

A list of AttributeDefinitionUpdateParameters corresponding to AttributeDefinitions to be updated

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:attributeDefinitionListUpdater xsi:type="obh:attributeDefinitionListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_attributeDefinitionUpdater_0</add>
        <add>your_attributeDefinitionUpdater_1</add>
        <add>your_attributeDefinitionUpdater_2</add>
        <remove>your_beeId_0</remove>
        <remove>your_beeId_1</remove>
        <remove>your_beeId_2</remove>
        <update>your_attributeDefinitionUpdateParameter_0</update>
        <update>your_attributeDefinitionUpdateParameter_1</update>
        <update>your_attributeDefinitionUpdateParameter_2</update>
</obh:attributeDefinitionListUpdater>

Referenced By Representaions