Overview

This type represents a person contact creator.

Members

Show inherited members

Name Type Description

addressBook

beeId<addressBook>

Address book to which the contact belongs.

bookmark

beeId

Bookmark of Person who this contact represents.

updater

personContactUpdater

Updater of the Person 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:personContactCreator xsi:type="obh:personContactCreator" 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_personContactUpdater_0</updater>
</obh:personContactCreator>

Referenced By Representaions

Not Referenced Directly by Representations