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

Contents

Overview

Specifies attributes when updating a bond.

Members

Name Type Description

changeStatus

changeStatus

Change status of the bond.

description

string

The description of the bond.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

Custom properties to update for the bond.

removeBondEntityRelations

beeId<Bondable>[]

userCreatedOn

dateTime

The user creation time (if created offline) for the Bond.

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:bondUpdater xsi:type="obh:bondUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:description>your_string_0</obh:description>
        <obh:name>your_string_0</obh:name>
        <obh:propertiesUpdater>your_collabPropertiesUpdater_0</obh:propertiesUpdater>
        <obh:removeBondEntityRelations>your_beeId_0</obh:removeBondEntityRelations>
        <obh:removeBondEntityRelations>your_beeId_1</obh:removeBondEntityRelations>
        <obh:removeBondEntityRelations>your_beeId_2</obh:removeBondEntityRelations>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
</obh:bondUpdater>

JSON Example

(show inherited members)

{
    "beeType":"bondUpdater",
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "description":"your_{http://www.oracle.com/beehive}description_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "removeBondEntityRelations":[
            { your_{http://www.oracle.com/beehive}removeBondEntityRelations_as_beeId0 },
            { your_{http://www.oracle.com/beehive}removeBondEntityRelations_as_beeId1 },
            { your_{http://www.oracle.com/beehive}removeBondEntityRelations_as_beeId2 }
        ],
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0"
}

XML Schema


<xs:complexType name="bondUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="changeStatus" type="tns:changeStatus"/>
                <xs:element minOccurs="0" name="description" type="xs:string"/>
                <xs:element minOccurs="0" name="propertiesUpdater" type="tns:collabPropertiesUpdater"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="removeBondEntityRelations" type="tns:beeId"/>
                <xs:element minOccurs="0" name="userCreatedOn" type="xs:dateTime"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to bondUpdater

Referenced By Resources

Usage Resource Method
Request Bond Update

Referenced By Representaions