Overview

This type represents a group contact creator

Members

Show inherited members

Name Type Description

addressBook

beeId<addressBook>

Address book to which the contact belongs.

bookmark

beeId<group>

Bookmark to the group represented by the group contact.

updater

groupContactUpdater

Updater of the Group contact.

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:groupContactCreator xsi:type="obh:groupContactCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <addressBook>your_beeId_0</addressBook>
        <bookmark>your_beeId_0</bookmark>
        <updater>your_groupContactUpdater_0</updater>
</obh:groupContactCreator>

Referenced By Representaions

Not Referenced Directly by Representations