Overview

Members

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

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

Referenced By Representaions

Not Referenced Directly by Representations