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

Contents

Overview

ListUpdater for AttributeDefinitions.

Members

Name Type Description

add

attributeDefinitionUpdater[]

A list of AttributeDefinitionUpdaters corresponding to AttributeDefinitions to be added

remove

beeId<attributeDefinition>[]

A list of AttributeDefinition Ids corresponding to AttributeDefinitions to be removed

update

attributeDefinitionUpdateParameter[]

A list of AttributeDefinitionUpdateParameters corresponding to AttributeDefinitions to be updated

Hierarchy

Inherits From

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:attributeDefinitionListUpdater xsi:type="obh:attributeDefinitionListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:add>your_attributeDefinitionUpdater_0</obh:add>
        <obh:add>your_attributeDefinitionUpdater_1</obh:add>
        <obh:add>your_attributeDefinitionUpdater_2</obh:add>
        <obh:remove>your_beeId_0</obh:remove>
        <obh:remove>your_beeId_1</obh:remove>
        <obh:remove>your_beeId_2</obh:remove>
        <obh:update>your_attributeDefinitionUpdateParameter_0</obh:update>
        <obh:update>your_attributeDefinitionUpdateParameter_1</obh:update>
        <obh:update>your_attributeDefinitionUpdateParameter_2</obh:update>
</obh:attributeDefinitionListUpdater>

JSON Example

(show inherited members)

{
    "beeType":"attributeDefinitionListUpdater",
        "add":[
            { your_{http://www.oracle.com/beehive}add_as_attributeDefinitionUpdater0 },
            { your_{http://www.oracle.com/beehive}add_as_attributeDefinitionUpdater1 },
            { your_{http://www.oracle.com/beehive}add_as_attributeDefinitionUpdater2 }
        ],
        "remove":[
            { your_{http://www.oracle.com/beehive}remove_as_beeId0 },
            { your_{http://www.oracle.com/beehive}remove_as_beeId1 },
            { your_{http://www.oracle.com/beehive}remove_as_beeId2 }
        ],
        "update":[
            { your_{http://www.oracle.com/beehive}update_as_attributeDefinitionUpdateParameter0 },
            { your_{http://www.oracle.com/beehive}update_as_attributeDefinitionUpdateParameter1 },
            { your_{http://www.oracle.com/beehive}update_as_attributeDefinitionUpdateParameter2 }
        ]
}

XML Schema


<xs:complexType name="attributeDefinitionListUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="add" type="tns:attributeDefinitionUpdater"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="remove" type="tns:beeId"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="update" type="tns:attributeDefinitionUpdateParameter"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to attributeDefinitionListUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions