Overview

Wrapper object to track an AttributeDefinition Id and a corresponding AttributeDefinitionUpdater that can hold updates to be performed on the AttributeDefinition corresponding to the Id.

Members

Name Type Description

attributeDefinitionHandle

beeId

The AttributeDefinition that is to be updated

attributeDefinitionUpdater

attributeDefinitionUpdater

The AttributeDefinitionUpdater for the AttributeDefinition

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:attributeDefinitionUpdateParameter xsi:type="obh:attributeDefinitionUpdateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeDefinitionHandle>your_beeId_0</attributeDefinitionHandle>
        <attributeDefinitionUpdater>your_attributeDefinitionUpdater_0</attributeDefinitionUpdater>
</obh:attributeDefinitionUpdateParameter>

Referenced By Representaions