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

Contents

Overview

Contains the detailed statistics about a relationship between two people. The data includes:

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

JSON Example

(show inherited members)

{
    "beeType":"expertiseScore",
        "count":your_{http://www.oracle.com/beehive}count_as_int0,
        "eventType":your_{http://www.oracle.com/beehive}eventType_as_int0,
        "firstContact":"your_{http://www.oracle.com/beehive}firstContact_as_dateTime0",
        "lastContact":"your_{http://www.oracle.com/beehive}lastContact_as_dateTime0",
        "projectId":your_{http://www.oracle.com/beehive}projectId_as_int0,
        "score":your_{http://www.oracle.com/beehive}score_as_int0
}

XML Schema


<xs:complexType name="expertiseScore">
    <xs:sequence>
        <xs:element name="count" type="xs:int"/>
        <xs:element name="eventType" type="xs:int"/>
        <xs:element minOccurs="0" name="firstContact" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="lastContact" type="xs:dateTime"/>
        <xs:element name="projectId" type="xs:int"/>
        <xs:element name="score" type="xs:int"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseScore

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions