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

Contents

Overview

Contains information necessary to create a link.

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

JSON Example

(show inherited members)

{
    "beeType":"linkCreator",
        "crm":{ your_{http://www.oracle.com/beehive}crm_as_conflictResolutionMode0 },
        "linkName":"your_{http://www.oracle.com/beehive}linkName_as_string0",
        "lnkUpdater":{ your_{http://www.oracle.com/beehive}lnkUpdater_as_linkUpdater0 },
        "parent":{ your_{http://www.oracle.com/beehive}parent_as_beeId0 },
        "target":{ your_{http://www.oracle.com/beehive}target_as_beeId0 }
}

XML Schema


<xs:complexType name="linkCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="crm" type="tns:conflictResolutionMode"/>
                <xs:element minOccurs="0" name="linkName" type="xs:string"/>
                <xs:element minOccurs="0" name="lnkUpdater" type="tns:linkUpdater"/>
                <xs:element minOccurs="0" name="parent" type="tns:beeId"/>
                <xs:element minOccurs="0" name="target" type="tns:beeId"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to linkCreator

Referenced By Resources

Usage Resource Method
Request Link Create

Referenced By Representaions

Not Referenced Directly by Representations