Overview

BondCreator is used to specify the values of various fields when creating a BondConfiguration.

Members

Show inherited members

Name Type Description

bondName

string

This method returns the name of a Bond as a String.

bondType

bondType

This method returns the type of a Bond as a BondType Object.

bu

bondUpdater

This method returns the bondupdater of a Bond as a BondUpdater Object.

root

beeId

This method returns the root of a Bond as a BondableHandle Object.

target

beeId

This method returns the target of a Bond as a BondableHandle Object.

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:bondCreator xsi:type="obh:bondCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <bondName>your_string_0</bondName>
        <bondType>your_bondType_0</bondType>
        <bu>your_bondUpdater_0</bu>
        <root>your_beeId_0</root>
        <target>your_beeId_0</target>
</obh:bondCreator>

Referenced By Representaions

Not Referenced Directly by Representations