Overview

Contains the detailed statistics about a relationship between two people. The data includes:
  • eventType. The type of relationship for which these statistics are gathered.
  • projectId. The optional integer Id indicating for which project the relationship was profiled.
  • count. The number of times the relationship was encountered.
  • score. The total score of all events in this relationship.
  • firstContact. The first time contact was made for this eventType and projectId.
  • lastContact. The most recent time contact was made for this eventType and projectId.

Members

Name Type Required Description

count

int

The number of times the relationship was encountered

eventType

int

The type of relationship for which these statistics were gathered

firstContact

dateTime

The first time contact was made for this relationship

lastContact

dateTime

The most recent time contact was made for this relationship

projectId

int

The optional integer Id indicating for which project the relationship was profiled.

score

int

The total score for this relationship

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:expertiseScore xsi:type="obh:expertiseScore" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <count>your_int_0</count>
        <eventType>your_int_0</eventType>
        <firstContact>your_dateTime_0</firstContact>
        <lastContact>your_dateTime_0</lastContact>
        <projectId>your_int_0</projectId>
        <score>your_int_0</score>
</obh:expertiseScore>

Referenced By Representaions