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

Contents

Overview

Resource CommunityUpdater is used to update the fields of a Community.

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

communityUpdater is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="communityUpdater">
    <xs:complexContent>
        <xs:extension base="tns:scopeUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="quotaConfiguration" type="tns:communityQuotaConfiguration"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to communityUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations