Overview

Specifies attributes when updating a bond.

Members

Show inherited 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[]

userCreatedOn

dateTime

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

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

Referenced By Representaions