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

Contents

Overview

Resource Community represents a set of Actors, Agents, and Groups that share a common set of Workspaces and are governed by a common set of Policies. Types of Community include Enterprises and Organizations.

Members

Name Type Required Description

activePreferenceProfile

preferenceProfile

Active preference profile of the scope.

allocatedQuota

long

The allocated Quota of all sub containers for the Community. This means that the total Quota available to be allocated for future sub containers cannot exceed the total Quota of the Community minus this amount. Please note that if any of the sub containers has unlimited Quota (this is only allowed if the Quota of this Community is unlimited and it allows unlimited Quota for sub containers), QuotaConfiguration.UNLIMITED will be returned.

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

availableMarkers

marker[]

Available marker Elements for the Scope

availablePreferenceProfiles

preferenceProfile[]

Available preference profiles of the scope.

bonds

bond[]

Bonds associated with the scope.

collabId

beeId

CollabId of the snapshot

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

description

string

Description of the scope.

lastModifiedByName

string

The name of the user who last modified this Community.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

parent

entity

The parent for this entity.

path

string

The Path to the community.

policies

policy[]

Policies of the scope.

properties

collabProperties

Properties of the scope.

quotaConfiguration

quotaConfiguration

QuotaConfiguration of the scope.

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

Hierarchy

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

Inherits From

Inherited By

Applied Markers

XML Schema


<xs:complexType abstract="true" name="community">
    <xs:complexContent>
        <xs:extension base="tns:scope">
            <xs:sequence>
                <xs:element name="allocatedQuota" type="xs:long"/>
                <xs:element minOccurs="0" name="lastModifiedByName" type="xs:string"/>
                <xs:element minOccurs="0" name="path" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to community

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations