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

Contents

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

JSON Example

(show inherited members)

{
    "beeType":"attributeDefinitionUpdateParameter",
        "attributeDefinitionHandle":{ your_{http://www.oracle.com/beehive}attributeDefinitionHandle_as_beeId0 },
        "attributeDefinitionUpdater":{ your_{http://www.oracle.com/beehive}attributeDefinitionUpdater_as_attributeDefinitionUpdater0 }
}

XML Schema


<xs:complexType name="attributeDefinitionUpdateParameter">
    <xs:sequence>
        <xs:element minOccurs="0" name="attributeDefinitionHandle" type="tns:beeId"/>
        <xs:element minOccurs="0" name="attributeDefinitionUpdater" type="tns:attributeDefinitionUpdater"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to attributeDefinitionUpdateParameter

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions