Overview

Updater to manage a category configuration

Members

Show inherited members

Name Type Description

allowAll

boolean

Flag to indicate that this configuration allows all categories in the system.

categoryTemplatesUpdater

categoryTemplateListUpdater

Updater to create / update / remove CategoryTemplates associated with this CategoryConfiguration

final

boolean

Flag to mark the configuration as Final. A final configuration cannot be overridden.

inherited

boolean

Flag to mark the configuration as inherited.

required

boolean

Flag to mark the configuration as required implying all categories in the configuration must be applied to an entity (Documents only) in the scope for this configuration is created

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:categoryConfigurationUpdater xsi:type="obh:categoryConfigurationUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <allowAll>your_boolean_0</allowAll>
        <categoryTemplatesUpdater>your_categoryTemplateListUpdater_0</categoryTemplatesUpdater>
        <final>your_boolean_0</final>
        <inherited>your_boolean_0</inherited>
        <required>your_boolean_0</required>
</obh:categoryConfigurationUpdater>

Referenced By Representaions