Overview

Members

Name Type 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

Hierarchy

Inherited By

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:expertiseCompany xsi:type="obh:expertiseCompany" 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>
</obh:expertiseCompany>

Referenced By Representaions