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

Contents

Overview

Contains data used to define an individual in the Relationship Service. An individual can be a searcher, a user or a target person.

Members

Name Type Description

company

expertiseCompany

The individual's company.

display

string

The individual's name (first and last name) for display.

email

string

The individual's mail address.

firstName

string

The individual's first name.

lastName

string

The individual's last name.

middleName

string

The individual's middle name.

user

organizationUser

The internal user

Hierarchy

Inherited By

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:expertisePerson xsi:type="obh:expertisePerson" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:company>your_expertiseCompany_0</obh:company>
        <obh:display>your_string_0</obh:display>
        <obh:email>your_string_0</obh:email>
        <obh:firstName>your_string_0</obh:firstName>
        <obh:lastName>your_string_0</obh:lastName>
        <obh:middleName>your_string_0</obh:middleName>
        <obh:user>your_organizationUser_0</obh:user>
</obh:expertisePerson>

JSON Example

(show inherited members)

{
    "beeType":"expertisePerson",
        "company":{ your_{http://www.oracle.com/beehive}company_as_expertiseCompany0 },
        "display":"your_{http://www.oracle.com/beehive}display_as_string0",
        "email":"your_{http://www.oracle.com/beehive}email_as_string0",
        "firstName":"your_{http://www.oracle.com/beehive}firstName_as_string0",
        "lastName":"your_{http://www.oracle.com/beehive}lastName_as_string0",
        "middleName":"your_{http://www.oracle.com/beehive}middleName_as_string0",
        "user":{ your_{http://www.oracle.com/beehive}user_as_organizationUser0 }
}

XML Schema


<xs:complexType name="expertisePerson">
    <xs:sequence>
        <xs:element minOccurs="0" name="company" type="tns:expertiseCompany"/>
        <xs:element minOccurs="0" name="display" type="xs:string"/>
        <xs:element minOccurs="0" name="email" type="xs:string"/>
        <xs:element minOccurs="0" name="firstName" type="xs:string"/>
        <xs:element minOccurs="0" name="lastName" type="xs:string"/>
        <xs:element minOccurs="0" name="middleName" type="xs:string"/>
        <xs:element minOccurs="0" name="user" type="tns:organizationUser"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertisePerson

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions