Overview

Specifies new values for preferece properties when updating a PreferenceSet.

Members

Show inherited members

Name Type Description

propertiesToAdd

preferenceProperty[]

propertiesToRemove

preferenceProperty[]

Hierarchy

Inherits From

Examples

Below are examples in 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">
        <propertiesToAdd>your_preferenceProperty_0</propertiesToAdd>
        <propertiesToAdd>your_preferenceProperty_1</propertiesToAdd>
        <propertiesToAdd>your_preferenceProperty_2</propertiesToAdd>
        <propertiesToRemove>your_preferenceProperty_0</propertiesToRemove>
        <propertiesToRemove>your_preferenceProperty_1</propertiesToRemove>
        <propertiesToRemove>your_preferenceProperty_2</propertiesToRemove>
</obh:preferencePropertiesUpdater>

Referenced By Representaions