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

Contents

Overview

an updater to add relationships to be profiled

Members

Name Type Description

relationshipElements

expertiseProfileRelationshipElementUpdater[]

Get the list of ExpertiseProfileRelationshipElementUpdaters containing the relationships to be profiled.

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:expertiseProfileRelationshipUpdater xsi:type="obh:expertiseProfileRelationshipUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:relationshipElements>your_expertiseProfileRelationshipElementUpdater_0</obh:relationshipElements>
        <obh:relationshipElements>your_expertiseProfileRelationshipElementUpdater_1</obh:relationshipElements>
        <obh:relationshipElements>your_expertiseProfileRelationshipElementUpdater_2</obh:relationshipElements>
</obh:expertiseProfileRelationshipUpdater>

JSON Example

(show inherited members)

{
    "beeType":"expertiseProfileRelationshipUpdater",
        "relationshipElements":[
            { your_{http://www.oracle.com/beehive}relationshipElements_as_expertiseProfileRelationshipElementUpdater0 },
            { your_{http://www.oracle.com/beehive}relationshipElements_as_expertiseProfileRelationshipElementUpdater1 },
            { your_{http://www.oracle.com/beehive}relationshipElements_as_expertiseProfileRelationshipElementUpdater2 }
        ]
}

XML Schema


<xs:complexType name="expertiseProfileRelationshipUpdater">
    <xs:complexContent>
        <xs:extension base="tns:expertiseProfileUpdater">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="relationshipElements" type="tns:expertiseProfileRelationshipElementUpdater"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseProfileRelationshipUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations