Overview

Wrapper object to track an AttributeTemplate Id and a corresponding value for the AttributeDefinition associated with that AttributeTemplate

Members

Name Type Description

attributeTemplateHandle

beeId

The AttributeTemplate using which the value is to be applied

value

anyType

The value for the AttributeDefinition associated with the AttributeTemplate. Setting the value as NULL will result in the value being removed.

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

Referenced By Representaions