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

Contents

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

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

JSON Example

(show inherited members)

{
    "beeType":"expertiseCompany",
        "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"
}

XML Schema


<xs:complexType name="expertiseCompany">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="aliases"
            nillable="true" type="xs:string"/>
        <xs:element minOccurs="0" name="collabId" type="tns:beeId"/>
        <xs:element minOccurs="0" name="displayName" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="domainNames" nillable="true" type="xs:string"/>
        <xs:element minOccurs="0" name="name" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseCompany

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions