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

Contents

Overview

Members

Name Type Required Description

aliases

string[]

The list of aliases for this company.

collabId

beeId

The collabId associated with this company.

displayName

string

The display name of the company. Display name is got using the following rules: 1) If there is a name for the company, the name is returned 2) If no name is set, a comma separated list of domain names will be returned. 3) If no domain is set, a comma separated list of aliases will be returned. 4) if nothing is set, then empty string ("") will be returned.

domainNames

string[]

The list of domains of this company

name

string

The company name

peopleKnownAtCompany

int

The number of target people known of this company.

usersWhoKnowThem

int

The number of users who know the target people.

Hierarchy

Inherits From

Applied Markers

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:expertiseCompanyMatch xsi:type="obh:expertiseCompanyMatch" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:aliases>your_string_0</obh:aliases>
        <obh:aliases>your_string_1</obh:aliases>
        <obh:aliases>your_string_2</obh:aliases>
        <obh:collabId>your_beeId_0</obh:collabId>
        <obh:displayName>your_string_0</obh:displayName>
        <obh:domainNames>your_string_0</obh:domainNames>
        <obh:domainNames>your_string_1</obh:domainNames>
        <obh:domainNames>your_string_2</obh:domainNames>
        <obh:name>your_string_0</obh:name>
        <obh:peopleKnownAtCompany>your_int_0</obh:peopleKnownAtCompany>
        <obh:usersWhoKnowThem>your_int_0</obh:usersWhoKnowThem>
</obh:expertiseCompanyMatch>

JSON Example

(show inherited members)

{
    "beeType":"expertiseCompanyMatch",
        "aliases":[
            "your_{http://www.oracle.com/beehive}aliases_as_string0",
            "your_{http://www.oracle.com/beehive}aliases_as_string1",
            "your_{http://www.oracle.com/beehive}aliases_as_string2"
        ],
        "collabId":{ your_{http://www.oracle.com/beehive}collabId_as_beeId0 },
        "displayName":"your_{http://www.oracle.com/beehive}displayName_as_string0",
        "domainNames":[
            "your_{http://www.oracle.com/beehive}domainNames_as_string0",
            "your_{http://www.oracle.com/beehive}domainNames_as_string1",
            "your_{http://www.oracle.com/beehive}domainNames_as_string2"
        ],
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "peopleKnownAtCompany":your_{http://www.oracle.com/beehive}peopleKnownAtCompany_as_int0,
        "usersWhoKnowThem":your_{http://www.oracle.com/beehive}usersWhoKnowThem_as_int0
}

XML Schema


<xs:complexType name="expertiseCompanyMatch">
    <xs:complexContent>
        <xs:extension base="tns:expertiseCompany">
            <xs:sequence>
                <xs:element name="peopleKnownAtCompany" type="xs:int"/>
                <xs:element name="usersWhoKnowThem" type="xs:int"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseCompanyMatch

Referenced By Resources

Usage Resource Method
Response Expertise Management List Companies

Referenced By Representaions

Not Referenced Directly by Representations