Overview

Resource CommunityQuotaConfiguration represents the QuotaConfiguration for Communities, which include Enterprises and Organizations. It contains the following attributes (all in KB):

  • storageSpaceHardQuota: the actual hard limit for this Community.
  • defaultStorageSpaceHardQuotaForSubOrganizations: the default hard quota for sub Organizations.
  • defaultTeamWorkspaceQuotaConfiguration: the default quota for sub TeamWorkspaces.
  • defaultPersonalWorkspaceQuotaConfiguration: the default quota for sub PersonalWorkspaces.

Quota configuration specified for sub containers will be validated against this setting.

If no workspaceQuotaConfiguration is specified during the creation of a Workspace, it will inherit the default values specified in its parent Community.

If no CommunityQuotaConfiguration is specified during the creation of a sub Community, the hard quota of the sub Community will be the maxQuotaForSubContainers, and the rest of the attributes will be inherited from the parent container.

Members

Show inherited members

Name Type Required Description

defaultPersonalWorkspaceQuotaConfiguration

workspaceQuotaConfiguration

The default QuotaConfiguration for sub PersonalWorkspaces

defaultStorageSpaceHardQuotaForSubOrganizations

long

The default hard quota for sub Organizations

defaultTeamWorkspaceQuotaConfiguration

workspaceQuotaConfiguration

The default QuotaConfiguration for sub TeamWorkspaces

storageSpaceHardQuota

long

Returns storage space hard quota for this container in KB, which is the totally amount that can be allocated within this container.

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:communityQuotaConfiguration xsi:type="obh:communityQuotaConfiguration" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <defaultPersonalWorkspaceQuotaConfiguration>your_workspaceQuotaConfiguration_0</defaultPersonalWorkspaceQuotaConfiguration>
        <defaultStorageSpaceHardQuotaForSubOrganizations>your_long_0</defaultStorageSpaceHardQuotaForSubOrganizations>
        <defaultTeamWorkspaceQuotaConfiguration>your_workspaceQuotaConfiguration_0</defaultTeamWorkspaceQuotaConfiguration>
        <storageSpaceHardQuota>your_long_0</storageSpaceHardQuota>
</obh:communityQuotaConfiguration>

Referenced By Representaions