Overview

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

Members

Name Type Description

attributeTemplateHandle

beeId

The AttributeTemplate that is to be updated

attributeTemplateUpdater

attributeTemplateUpdater

The AttributeTemplateUpdater for the AttributeTemplate

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:attributeTemplateUpdateParameter xsi:type="obh:attributeTemplateUpdateParameter" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeTemplateHandle>your_beeId_0</attributeTemplateHandle>
        <attributeTemplateUpdater>your_attributeTemplateUpdater_0</attributeTemplateUpdater>
</obh:attributeTemplateUpdateParameter>

Referenced By Representaions