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

Contents

Overview

Members

Name Type Description

relationshipDate

dateTime

The date on which this relationship was established.

relationships

expertiseRelationships[]

The relationship details derived from the email by the relationship type.

sender

emailParticipant

The sender of the email from which the relationship is to be derived.

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:expertiseProfileRelationshipElementUpdater xsi:type="obh:expertiseProfileRelationshipElementUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:relationshipDate>your_dateTime_0</obh:relationshipDate>
        <obh:relationships>your_expertiseRelationships_0</obh:relationships>
        <obh:relationships>your_expertiseRelationships_1</obh:relationships>
        <obh:relationships>your_expertiseRelationships_2</obh:relationships>
        <obh:sender>your_emailParticipant_0</obh:sender>
</obh:expertiseProfileRelationshipElementUpdater>

JSON Example

(show inherited members)

{
    "beeType":"expertiseProfileRelationshipElementUpdater",
        "relationshipDate":"your_{http://www.oracle.com/beehive}relationshipDate_as_dateTime0",
        "relationships":[
            { your_{http://www.oracle.com/beehive}relationships_as_expertiseRelationships0 },
            { your_{http://www.oracle.com/beehive}relationships_as_expertiseRelationships1 },
            { your_{http://www.oracle.com/beehive}relationships_as_expertiseRelationships2 }
        ],
        "sender":{ your_{http://www.oracle.com/beehive}sender_as_emailParticipant0 }
}

XML Schema


<xs:complexType name="expertiseProfileRelationshipElementUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="relationshipDate" type="xs:dateTime"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="relationships" type="tns:expertiseRelationships"/>
                <xs:element minOccurs="0" name="sender" type="tns:emailParticipant"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseProfileRelationshipElementUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions