Overview

Specifies new values for updating a Group.

Members

Show inherited members

Name Type Description

addresses

addressesListUpdater

Addresses of the accessor.

agents

agentListUpdater

agents to add and/or remove for this group.

datasourceGroupIdentifier

string

Get the group locator. Wich is also called directory locator.

datasourceIdentifier

string

Get the data source identifier.

description

string

Description of group.

groupOwner

beeId<accessor>

Get the groups owner.

members

actorListUpdater

Members to add/remove for this group.

memberships

communityListUpdater

Memberships of the accessor.

name

string

Get the Name of the Entity

parent

beeId<scope>

Get the groups parent.

preferenceProfiles

preferenceProfilesListUpdater

Preference profiles of the accessor.

primaryAddress

entityAddress

Primary address of the accessor.

propertiesUpdater

collabPropertiesUpdater

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

Note: Accessor property values, regardless of their type, are limited to a maximum length of 4000 bytes (or 1000 multi-byte characters depending on the encoding).

subGroups

groupListUpdater

Subgroups to add and/or remove for this group.

teamWorkspace

boolean

Whether to set as team workspace.

Hierarchy

Inherits From

Inherited By

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:groupUpdater xsi:type="obh:groupUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addresses>your_addressesListUpdater_0</addresses>
        <agents>your_agentListUpdater_0</agents>
        <datasourceGroupIdentifier>your_string_0</datasourceGroupIdentifier>
        <datasourceIdentifier>your_string_0</datasourceIdentifier>
        <description>your_string_0</description>
        <groupOwner>your_beeId_0</groupOwner>
        <members>your_actorListUpdater_0</members>
        <memberships>your_communityListUpdater_0</memberships>
        <name>your_string_0</name>
        <parent>your_beeId_0</parent>
        <preferenceProfiles>your_preferenceProfilesListUpdater_0</preferenceProfiles>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <subGroups>your_groupListUpdater_0</subGroups>
        <teamWorkspace>your_boolean_0</teamWorkspace>
</obh:groupUpdater>

Referenced By Representaions