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

Contents

Overview

Updater to manage a category configuration

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

JSON Example

(show inherited members)

{
    "beeType":"categoryConfigurationUpdater",
        "allowAll":your_{http://www.oracle.com/beehive}allowAll_as_boolean0,
        "categoryTemplatesUpdater":{ your_{http://www.oracle.com/beehive}categoryTemplatesUpdater_as_categoryTemplateListUpdater0 },
        "final":your_{http://www.oracle.com/beehive}final_as_boolean0,
        "inherited":your_{http://www.oracle.com/beehive}inherited_as_boolean0,
        "required":your_{http://www.oracle.com/beehive}required_as_boolean0
}

XML Schema


<xs:complexType name="categoryConfigurationUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="allowAll" type="xs:boolean"/>
                <xs:element minOccurs="0"
                    name="categoryTemplatesUpdater" type="tns:categoryTemplateListUpdater"/>
                <xs:element minOccurs="0" name="final" type="xs:boolean"/>
                <xs:element minOccurs="0" name="inherited" type="xs:boolean"/>
                <xs:element minOccurs="0" name="required" type="xs:boolean"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to categoryConfigurationUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions