Overview

Resource EnterpriseUpdater is used to specify the values for various fields when updating an Enterprise.

Members

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

Referenced By Representaions