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

Contents

Overview

Resource OrganizationUpdater is used to update the values of the fields of an Organization.

Members

Name Type Description

activePreferenceProfile

beeId<preferenceProfile>

Active PreferenceProfile of this scope.

description

string

Description of the scope

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Scope.

quotaConfiguration

communityQuotaConfiguration

Community quota configuration, including hard quota for the Community and default settings for its sub containers.

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:organizationUpdater xsi:type="obh:organizationUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:activePreferenceProfile>your_beeId_0</obh:activePreferenceProfile>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:quotaConfiguration>your_communityQuotaConfiguration_0</obh:quotaConfiguration>
</obh:organizationUpdater>

JSON Example

(show inherited members)

{
    "beeType":"organizationUpdater",
        "activePreferenceProfile":{ your_{http://www.oracle.com/beehive}activePreferenceProfile_as_beeId0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "quotaConfiguration":{ your_{http://www.oracle.com/beehive}quotaConfiguration_as_communityQuotaConfiguration0 }
}

XML Schema


<xs:complexType name="organizationUpdater">
    <xs:complexContent>
        <xs:extension base="tns:communityUpdater">
            <xs:sequence/>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to organizationUpdater

Referenced By Resources

Usage Resource Method
Request Organization Update

Referenced By Representaions