Overview

Specifies a dynamic group in the system; the membership of a dynamic group is automatically managed by the system based on the group's query. The group's query defines a filter over users in the system.

This kind of group also allows explicit inclusion of actors who should be part of the group but cannot be accomodated solely via the query. Conversely, users that would be part of the the group, via the query, can be explictly excluded.

Members

Show inherited members

Projections
Name Type Required Description

activePreferenceProfile

preferenceProfile

Active preference profile of the accessor.

addresses

entityAddress[]

Addresses of the accessor.

assignedRoles

assignedRole[]

Roles assigned to this base accessor.

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

availablePreferenceProfiles

preferenceProfile[]

All the available preference profiles for this accessor.

bonds

bond[]

Bonds for this base accessor.

collabId

beeId

CollabId of the snapshot

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

dataSourceGroupIdentifier

string

Identifier of the group within the external data source (directory).

dataSourceIdentifier

string

Identifier of the external data source (directory) for the group.

deleted

boolean

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

description

string

Description of the group.

discover

boolean

effectiveGroups

group[]

Groups that this base accessor is a member of, directly or indirectly (via sub-grouping).

effectiveMemberActors

actor[]

Actors that are part of the group both directly and indirectly via sub-grouping.

effectiveMemberAgents

agent[]

Agents that are members of the group directly or indirectly via sub-grouping.

effectiveMemberCount

int

Number of members of this group and all its sub-group hierarchies.

effectiveMemberPrincipals

principal[]

Principals that are part of the group either directly or indirectly via sub-grouping.

excludedMemberActors

actor[]

Actors that have been explicitly excluded from the group.

groups

group[]

Groups that this base accessor is a direct member of.

memberActors

actor[]

Users and resources that are part of the group.

memberAgents

agent[]

Agents that are members of the group.

memberCount

int

Number of direct members of the group.

memberPrincipals

principal[]

Principals that are part of the group.

members

actor[]

Users and resources that are part of the group.

For a dynamic group, this is the result of queried users + included actors - excluded actors.

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.

primaryAddress

entityAddress

Primary address of the accessor.

properties

collabProperties

Properties for this accessor.

qualifiedName

string

Name of the group qualified with its parent details.

If the parent of the group is enterprise then the qualified name is same as Name

If the parent of the group is organization then the qualified name is <OrganizationName>.<Name>

If the parent of the group is team workspace then the qualified name is <WorkspaceName>.<Name> and if the parent of the workspace is an organization then the qualified name is <OrganizationName>.<WorkspaceName>.<GroupName>

query

predicate

Query that the group is based on.

snapshotId

string

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

status

groupStatus

Lifecycle state of the group.

subGroups

group[]

Sub groups that are part of the group.

teamWorkspace

teamWorkspace

Team workspace for the group.

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:dynamicGroup xsi:type="obh:dynamicGroup" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activePreferenceProfile>your_preferenceProfile_0</activePreferenceProfile>
        <addresses>your_entityAddress_0</addresses>
        <addresses>your_entityAddress_1</addresses>
        <addresses>your_entityAddress_2</addresses>
        <assignedRoles>your_assignedRole_0</assignedRoles>
        <assignedRoles>your_assignedRole_1</assignedRoles>
        <assignedRoles>your_assignedRole_2</assignedRoles>
        <attachedMarkers>your_marker_0</attachedMarkers>
        <attachedMarkers>your_marker_1</attachedMarkers>
        <attachedMarkers>your_marker_2</attachedMarkers>
        <attachedReminders>your_reminder_0</attachedReminders>
        <attachedReminders>your_reminder_1</attachedReminders>
        <attachedReminders>your_reminder_2</attachedReminders>
        <attachedSubscriptions>your_subscription_0</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_1</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_2</attachedSubscriptions>
        <availablePreferenceProfiles>your_preferenceProfile_0</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_1</availablePreferenceProfiles>
        <availablePreferenceProfiles>your_preferenceProfile_2</availablePreferenceProfiles>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <dataSourceGroupIdentifier>your_string_0</dataSourceGroupIdentifier>
        <dataSourceIdentifier>your_string_0</dataSourceIdentifier>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <discover>your_boolean_0</discover>
        <effectiveGroups>your_group_0</effectiveGroups>
        <effectiveGroups>your_group_1</effectiveGroups>
        <effectiveGroups>your_group_2</effectiveGroups>
        <effectiveMemberActors>your_actor_0</effectiveMemberActors>
        <effectiveMemberActors>your_actor_1</effectiveMemberActors>
        <effectiveMemberActors>your_actor_2</effectiveMemberActors>
        <effectiveMemberAgents>your_agent_0</effectiveMemberAgents>
        <effectiveMemberAgents>your_agent_1</effectiveMemberAgents>
        <effectiveMemberAgents>your_agent_2</effectiveMemberAgents>
        <effectiveMemberCount>your_int_0</effectiveMemberCount>
        <effectiveMemberPrincipals>your_principal_0</effectiveMemberPrincipals>
        <effectiveMemberPrincipals>your_principal_1</effectiveMemberPrincipals>
        <effectiveMemberPrincipals>your_principal_2</effectiveMemberPrincipals>
        <excludedMemberActors>your_actor_0</excludedMemberActors>
        <excludedMemberActors>your_actor_1</excludedMemberActors>
        <excludedMemberActors>your_actor_2</excludedMemberActors>
        <groups>your_group_0</groups>
        <groups>your_group_1</groups>
        <groups>your_group_2</groups>
        <memberActors>your_actor_0</memberActors>
        <memberActors>your_actor_1</memberActors>
        <memberActors>your_actor_2</memberActors>
        <memberAgents>your_agent_0</memberAgents>
        <memberAgents>your_agent_1</memberAgents>
        <memberAgents>your_agent_2</memberAgents>
        <memberCount>your_int_0</memberCount>
        <memberPrincipals>your_principal_0</memberPrincipals>
        <memberPrincipals>your_principal_1</memberPrincipals>
        <memberPrincipals>your_principal_2</memberPrincipals>
        <members>your_actor_0</members>
        <members>your_actor_1</members>
        <members>your_actor_2</members>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <parent>your_entity_0</parent>
        <primaryAddress>your_entityAddress_0</primaryAddress>
        <properties>your_collabProperties_0</properties>
        <qualifiedName>your_string_0</qualifiedName>
        <query>your_predicate_0</query>
        <snapshotId>your_string_0</snapshotId>
        <status>your_groupStatus_0</status>
        <subGroups>your_group_0</subGroups>
        <subGroups>your_group_1</subGroups>
        <subGroups>your_group_2</subGroups>
        <teamWorkspace>your_teamWorkspace_0</teamWorkspace>
</obh:dynamicGroup>

Referenced By Representaions

Not Referenced Directly by Representations