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

Contents

Overview

Specifies new values for preferece properties when updating a PreferenceSet.

Members

Name Type Description

propertiesToAdd

preferenceProperty[]

propertiesToRemove

preferenceProperty[]

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:preferencePropertiesUpdater xsi:type="obh:preferencePropertiesUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:propertiesToAdd>your_preferenceProperty_0</obh:propertiesToAdd>
        <obh:propertiesToAdd>your_preferenceProperty_1</obh:propertiesToAdd>
        <obh:propertiesToAdd>your_preferenceProperty_2</obh:propertiesToAdd>
        <obh:propertiesToRemove>your_preferenceProperty_0</obh:propertiesToRemove>
        <obh:propertiesToRemove>your_preferenceProperty_1</obh:propertiesToRemove>
        <obh:propertiesToRemove>your_preferenceProperty_2</obh:propertiesToRemove>
</obh:preferencePropertiesUpdater>

JSON Example

(show inherited members)

{
    "beeType":"preferencePropertiesUpdater",
        "propertiesToAdd":[
            { your_{http://www.oracle.com/beehive}propertiesToAdd_as_preferenceProperty0 },
            { your_{http://www.oracle.com/beehive}propertiesToAdd_as_preferenceProperty1 },
            { your_{http://www.oracle.com/beehive}propertiesToAdd_as_preferenceProperty2 }
        ],
        "propertiesToRemove":[
            { your_{http://www.oracle.com/beehive}propertiesToRemove_as_preferenceProperty0 },
            { your_{http://www.oracle.com/beehive}propertiesToRemove_as_preferenceProperty1 },
            { your_{http://www.oracle.com/beehive}propertiesToRemove_as_preferenceProperty2 }
        ]
}

XML Schema


<xs:complexType final="extension restriction" name="preferencePropertiesUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="propertiesToAdd" type="tns:preferenceProperty"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="propertiesToRemove" type="tns:preferenceProperty"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to preferencePropertiesUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions