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

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

Referenced By Representaions