Overview

This class contains describes a person at a specified target company who is known by a specified person. Data includes:
  • A numeric Person ID assigned to the target person
  • Contact information for the target person (name, e-mail address, company domain)
  • The Relationship score, determined primarily by the directness of e-mail exchanges between the specified person and the target person
  • The date of the last e-mail exchange between the two parties

Members

Show inherited 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.

firstUpdated

dateTime

The date of the first mail exchange between the parties recorded.

fromCount

int

Number of times contact was made by this target

fromSearcherStrength

int

The Relationship score between the contact and the searcher

lastName

string

The individual's last name.

lastUpdated

dateTime

The date of the last mail exchange between the parties.

middleName

string

The individual's middle name.

score

int

The Relationship score.

scoreDetails

expertiseScore[]

Details for each of the different types of contact made between the source and target of the relationship

toCount

int

Number of times this target was contacted

user

organizationUser

The internal user

visibility

relationshipVisibility

The visibility

visibilityModifiedOn

dateTime

The time when this target's visibility was last modified

Hierarchy

Inherits From

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:expertiseTarget xsi:type="obh:expertiseTarget" 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>
        <firstUpdated>your_dateTime_0</firstUpdated>
        <fromCount>your_int_0</fromCount>
        <fromSearcherStrength>your_int_0</fromSearcherStrength>
        <lastName>your_string_0</lastName>
        <lastUpdated>your_dateTime_0</lastUpdated>
        <middleName>your_string_0</middleName>
        <score>your_int_0</score>
        <scoreDetails>your_expertiseScore_0</scoreDetails>
        <scoreDetails>your_expertiseScore_1</scoreDetails>
        <scoreDetails>your_expertiseScore_2</scoreDetails>
        <toCount>your_int_0</toCount>
        <user>your_organizationUser_0</user>
        <visibility>your_relationshipVisibility_0</visibility>
        <visibilityModifiedOn>your_dateTime_0</visibilityModifiedOn>
</obh:expertiseTarget>

Referenced By Representaions