Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

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

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<Bondable>

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

target

beeId<Bondable>

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

Hierarchy

Inherits From

Examples

Below are examples in JSON and 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">
        <obh:bondName>your_string_0</obh:bondName>
        <obh:bondType>your_bondType_0</obh:bondType>
        <obh:bu>your_bondUpdater_0</obh:bu>
        <obh:root>your_beeId_0</obh:root>
        <obh:target>your_beeId_0</obh:target>
</obh:bondCreator>

JSON Example

(show inherited members)

{
    "beeType":"bondCreator",
        "bondName":"your_{http://www.oracle.com/beehive}bondName_as_string0",
        "bondType":{ your_{http://www.oracle.com/beehive}bondType_as_bondType0 },
        "bu":{ your_{http://www.oracle.com/beehive}bu_as_bondUpdater0 },
        "root":{ your_{http://www.oracle.com/beehive}root_as_beeId0 },
        "target":{ your_{http://www.oracle.com/beehive}target_as_beeId0 }
}

XML Schema


<xs:complexType name="bondCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="bondName" type="xs:string"/>
                <xs:element minOccurs="0" name="bondType" type="tns:bondType"/>
                <xs:element minOccurs="0" name="bu" type="tns:bondUpdater"/>
                <xs:element minOccurs="0" name="root" type="tns:beeId"/>
                <xs:element minOccurs="0" name="target" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to bondCreator

Referenced By Resources

Usage Resource Method
Request Bond Create

Referenced By Representaions

Not Referenced Directly by Representations