Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

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 JSON and 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">
        <obh:attributeTemplateHandle>your_beeId_0</obh:attributeTemplateHandle>
        <obh:value>your_anyType_0</obh:value>
</obh:attributeApplicationUpdateParameter>

JSON Example

(show inherited members)

{
    "beeType":"attributeApplicationUpdateParameter",
        "attributeTemplateHandle":{ your_{http://www.oracle.com/beehive}attributeTemplateHandle_as_beeId0 },
        "value":"your_{http://www.oracle.com/beehive}value_as_anyType0"
}

XML Schema


<xs:complexType name="attributeApplicationUpdateParameter">
    <xs:sequence>
        <xs:element minOccurs="0" name="attributeTemplateHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="value" type="xs:anyType"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to attributeApplicationUpdateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions