Overview

Contains information necessary to create a link.

Members

Show inherited members

Name Type Description

crm

conflictResolutionMode

Conflict resolution mode of the link creation.

linkName

string

Name of the link.

lnkUpdater

linkUpdater

Specifies new member values for the link.

parent

beeId<heterogeneousFolder>

Parent folder of the link.

target

beeId<artifact>

Target artifact of the link.

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:linkCreator xsi:type="obh:linkCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <crm>your_conflictResolutionMode_0</crm>
        <linkName>your_string_0</linkName>
        <lnkUpdater>your_linkUpdater_0</lnkUpdater>
        <parent>your_beeId_0</parent>
        <target>your_beeId_0</target>
</obh:linkCreator>

Referenced By Representaions

Not Referenced Directly by Representations