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

Contents

Overview

A pair of a Bondable and its corresponing CollabProperties which participates in a Bond.

Members

Name Type Description

entity

anyType

(constrained to Bondable)

Snapshot of the entity that is bonded to.

properties

collabProperties

CollabProperties of the entity that participates in the bond.

Hierarchy

Inherits From

Inherited By

Applied Markers

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:bondEntityRelation xsi:type="obh:bondEntityRelation" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:entity>your_anyType_0</obh:entity>
        <obh:properties>your_collabProperties_0</obh:properties>
</obh:bondEntityRelation>

JSON Example

(show inherited members)

{
    "beeType":"bondEntityRelation",
        "entity":"your_{http://www.oracle.com/beehive}entity_as_anyType0",
        "properties":{ your_{http://www.oracle.com/beehive}properties_as_collabProperties0 }
}

XML Schema


<xs:complexType name="bondEntityRelation">
    <xs:complexContent>
        <xs:extension base="tns:snapshot">
            <xs:sequence>
                <xs:element minOccurs="0" name="entity" type="xs:anyType"/>
                <xs:element minOccurs="0" name="properties" type="tns:collabProperties"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to bondEntityRelation

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations