Overview

Resource WikiBondEntityRelation is a special type of BondEntityRelation that also includes additional information about the Entities participating in the Bond, such as the the path, Workspace path and Entity name. It is used by the Wiki service specifically.

Members

Show inherited members

Projections
Name Type Required Description

entity

anyType

Snapshot of the entity that is bonded to.

properties

collabProperties

CollabProperties of the entity that participates in the bond.

rootDeleted

boolean

Boolean member that is equal to true if the root Entity has been deleted.

rootName

string

The name of the root Entity.

rootParent

beeId

The handle of the Bondable that is the parent of the root Entity.

rootPath

string

The Path of the Bondable which participates as the root Entity in the Bond

rootWorkspacePath

string

The path of the root Entity's enclosing Workspace.

targetName

string

The name of the target Entity

targetParent

beeId

The handle of the Bondable that is the parent of target Entity

targetPath

string

The Path of the Bondable which participates as the target Entity in the Bond

targetWorkspacePath

string

The path of the Workspace of the Bondable with which it participates as the target Entity in 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:wikiBondEntityRelation xsi:type="obh:wikiBondEntityRelation" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <entity>your_anyType_0</entity>
        <properties>your_collabProperties_0</properties>
        <rootDeleted>your_boolean_0</rootDeleted>
        <rootName>your_string_0</rootName>
        <rootParent>your_beeId_0</rootParent>
        <rootPath>your_string_0</rootPath>
        <rootWorkspacePath>your_string_0</rootWorkspacePath>
        <targetName>your_string_0</targetName>
        <targetParent>your_beeId_0</targetParent>
        <targetPath>your_string_0</targetPath>
        <targetWorkspacePath>your_string_0</targetWorkspacePath>
</obh:wikiBondEntityRelation>

Referenced By Representaions

Not Referenced Directly by Representations