Overview

This type represents a resource contact creator.

Members

Show inherited members

Name Type Description

addressBook

beeId<addressBook>

AddressBook to whic the contact belong.

bookmark

beeId

Bookmark to resource, which this resource contact represents.

updater

resourceContactUpdater

Updater of the resource 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:resourceContactCreator xsi:type="obh:resourceContactCreator" 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_resourceContactUpdater_0</updater>
</obh:resourceContactCreator>

Referenced By Representaions

Not Referenced Directly by Representations