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

Contents

Overview

A target person who matched a name or e-mail address supplied as a search string. Data includes: Contact data is returned only if the searcher has "access" to the target person (by either being in a PUBLIC relationship or being the searcher's own target).

Members

Name Type Required 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.

numContacts

int

The number of users that have relationships with this target person.

user

organizationUser

The internal user

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:expertiseMatchPerson xsi:type="obh:expertiseMatchPerson" 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:numContacts>your_int_0</obh:numContacts>
        <obh:user>your_organizationUser_0</obh:user>
</obh:expertiseMatchPerson>

JSON Example

(show inherited members)

{
    "beeType":"expertiseMatchPerson",
        "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",
        "numContacts":your_{http://www.oracle.com/beehive}numContacts_as_int0,
        "user":{ your_{http://www.oracle.com/beehive}user_as_organizationUser0 }
}

XML Schema


<xs:complexType name="expertiseMatchPerson">
    <xs:complexContent>
        <xs:extension base="tns:expertisePerson">
            <xs:sequence>
                <xs:element name="numContacts" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseMatchPerson

Referenced By Resources

Usage Resource Method
Response Expertise Management List Persons

Referenced By Representaions

Not Referenced Directly by Representations