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

JSON Example

(show inherited members)

{
    "beeType":"attributeTemplateUpdateParameter",
        "attributeTemplateHandle":{ your_{http://www.oracle.com/beehive}attributeTemplateHandle_as_beeId0 },
        "attributeTemplateUpdater":{ your_{http://www.oracle.com/beehive}attributeTemplateUpdater_as_attributeTemplateUpdater0 }
}

XML Schema


<xs:complexType name="attributeTemplateUpdateParameter">
    <xs:sequence>
        <xs:element minOccurs="0" name="attributeTemplateHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="attributeTemplateUpdater" type="tns:attributeTemplateUpdater"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to attributeTemplateUpdateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions